DVR+O / SCI / RCS - API Commands
API Command Syntax: http://ipAddress:13000/api/xxxx/xxxx
ipAddress of DVR+O / SCI host system
Add this back in when v7.12.1 is released
Route/EndPoint | Method | Function | Description | Example Results |
GET | /startall | Start all the enabled Edge channels via a REST api | 200 - No reply = Success Error: 400
| |
GET | /stopall | Stop all the enabled Edge channels via a REST api | 200 - No reply = Success |
Route/EndPoint | Method | Function | Description | Example Results |
api/recording | api/anomalies | GET | /isrecording | Collect recording status. |
CODE
|
api/recording | api/anomalies | GET | /start | Send the start command. | Nothing |
api/recording | api/anomalies | GET | /stop | Send the stop command. | Nothing |
api/stats | GET | /ping | Replies with true/false if the ping was complete. |
CODE
|
api/framegrabs | GET | /fileextension | Replies with a JSON showing “.{extension}”. |
CODE
|
api/framegrabs | POST | /take | Replies with status 200 when operation is valid. |
CODE
|
api/recording | api/anomalies | POST | /filename | Adds a filename |
CODE
|
api/recording | api/anomalies | GET | /fileextension | Collect the file extension. |
CODE
|
api/recording | api/anomalies | GET | /filename | Collect the filename. |
CODE
|
api/recording | api/anomalies | GET | /status | Collect current status. |
CODE
|
api/recordersettings | POST | /apply | Apply the settings to the recording VMs. |
CODE
|