🚧 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/rules/pauseRule \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"durationSec": 3600,
"ruleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduledTimestampSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Pause rule
curl --request POST \
--url https://api2.rhombussystems.com/api/rules/pauseRule \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"durationSec": 3600,
"ruleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"scheduledTimestampSec": 1640995200
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for pausing a rule.
Duration to pause the rule in seconds
3600
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Scheduled timestamp in seconds when the pause should take effect
1640995200
Was this page helpful?