nerdexam
Cisco

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.

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

How the community answered

(13 responses)
  • A
    92% (12)
  • C
    8% (1)

Why each option

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

Ahttps://vmanage_IP_address/dataservice/system/device/{{model}}Correct

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.

Bhttp://vmanage_IP_address/dataservice/system/device/{{model}}

HTTP is insecure and not the standard protocol for vManage API communication.

Chttp://vmanage_IP_address/api-call/system/device/{{model}}

HTTP is insecure, and '/api-call/' is not the standard base path for vManage data service APIs; '/dataservice/' is the correct path.

Dhttps://vmanage_IP_address/api-call/system/device/{{model}}

'/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

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

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice