nerdexam
Cisco

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.

Submitted by ravi_2018· Mar 6, 2026

Question

What is one characteristic of Cisco DNA Center and vManage northbound APIs?

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)
  • A
    4% (1)
  • C
    91% (21)
  • D
    4% (1)

Why each option

Cisco DNA Center and vManage northbound APIs are primarily RESTful and for specific programmatic interactions, often implement the RESTCONF protocol.

AThey push configuration changes down to devices.

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.

BThey exchange XML-formatted content.

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.

CThey implement the RESTCONF protocol.Correct

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.

DThey implement the NETCONF protocol.

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

#Cisco DNA Center#vManage#Northbound APIs#RESTCONF

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice