🚧 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/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
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>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to get uptime information for a device.
Was this page helpful?