🚧 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/getUptimeWindows \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA", "endTime": 1641081600, "startTime": 1640995200 } '
{ "error": true, "errorMsg": "<string>", "uptimeWindows": [ { "durationSeconds": 123, "startSeconds": 123 } ], "warningMsg": "<string>" }
Get uptime information for camera
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve uptime windows for a camera within a time range.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
End time in seconds since epoch
1641081600
Start time in seconds since epoch
1640995200
OK
Response containing uptime windows for a camera.
List of uptime windows
Show child attributes
Was this page helpful?