Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 165
A timeframe custom dashboard must be developed to present data collected from Cisco Meraki. The dashboard must include a wireless health alert count.
What needs to be built as a prerequisite?
Answer options
- A. A publicly available HTTP server to receive Meraki Webhooks from the Meraki Scanning API.
- B. A publicly available HTTP server to receive Meraki Webhooks from the Meraki Dashboard API.
- C. A daemon to consume the Wireless Health endpoint of the Meraki Dashboard API.
- D. A daemon to consume the Wireless Health endpoint of the Meraki Scanning API.
Correct answer: B
Explanation
The correct answer is B because the dashboard needs to receive data via Meraki Webhooks from the Meraki Dashboard API, which is designed to provide real-time updates. Options A, C, and D are incorrect as they either refer to the wrong API or suggest a different data consumption method that does not align with the requirement for receiving alerts.