🚧 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/relay/updateFirmware \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"nvruuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"status": "ALREADY_ON_THE_LATEST_FIRMWARE",
"warningMsg": "<string>"
}Send command to update firmware to NVR
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/updateFirmware \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"nvruuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"status": "ALREADY_ON_THE_LATEST_FIRMWARE",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating NVR firmware.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response object for updating NVR firmware.
Status enumeration for firmware update web service responses.
ALREADY_ON_THE_LATEST_FIRMWARE, DEVICE_ON_A_SPECIAL_FIRMWARE_AND_CANNOT_BE_UPDATED, UPDATE_STARTED, UNABLE_TO_REACH_DEVICE, FIRMWARE_UPDATE_ALREADY_IN_PROGESS, DEVICE_NOT_AUTHROIZED Was this page helpful?