300-435 Question 269
Single answerYou are tasked with creating a Python script to monitor the health of WAN edge devices in a Cisco SD-WAN environment using the vManage Monitoring APIs. Which API endpoint would you use to fetch the real-time status of all WAN edge devices?
- A
/dataservice/device
- B
/dataservice/device/monitor
- C
/dataservice/statistics/flow
- D
/dataservice/device/realtime
Show answer and explanation
Correct answer: D
Explanation
The correct API endpoint for fetching real-time status of WAN edge devices in Cisco SD-WAN is '/dataservice/device/realtime'. This endpoint allows administrators to monitor the current status of all WAN edge devices, which is essential for real-time network visibility and troubleshooting. Other endpoints either serve different purposes or are invalid.
- A. Incorrect.
This endpoint retrieves general information about devices but does not provide real-time monitoring data.
- B. Incorrect.
This endpoint does not exist in the Cisco SD-WAN vManage Monitoring APIs, making it invalid.
- C. Incorrect.
This endpoint is used to retrieve flow statistics, not real-time status of WAN edge devices.
- D. Correct.
This is the correct endpoint for retrieving real-time status information about WAN edge devices.