🚧 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/getMinimalAudioGatewayStateList \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "audioGatewayStates": [ { "associatedCameras": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "connectionStatus": "RED", "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>" ], "latitude": 123, "liveStreamShared": true, "liveStreamsSharedCount": 123, "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA", "longitude": 123, "mediaRegion": "<string>", "mediaStorageDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "mummified": true, "name": "<string>", "policyUuid": "AAAAAAAAAAAAAAAAAAAAAA", "region": "<string>", "secondaryLanAddresses": [ "<string>" ], "sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA", "serialNumber": "<string>", "ssid": "<string>", "subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA", "supportedFacets": [ "v0, a0" ], "uuid": "AAAAAAAAAAAAAAAAAAAAAA", "wifiApMac": "<string>", "wifiBars": 123, "wifiSignalStrength": 123 } ], "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get basic state information for all audio gateways
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to get basic state information for all audio gateways.
OK
Response containing basic state information for all audio gateways.
List of minimal audio gateway state information
Show child attributes
Was this page helpful?