Products
Platform
General
Public groups
Is it possible to filter out a list of cameras based on the MQTT broker? Or any other APIs which let you fetch cameras for specific MQTT brokers?
Solved! Go to solution.
Don't think there's a single call.
You could get a list of cameras and their networks with https://developer.cisco.com/meraki/api-v1/get-organization-devices-statuses/
The broker IDs for a network can be found with https://developer.cisco.com/meraki/api-v1/get-network-mqtt-brokers/
Then iterate through cameras using https://developer.cisco.com/meraki/api-v1/get-device-camera-sense/ and select the broker ID(s) of interest.
View solution in original post