Authenticate third party camera
Authenticate a third party camera, effectively validating the credentials specified to be used for it.
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.
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
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 Body
Request object for authenticating a third-party camera with RTSP URL.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Password to access the RTSP URL. This field MUST be non-empty if trySavedCredentials is false
"password123"
The RTSP URL of the third-party camera. This RTSP URL should reference a stream that provides H.264 encoded video
"rtsp://192.168.1.100:554/stream1"
The MAC address of the third-party camera this request is operating on
Whether the third-party credentials saved in the account should be used when trying to validate whether the provided RTSP URL is valid
false
Username to access the RTSP URL. This field MUST be non-empty if trySavedCredentials is false
"admin"
Response
OK
Response object for authenticating a third-party camera with RTSP URL.
The imported (discovered) third-party camera. This field is populated only if the RTSP URL specified in the import resulted in creation of a new discovery or an addition of a RTSP URL to an existing discovery. It is null, if the RTSP URL already existed or if the import was not successful.
Status of the RTSP URL validation
UNKNOWN, NOT_REACHABLE, NOT_AUTHENTICATED, NOT_SUPPORTED, GOOD