API Commands
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
|