curl --request POST \
--url https://api2.rhombussystems.com/api/climate/updateEnvironmentalGatewayDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedCamerasUpdated": false,
"deleted": false,
"deletedUpdated": false,
"description": "Environmental monitoring gateway in main office",
"descriptionUpdated": false,
"floorNumber": 1,
"floorNumberUpdated": false,
"latitude": 37.7749,
"latitudeUpdated": false,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": false,
"longitude": -122.4194,
"longitudeUpdated": false,
"name": "Main Office Gateway",
"nameUpdated": false,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuidUpdated": false,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update details for environmental gateway. Note: uuid is a required field
curl --request POST \
--url https://api2.rhombussystems.com/api/climate/updateEnvironmentalGatewayDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"associatedCamerasUpdated": false,
"deleted": false,
"deletedUpdated": false,
"description": "Environmental monitoring gateway in main office",
"descriptionUpdated": false,
"floorNumber": 1,
"floorNumberUpdated": false,
"latitude": 37.7749,
"latitudeUpdated": false,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"locationUuidUpdated": false,
"longitude": -122.4194,
"longitudeUpdated": false,
"name": "Main Office Gateway",
"nameUpdated": false,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"policyUuidUpdated": false,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false,
"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 to update details for an environmental gateway.
List of associated camera device facet UUIDs
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Whether the associated cameras have been updated
false
Whether the environmental gateway is deleted
false
Whether the deleted status has been updated
false
Description of the environmental gateway
"Environmental monitoring gateway in main office"
Whether the description has been updated
false
Floor number where the environmental gateway is located
1
Whether the floor number has been updated
false
Latitude coordinate of the environmental gateway
37.7749
Whether the latitude has been updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Whether the location UUID has been updated
false
Longitude coordinate of the environmental gateway
-122.4194
Whether the longitude has been updated
false
Name of the environmental gateway
"Main Office Gateway"
Whether the name has been updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Whether the policy UUID has been 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 the sub-locations hierarchy key has been updated
false
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?