300-415 · Question #50
Which API call retrieves all a list of all devices in the network?
The correct answer is A. https://vmanage_IP_address/dataservice/system/device/{{model}}. Cisco vManage API calls follow a specific structure for secure communication and data retrieval to list devices.
Question
Options
- Ahttps://vmanage_IP_address/dataservice/system/device/{{model}}
- Bhttp://vmanage_IP_address/dataservice/system/device/{{model}}
- Chttp://vmanage_IP_address/api-call/system/device/{{model}}
- Dhttps://vmanage_IP_address/api-call/system/device/{{model}}
How the community answered
(13 responses)- A92% (12)
- C8% (1)
Why each option
Cisco vManage API calls follow a specific structure for secure communication and data retrieval to list devices.
Cisco vManage API calls securely use HTTPS and typically follow the '/dataservice/' base path for data retrieval operations. The 'system/device' endpoint is used to interact with device information, and '{{model}}' can function as a placeholder or wildcard to retrieve all devices if not filtering by a specific model.
HTTP is insecure and not the standard protocol for vManage API communication.
HTTP is insecure, and '/api-call/' is not the standard base path for vManage data service APIs; '/dataservice/' is the correct path.
'/api-call/' is not the standard base path for vManage data service APIs; '/dataservice/' is the correct path.
Concept tested: vManage REST API device retrieval
Source: https://developer.cisco.com/docs/sdwan/#!rest-api-overview/api-documentation
Topics
Community Discussion
No community discussion yet for this question.