Pause a Recording
This command pauses the specified active recording.
Authorizations: All
Request
pauseRecording recordingId |
Parameters
Parameter | Description/Values |
---|---|
recordingId | The ID of a HMP recording. |
Result
Success
OK |
Error
Error | Description |
---|---|
ERROR|010003|Expected 1 parameter(s). | Calling pauseRecording requires 1 parameter. |
ERROR|010001|'Y' is not a UUID | The recordingId provided must be a UUID. |
ERROR|040001|Active recording not found | The recording with UUID 'recordingId ' was not found. |
ERROR|070003|Failed to update state | Pausing recording failed. Please see calypso.log for details. |
Example
pauseRecording f678f415-0665-48cd-b141-1e95283469f1 OK |