Replay
note
This resource allows user to control recording and replay. Detailed behavior of each command is described below.
GET
/[SENSR version]/commands/record/list
Return list of available record commands
- Parameters
- Return code
- 200 OK
- 400 BAD REQ
POST
/[SENSR version]/commands/record/start
Start recording.
- Parameters
- name : Recording file name.
- Return code
- 200 OK
- 400 BAD REQ
- 500 INTERNAL SERVER ERR
/[SENSR version]/commands/record/stop
Stop recording.
- Parameters
- Return code
- 200 OK
- 400 BAD REQ
/[SENSR version]/commands/record/cancel
Cancel saving replay files.
- Parameters
- Return code
- 200 OK
- 400 BAD REQ