🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/audiogateway/getFullAudioGatewayState \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "force": false } '
{ "error": true, "errorMsg": "<string>", "fullAudioGatewayState": { "afSupport": true, "audioSupported": true, "baseVideoOperationUri": "<string>", "connectionStatus": "RED", "connectionTimestampMs": 123, "createdAtMillis": 123, "defaultInterface": "<string>", "defaultInterfaceMac": "<string>", "directionRadians": 123, "externalIPAddress": "<string>", "facetNameMap": {}, "firmwareUpdateInProgress": true, "firmwareVersion": "<string>", "floorNumber": 123, "healthStatus": "RED", "healthStatusDetails": "DISCONNECTED", "hwVariation": "RASPBERRY_PI_3", "lanAddresses": [ "<string>" ], "latestFirmwareVersion": "<string>", "latitude": 123, "liveStreamShared": true, "liveStreamsSharedCount": 123, "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "longitude": 123, "maxZoomPercent": 123, "mediaRegion": "<string>", "mediaStorageDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "mummified": true, "name": "<string>", "onCameraState": {}, "onCloudState": {}, "policyUuid": "AAAAAAAAAAAAAAAAAAAAAA", "region": "<string>", "secondaryLanAddresses": [ "<string>" ], "serialNumber": "<string>", "ssid": "<string>", "stateUpdatedTimestampMs": 123, "subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA", "supportedFacets": [ "v0, a0" ], "uuid": "AAAAAAAAAAAAAAAAAAAAAA", "versionsBehind": 123, "wifiApMac": "<string>", "wifiBars": 123, "wifiSignalStrength": 123 }, "warningMsg": "<string>" }
Get detailed information about state of specified audio gateway
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to get detailed information about the state of a specified audio gateway.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Force refresh of the device state
false
OK
Response containing detailed information about the state of a specified audio gateway.
Full device state information for the robot
Show child attributes
Was this page helpful?