QuestionQ100

Using APIs

Question Image

Refer to the exhibit. Which RESTCONF verb updates the GigabitEthernet2 interface from 192.168.100.1/24 to 10.10.10.1/24?

  • A POST
  • B PATCH
  • C GET
  • D HEAD
Explanation

RESTCONF PATCH updates existing configuration data by merging the supplied values into the targeted resource. The request therefore changes the primary address and mask of the existing GigabitEthernet2 interface. Cisco documents PATCH as the RESTCONF update operation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!