🚧 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/audiogateway/getUptimeWindows \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA", "endTimeMs": 1643673600000, "startTimeMs": 1640995200000 } '
{ "error": true, "errorMsg": "<string>", "uptimeWindows": [ { "durationSeconds": 123, "startSeconds": 123 } ], "warningMsg": "<string>" }
Get uptime information for an audio gateway
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to get uptime information for a device.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
End time in milliseconds since epoch
1643673600000
Start time in milliseconds since epoch
1640995200000
OK
Response containing uptime information for a device.
List of uptime windows for the device
Show child attributes
Was this page helpful?