350-401 · Question #1169
What is one characteristic of Cisco DNA Center and vManage northbound APIs?
The correct answer is C. They implement the RESTCONF protocol.. Cisco DNA Center and vManage northbound APIs are primarily RESTful and for specific programmatic interactions, often implement the RESTCONF protocol.
Question
Options
- AThey push configuration changes down to devices.
- BThey exchange XML-formatted content.
- CThey implement the RESTCONF protocol.
- DThey implement the NETCONF protocol.
How the community answered
(23 responses)- A4% (1)
- C91% (21)
- D4% (1)
Why each option
Cisco DNA Center and vManage northbound APIs are primarily RESTful and for specific programmatic interactions, often implement the RESTCONF protocol.
Northbound APIs are consumed by external systems to interact with the controller; the controller then uses southbound APIs to push configuration changes *down* to devices, so the northbound API itself does not directly push to devices.
Modern Cisco DNA Center and vManage APIs primarily exchange data using JSON (JavaScript Object Notation), not XML (Extensible Markup Language), for better interoperability and efficiency.
Both Cisco DNA Center and vManage expose northbound APIs that are RESTful. For configuration and operational data access, these APIs often implement the RESTCONF protocol, which uses YANG data models over HTTP to provide a programmatic interface.
NETCONF is a protocol for managing network devices, often used for southbound communication or direct device management, while northbound APIs are typically RESTful protocols like RESTCONF for higher-level orchestration.
Concept tested: Northbound API protocols (RESTCONF)
Source: https://developer.cisco.com/docs/dna-center/#!introduction-to-cisco-dna-center-platform-api/introduction-to-cisco-dna-center-platform-api
Topics
Community Discussion
No community discussion yet for this question.