curl --request POST \
--url https://api2.rhombussystems.com/api/policy/pauseAlertPolicyForLocation \
--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 location
curl --request POST \
--url https://api2.rhombussystems.com/api/policy/pauseAlertPolicyForLocation \
--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>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request 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?