Which action used by the Cisco Catalyst Center Intent API writes new data at the path that the URL specifies?
- PUT
- DELETE
- GET
- POST
Explanation: The Cisco Catalyst Center Intent API utilizes standard HTTP request-response actions to interact with network resources. According to the sources, the POST action is used specifically to write new data at the path that the URL specifies. Its primary purpose is to create new data on the server.
In contrast, the other listed actions perform different functions:
- GET: Used to retrieve or read data from the specified path.
- PUT: Used to replace or update existing data; it cannot be used to create new data.
- DELETE: Used to remove existing data at the specified path.
Related exam: Modules 23 – 26: Checkpoint Exam: Software-Defined Networking Answers (CCNP ENCOR v9)
