Authenticate a third party camera, effectively validating the credentials specified to be used for it.
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request 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"
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