350-401 · Question #1268
What is one characteristic of Cisco DNA Center and vManage northbound APIs?
The correct answer is B. They are RESTful APIs.. Cisco DNA Center and vManage northbound APIs are designed as RESTful APIs, which use standard HTTP methods and stateless operations to interact with network controllers.
Question
What is one characteristic of Cisco DNA Center and vManage northbound APIs?
Options
- AThey exchange XML-formatted content.
- BThey are RESTful APIs.
- CThey implement the NETCONF protocol.
- DThey push configuration changes down to devices.
How the community answered
(25 responses)- B88% (22)
- C8% (2)
- D4% (1)
Why each option
Cisco DNA Center and vManage northbound APIs are designed as RESTful APIs, which use standard HTTP methods and stateless operations to interact with network controllers.
While they can exchange XML, JSON is also commonly used; the primary characteristic is being RESTful, not exclusively XML content.
Both Cisco DNA Center and Cisco vManage expose northbound APIs that adhere to the Representational State Transfer (REST) architectural style. These APIs typically use HTTP requests with methods like GET, POST, PUT, and DELETE to manage network devices and services, leveraging JSON or XML for data exchange.
NETCONF is a protocol for configuring network devices, distinct from the REST architectural style that these northbound APIs primarily implement.
Northbound APIs are used for external systems to interact with the controller, not for the controller to push configurations down to devices (that's southbound communication).
Concept tested: Cisco SD-WAN and SDA northbound APIs (REST)
Source: https://developer.cisco.com/dnac/
Topics
Community Discussion
No community discussion yet for this question.