🚧 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/policy/pauseAlertPolicyForComponentComposite \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"componentCompositeUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"durationSec": 3600,
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"scheduledTimestampSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Pause alert policy for component composite
curl --request POST \
--url https://api2.rhombussystems.com/api/policy/pauseAlertPolicyForComponentComposite \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"componentCompositeUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"deviceUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"durationSec": 3600,
"locationUuids": [
"AAAAAAAAAAAAAAAAAAAAAA"
],
"scheduledTimestampSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for pausing alert policies for specified locations, devices, and components.
List of component composite UUIDs to pause alert policies for
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
List of device UUIDs to pause alert policies for
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Duration in seconds to pause alert policies
3600
List of location UUIDs to pause alert policies for
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Scheduled timestamp in seconds for when to pause alert policies
1640995200
Was this page helpful?