CiscoCisco
300-435 · Question #42
300-435 Question #42: Real Exam Question with Answer & Explanation
The correct answer is A: /merakimv/XXXX-XXXX-XXXX/light. The Meraki MV Sense API provides environmental sensor data, including ambient light levels (LUX), through a specific /light endpoint for individual camera serial numbers.
Device-Level Network Automation
Question
With the MV Sense API, which REST endpoint provides LUX level?
Options
- A/merakimv/XXXX-XXXX-XXXX/light
- B/merakimv/XXXX-XXXX-XXXX/raw_detections
- C/merakimv/XXXX-XXXX-XXXX/0
- D/merakimv/XXXX-XXXX-XXXX/zones
Explanation
The Meraki MV Sense API provides environmental sensor data, including ambient light levels (LUX), through a specific /light endpoint for individual camera serial numbers.
Common mistakes.
- B. The
/raw_detectionsendpoint provides raw object detection data, such as bounding boxes and object types, from the cameras, not environmental sensor data like LUX levels. - C.
/0is not a recognized or documented endpoint for retrieving any specific type of sensor data from Meraki MV cameras. - D. The
/zonesendpoint is used to configure or retrieve information about defined detection zones on the camera, not for environmental light sensor readings.
Concept tested. Meraki MV Sense API light level endpoint
Reference. https://developer.cisco.com/meraki/blog/meraki-mv-sense-api/
Topics
#MV Sense API#REST API#LUX Level#Meraki MV
Community Discussion
No community discussion yet for this question.