🚧 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/orgStatus \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"includeDeleted": false
}
'{
"error": true,
"errorMsg": "<string>",
"locationStatuses": {},
"warningMsg": "<string>"
}Retrieve summary of the alarm monitoring status for all locations
curl --request POST \
--url https://api2.rhombussystems.com/api/alertmonitoring/orgStatus \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"includeDeleted": false
}
'{
"error": true,
"errorMsg": "<string>",
"locationStatuses": {},
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to retrieve alarm monitoring status for all locations in an organization.
If true, includes alert monitoring settings that were soft deleted in the response.
false
Was this page helpful?