curl --request POST \
--url https://api2.rhombussystems.com/api/relay/updateDetailsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"description": "Primary NVR for main building",
"descriptionUpdated": true,
"directionRadians": 123,
"directionRadiansUpdated": true,
"floorNumber": 123,
"floorNumberUpdated": true,
"latitude": 123,
"latitudeUpdated": true,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": true,
"longitude": 123,
"longitudeUpdated": true,
"name": "Main NVR",
"nameUpdated": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update hardware details of NVR.
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/updateDetailsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"description": "Primary NVR for main building",
"descriptionUpdated": true,
"directionRadians": 123,
"directionRadiansUpdated": true,
"floorNumber": 123,
"floorNumberUpdated": true,
"latitude": 123,
"latitudeUpdated": true,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": true,
"longitude": 123,
"longitudeUpdated": true,
"name": "Main NVR",
"nameUpdated": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"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 updating NVR details.
Description of the NVR
"Primary NVR for main building"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Name of the NVR
"Main NVR"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).
^([A-Za-z0-9\-_]{22})([.][A-Za-z0-9\-_]{22})*$"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?