nerdexam
Cisco

350-401 · Question #527

Drag and Drop Question An engineer is working with the Cisco DNA Center API Drag and drop the methods from the left onto the actions that they are used for on the right. Answer:

The correct answer is GET; POST; DELETE; PUT. In RESTful APIs like Cisco DNA Center, each HTTP method maps to a specific CRUD action: GET is used to retrieve/read data, POST is used to create new resources or submit data, DELETE is used to remove resources, and PUT is used to update or replace existing resources. These stand

Submitted by paula_co· Mar 6, 2026Automation and Programmability - Understand the capabilities and use of Cisco DNA Center APIs for network management and automation (ENCOR/ENWLSD/DevNet Associate)

Question

Drag and Drop Question An engineer is working with the Cisco DNA Center API Drag and drop the methods from the left onto the actions that they are used for on the right. Answer:

Exhibit

350-401 question #527 exhibit

Answer Area

Drag items

GETPOSTDELETEPUT

Correct arrangement

  • GET
  • POST
  • DELETE
  • PUT

Explanation

In RESTful APIs like Cisco DNA Center, each HTTP method maps to a specific CRUD action: GET is used to retrieve/read data, POST is used to create new resources or submit data, DELETE is used to remove resources, and PUT is used to update or replace existing resources. These standard HTTP methods follow the REST architectural principles that Cisco DNA Center's northbound API is built upon. Understanding these method-to-action mappings is fundamental to programmatically interacting with Cisco DNA Center for network automation tasks.

Topics

#Cisco DNA Center API#REST API Methods#Network Automation#HTTP Methods

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice