🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
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
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>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to retrieve uptime windows for a camera within a time range.
Was this page helpful?