🚧 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/climate/reboot \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"environmentalGatewayUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"result": "REBOOT_SENT"
}Send reboot command to environmental gateway
curl --request POST \
--url https://api2.rhombussystems.com/api/climate/reboot \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"environmentalGatewayUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"result": "REBOOT_SENT"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to reboot an environmental gateway.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response indicating the result of rebooting a device.
Result of the reboot operation
REBOOT_SENT, DEVICE_OFFLINE Was this page helpful?