Which of these is the correct URL format to issue a REST API call to Cisco Catalyst SD-WAN Manager that retrieves a list of all devices in the network?

IT Exam Items RepositoryCategory: CCNP ENCOR v9Which of these is the correct URL format to issue a REST API call to Cisco Catalyst SD-WAN Manager that retrieves a list of all devices in the network?

Which of these is the correct URL format to issue a REST API call to Cisco Catalyst SD-WAN Manager that retrieves a list of all devices in the network?

Explanation: The Cisco Catalyst SD-WAN Manager web server uses HTTPS as its primary communications protocol for REST API calls. To retrieve inventory data, such as a list of devices in the network, a GET request must be issued to the specific resource path /dataservice/device. Therefore, the correct full URL format is https://manager_ip/dataservice/device. The sources also note that before this call can be successful, the user must first authenticate (typically via the /j_security_check resource) to obtain a session cookie.

Related exam: Modules 23 – 26: Checkpoint Exam: Software-Defined Networking Answers (CCNP ENCOR v9)