nerdexam
Cisco

300-435 · Question #42

With the MV Sense API, which REST endpoint provides LUX level?

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?

Exhibit

300-435 question #42 exhibit

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

How the community answered

(24 responses)
  • A
    88% (21)
  • B
    8% (2)
  • C
    4% (1)

Why each option

The Meraki MV Sense API provides environmental sensor data, including ambient light levels (LUX), through a specific `/light` endpoint for individual camera serial numbers.

A/merakimv/XXXX-XXXX-XXXX/lightCorrect

The `/light` endpoint within the MV Sense API is specifically designed to expose ambient light level data, measured in LUX, collected by compatible Meraki MV cameras, where `XXXX-XXXX-XXXX` represents the camera's serial number.

B/merakimv/XXXX-XXXX-XXXX/raw_detections

The `/raw_detections` endpoint provides raw object detection data, such as bounding boxes and object types, from the cameras, not environmental sensor data like LUX levels.

C/merakimv/XXXX-XXXX-XXXX/0

`/0` is not a recognized or documented endpoint for retrieving any specific type of sensor data from Meraki MV cameras.

D/merakimv/XXXX-XXXX-XXXX/zones

The `/zones` endpoint 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

Source: 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.

Full 300-435 Practice