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
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
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
