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
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>"
}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 Was this page helpful?