🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/camera/getOfflineLanStreamingInfo \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "info": {}, "warningMsg": "<string>" }
Get required information for offline lan streaming on all cameras
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve offline LAN streaming information for cameras.
OK
Response containing offline LAN streaming information for cameras.
Mapping of camera UUIDs to offline LAN streaming information
Show child attributes
Was this page helpful?