To construct the URL for the Cisco SD-WAN API that retrieves a list of users logged into a device, you start with the vManage IP address, followed by /dataservice/ which is the base path for all API services. The segment device/user specifies that we are accessing user information on a device. The query parameter ?deviceId= is then used to specify the unique identifier of the device in question. By replacing deviceId with the actual device ID, you complete the URL.
References: = Automating Cisco Enterprise Solutions Official Cert Guide
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit