nerdexam
Cisco

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.

Submitted by paula_co· Mar 6, 2026ERROR: Official Exam Domains list not provided

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)
  • B
    88% (22)
  • C
    8% (2)
  • D
    4% (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.

AThey exchange XML-formatted content.

While they can exchange XML, JSON is also commonly used; the primary characteristic is being RESTful, not exclusively XML content.

BThey are RESTful APIs.Correct

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.

CThey implement the NETCONF protocol.

NETCONF is a protocol for configuring network devices, distinct from the REST architectural style that these northbound APIs primarily implement.

DThey push configuration changes down to devices.

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

#Cisco DNA Center#Cisco vManage#Northbound APIs#RESTful APIs

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice