🚧 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/camera/updateDetailsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"customData": "<string>",
"customDataUpdated": false,
"deleted": false,
"deletedUpdated": false,
"description": "Camera monitoring the front entrance",
"descriptionUpdated": false,
"directionRadians": 1.5708,
"directionRadiansUpdated": false,
"facetNameMap": {},
"facetNameMapUpdated": false,
"floorNumber": 1,
"floorNumberUpdated": false,
"latitude": 37.7749,
"latitudeUpdated": false,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": false,
"longitude": -122.4194,
"longitudeUpdated": false,
"mummified": false,
"mummifiedUpdated": false,
"name": "Front Door Camera",
"nameUpdated": false,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuidUpdated": false,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update hardware details of camera.
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/updateDetailsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"customData": "<string>",
"customDataUpdated": false,
"deleted": false,
"deletedUpdated": false,
"description": "Camera monitoring the front entrance",
"descriptionUpdated": false,
"directionRadians": 1.5708,
"directionRadiansUpdated": false,
"facetNameMap": {},
"facetNameMapUpdated": false,
"floorNumber": 1,
"floorNumberUpdated": false,
"latitude": 37.7749,
"latitudeUpdated": false,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": false,
"longitude": -122.4194,
"longitudeUpdated": false,
"mummified": false,
"mummifiedUpdated": false,
"name": "Front Door Camera",
"nameUpdated": false,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuidUpdated": false,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to update camera information V2 with partial update support.
Custom data for the camera
Whether custom data was updated
false
Whether the camera is deleted
false
Whether deleted status was updated
false
Description of the camera
"Camera monitoring the front entrance"
Whether description was updated
false
Direction in radians
1.5708
Whether direction radians was updated
false
Mapping of device facets to names
Show child attributes
Whether facet name map was updated
false
Floor number
1
Whether floor number was updated
false
Latitude coordinate
37.7749
Whether latitude was updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Whether location UUID was updated
false
Longitude coordinate
-122.4194
Whether longitude was updated
false
Whether the camera is mummified
false
Whether mummified status was updated
false
Name of the camera
"Front Door Camera"
Whether name was updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Whether policy UUID was updated
false
A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).
Show child attributes
"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
Whether sub-locations hierarchy key was updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?