🚧 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/alertmonitoring/locationStatus \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"status": {
"devicesWithActiveSirens": {},
"disabledOnMs": 123,
"enabled": true,
"enabledOnMs": 123,
"noNextTimestampReason": "<string>",
"notEnabledReason": "<string>",
"recentlyActivatedSirensTimestampMs": {}
},
"warningMsg": "<string>"
}Retrieve summary of the alarm monitoring status for the specified location
curl --request POST \
--url https://api2.rhombussystems.com/api/alertmonitoring/locationStatus \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"status": {
"devicesWithActiveSirens": {},
"disabledOnMs": 123,
"enabled": true,
"enabledOnMs": 123,
"noNextTimestampReason": "<string>",
"notEnabledReason": "<string>",
"recentlyActivatedSirensTimestampMs": {}
},
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to retrieve alarm monitoring status for a specific location.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?