DEVASC Exam QuestionsBrowse all questions from this exam

DEVASC Exam - Question 555


Refer to the exhibit. The diagram shows a sequence of API calls between an automation workflow and the Cisco DNA Center API. The API sequence is synchronous and manipulates data about sites, passes credentials, and explores the discovery state. Which workflow is automated?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
daniii89Option: C
Feb 7, 2025

The sequence of API calls in the exhibit suggests that the automation workflow is focused on network discovery in Cisco DNA Center. Let's analyze the API calls step by step: POST /dna/system/api/v1/auth/token This authenticates the API client and retrieves an authentication token, which is needed for subsequent API requests. POST /dna/intent/api/v1/site This API creates a site (such as a campus, building, or floor) within Cisco DNA Center. POST /dna/intent/api/v1/global-credential-di This API configures global credentials (such as SNMP, CLI, or HTTP credentials), which are required to access and manage network devices. POST /dna/intent/api/v1/discovery This API call initiates network discovery, allowing Cisco DNA Center to scan the network, identify devices, and retrieve device details. Since the final step involves network discovery, it confirms that the workflow is automating the discovery of network devices.