Tools/Recordings

Stop a device recording

post/devices/{deviceId}/recordings/{recordingId}

Path parameters

deviceIdstring required
recordingIdstring required

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

actionsinteger required
deviceIdstring required
endedAtstring date-time
errorstring
expiresAtstring date-time required
idstring required
namestring required
startedAtstring date-time required
statusstring required
typesstring[] nullable required

Example response

{
  "$schema": "https://example.com/schemas/RecordingInfo.json"
}

Changes