300-415 Question 313
Single answerA network administrator is tasked with monitoring an SD-WAN deployment using the Cisco vManage REST API. They want to retrieve real-time statistics for WAN edge devices, including packet loss and latency. Which REST API endpoint should they use to achieve this?
- A
/dataservice/device
- B
/dataservice/statistics/flow
- C
/dataservice/device/monitor/edgehealth
- D
/dataservice/alarms
Show answer and explanation
Correct answer: C
Explanation
The correct endpoint to retrieve real-time statistics for WAN edge devices, including metrics like packet loss and latency, is '/dataservice/device/monitor/edgehealth'. This endpoint is specifically designed for monitoring the health of WAN edge devices, making it the appropriate choice for the task described.
- A. Incorrect.
This endpoint provides basic information about the devices in the SD-WAN fabric but does not include real-time statistics such as packet loss or latency.
- B. Incorrect.
This endpoint focuses on flow statistics, which are related to traffic flows but not specific to WAN edge device health metrics like latency or packet loss.
- C. Correct.
This endpoint is specifically designed to provide real-time monitoring data for WAN edge devices, including metrics such as packet loss, latency, and jitter.
- D. Incorrect.
This endpoint is used to retrieve alarm and event information but does not provide real-time device statistics.