Update Video Settings For The Given Camera
PUT {{baseUrl}}/devices/:serial/camera/video/settings
Update video settings for the given camera #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: externalRtspEnabled| boolean| Boolean indicating if external rtsp stream is exposed
Supports Action Batches
Resource | Operation |
---|---|
/devices/{serial}/camera/video/settings | update |
Request Body
{"externalRtspEnabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"externalRtspEnabled":true,"rtspUrl":"rtsp://10.0.0.1:9000/live"}