nerdexam
Exams300-415Questions#50
Cisco

300-415 · Question #50

300-415 Question #50: Real Exam Question with Answer & Explanation

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.

Management and Operations

Question

Which API call retrieves all a list of all devices in the network?

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}}

Explanation

Cisco vManage API calls follow a specific structure for secure communication and data retrieval to list devices.

Common mistakes.

  • B. HTTP is insecure and not the standard protocol for vManage API communication.
  • C. HTTP is insecure, and '/api-call/' is not the standard base path for vManage data service APIs; '/dataservice/' is the correct path.
  • D. '/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

Reference. https://developer.cisco.com/docs/sdwan/#!rest-api-overview/api-documentation

Topics

#vManage API#REST API#Device Inventory#Network Management

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice