Cisco DNA Center Intent API Communication Direction

Cisco DNA Center Intent API Communication Direction

Question

In which direction does the Cisco DNA Center Intent API communicate?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.

The Intent API is a Northbound REST API that exposes specific capabilities of the Cisco DNA Center platform.

The Intent API provides policy-based abstraction of business intent, allowing focus on an outcome rather than struggling with individual mechanisms steps.

The RESTful Cisco DNA Center Intent API uses HTTPS verbs (GET, POST, PUT, and DELETE) with JSON structures to discover and control the network.

https://developer.cisco.com/docs/dna-center/#!cisco-dna-center-platform-overview/intent-api-northbound

The Cisco DNA Center Intent API is used to communicate the intent-based policies and configurations to the network devices. It is a REST-based API that uses HTTP/HTTPS protocols to send and receive data between the Cisco DNA Center and the network devices.

The direction of communication of the Intent API is determined by the location of the device that is communicating with the Cisco DNA Center. The direction can be categorized into four types:

A. Westbound: The westbound direction is used for communication between the Cisco DNA Center and the network devices located in the data center. It is also used for communication between the Cisco DNA Center and the network devices that are located at the edge of the network.

B. Eastbound: The eastbound direction is used for communication between the network devices and the Cisco DNA Center. It is used to send device data and telemetry to the Cisco DNA Center for monitoring and analysis.

C. Northbound: The northbound direction is used for communication between the Cisco DNA Center and the applications or services that consume the network data. It is used to export network data to external systems for further analysis or processing.

D. Southbound: The southbound direction is used for communication between the network devices and the network infrastructure components such as switches, routers, and firewalls. It is used to configure and control the network devices based on the intent-based policies defined in the Cisco DNA Center.

Therefore, the correct answer to the question is C. northbound, as the Intent API communicates with applications or services that consume the network data in the northbound direction.