🚧 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/component/updateIntegratedGenericRelayTransientState \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"activate": true,
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"correlationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"durationMs": 123
}
'{
"success": true
}Activate a generic relay for a brief period
curl --request POST \
--url https://api2.rhombussystems.com/api/component/updateIntegratedGenericRelayTransientState \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"activate": true,
"componentUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"correlationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"durationMs": 123
}
'{
"success": true
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
Was this page helpful?