🚧 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/camera/getCurrentState \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "force": false } '
{ "cameraState": { "baseVideoOperationUri": "https://api.example.com/video", "connectionStatus": "RED", "connectionTimestampMs": 1640995200000, "defaultInterface": "eth0", "defaultInterfaceMac": "00:11:22:33:44:55", "firmwareVersion": "1.2.3", "healthStatus": "RED", "healthStatusDetails": "DISCONNECTED", "latestFirmwareVersion": "1.2.4", "mediaRegion": "us-west-1", "onCameraState": {}, "onCloudState": {}, "region": "us-west-1", "serialNumber": "CAM123456789", "ssid": "MyNetwork", "versionsBehind": 1, "wifiApMac": "AA:BB:CC:DD:EE:FF", "wifiBars": 4, "wifiSignalStrength": -45 }, "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Use /getFullCameraState instead
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve the current state of a camera (deprecated).
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Whether to force a refresh of the camera state
false
OK
Response containing the current state of a camera (deprecated).
Current state information for a camera.
Show child attributes
Was this page helpful?