🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/assignThirdPartyCameraToRelayCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"discoveredCameraMacAddress": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "Front Door Camera",
"rtspUrl": "rtsp://192.168.1.100:554/stream1"
}
'{
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Assign a third party camera to a relay Camera
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/assignThirdPartyCameraToRelayCamera \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"discoveredCameraMacAddress": "<string>",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"name": "Front Door Camera",
"rtspUrl": "rtsp://192.168.1.100:554/stream1"
}
'{
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for assigning a third-party camera to a relay camera.
MAC address of the discovered camera to assign
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Name for the third-party camera
"Front Door Camera"
RTSP URL for the camera stream
"rtsp://192.168.1.100:554/stream1"
Was this page helpful?