nerdexam
Cisco

200-301 · Question #641

Which REST method updates an object in the Cisco DNA Center Intent API?

The correct answer is D. PUT. The HTTP PUT method is the standard REST method used to update an existing object or resource in the Cisco DNA Center Intent API.

Submitted by valeria.br· Mar 5, 2026Automation and Programmability

Question

Which REST method updates an object in the Cisco DNA Center Intent API?

Options

  • ACHANGE
  • BUPDATE
  • CPOST
  • DPUT

How the community answered

(62 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    3% (2)
  • D
    92% (57)

Why each option

The HTTP PUT method is the standard REST method used to update an existing object or resource in the Cisco DNA Center Intent API.

ACHANGE

CHANGE is not a standard HTTP REST method recognized for resource manipulation.

BUPDATE

UPDATE is not a standard HTTP REST method recognized for resource manipulation.

CPOST

POST is typically used to create new resources, not to modify or replace existing ones.

DPUTCorrect

The HTTP PUT method is typically used in RESTful APIs to update an existing resource or create a resource at a specific URI if it does not already exist, effectively replacing the entire resource with the payload provided. In the Cisco DNA Center Intent API, PUT is the designated method for updating an object.

Concept tested: REST API methods (PUT for update)

Source: https://developer.cisco.com/docs/dna-center/#!rest-api-principles/rest-api-principles

Topics

#REST API#HTTP methods#Cisco DNA Center API

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice