Exam 350-401 All QuestionsBrowse all questions from this exam
Question 986

Refer to the exhibit. An engineer attempts to use RESTCONF to configure GigabitEthernet2 on a remote router with IP address 192.168.159.10, but the configuration fails. Which configuration is required to complete the action?

    Correct Answer: B

    To configure GigabitEthernet2 on a remote router using RESTCONF, the correct HTTP method needs to be used. The GET method, which is initially used in the given script, is typically used to retrieve data, whereas PATCH is used to modify or partially update resources. Thus, changing the HTTP method to PATCH should resolve the issue with the configuration attempt.

Discussion
AdalbertoOption: B

B is the Answer

Steve122Option: B

'B' is the closest. patch = modification

SpecialdorkOption: B

B is the closest to being correct. Unless the example is not exactly what is on the test. A,C & D are definitely all wrong.

SeMo0o0o

Well since GigabitEthernet=2 at the end of URL must be GigabitEthernet2, C is correct. However without the correct HTTP method (PATCH), the update operation won't work even if the URL is correct. So B is correct

SeMo0o0oOption: B

i think B is correct patch not get

AdalbertoOption: A

A is the answer