🚧 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/findDiscoveriesWithUnassignedRtspEndpoints \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"discoveries": [
{
"codec": "H.264",
"ipAddress": "192.168.1.100",
"macAddress": "<string>",
"manufacturer": "Hikvision",
"model": "DS-2CD2142FWD-I",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"unassignedRtspEndpoints": [
{
"lastRtspUrlStatus": "UNKNOWN",
"password": "password123",
"rtspUrl": "rtsp://192.168.1.100:554/stream1",
"source": "USER",
"username": "admin",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
]
}
]
}Finds discoveries that have unassigned RTSP endpoints. Only discoveries containing at least one endpoint are returned.
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/findDiscoveriesWithUnassignedRtspEndpoints \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"discoveries": [
{
"codec": "H.264",
"ipAddress": "192.168.1.100",
"macAddress": "<string>",
"manufacturer": "Hikvision",
"model": "DS-2CD2142FWD-I",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"unassignedRtspEndpoints": [
{
"lastRtspUrlStatus": "UNKNOWN",
"password": "password123",
"rtspUrl": "rtsp://192.168.1.100:554/stream1",
"source": "USER",
"username": "admin",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
]
}
]
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for finding discoveries with unassigned RTSP endpoints.
OK
Response object containing discoveries with unassigned RTSP endpoints.
List of discoveries with unassigned RTSP endpoints
Show child attributes
Was this page helpful?