Implementing Cisco SD-WAN Solutions (ENSDWI) — Question 175
Which API call retrieves a list of all devices in the network?
Answer options
- A. https://vmanage_IP_address/dataservice/system/device/{{model}}
- B. http://vmanage_IP_address/dataservice/system/device/{{model}}
- C. http://vmanage_IP_address/api-call/system/device/{{model}}
- D. https://vmanage_IP_address/api-call/system/device/{{model}}
Correct answer: A
Explanation
Option A is the correct answer because it uses the correct HTTPS protocol and the appropriate endpoint for retrieving device information. Options B and C use the wrong protocols or endpoints, while Option D also uses the incorrect API path, making them invalid for this purpose.