New MV API - Returns video link for the specified camera

GeorgeB
Meraki Employee
Meraki Employee

New MV API - Returns video link for the specified camera

Returns video link for the specified camera. If a timestamp is supplied, it links to that time. This is useful for programmaticlly retrieving a video link in dashboard.This negates the need to determine the unique camera URL manually and protects applications from any changes we make to the formatting of this link as API will return the updated URL.

 

HTTP REQUEST

 

GET /devices/[serial]/cameras/video_link

 

PARAMETERS

  • timestamp
    The video link will start at this timestamp. The timestamp is in UNIX Epoch time (milliseconds).

 

SAMPLE REQUEST

 

curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v0/devices/[serial]/cameras/video_link'

SAMPLE RESPONSE

 

Successful HTTP Status: 200

 

"https://nxx.meraki.com/office-cameras/n/bs0a1k/manage/nodes/new_list/29048243992402"
0 REPLIES 0
Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.