🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/camera/reboot \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0" } '
{ "error": true, "errorMsg": "<string>", "status": "SUCCESS_REBOOT_SENT", "warningMsg": "<string>" }
Send reboot command to camera
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to reboot a camera device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
Response from rebooting a camera device.
Status enumeration for reboot web service responses.
SUCCESS_REBOOT_SENT
FAILED_CAMERA_OFFLINE
FAILED_CAMERA_NOT_AUTHORIZED
Was this page helpful?