350-401 Exam QuestionsBrowse all questions from this exam

350-401 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?

Show Answer
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

5 comments
Sign in to comment
AdalbertoOption: B
Jun 7, 2024

B is the Answer

AdalbertoOption: A
May 20, 2024

A is the answer

SeMo0o0oOption: B
May 26, 2024

i think B is correct patch not get

SpecialdorkOption: B
May 31, 2024

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
Jun 12, 2024

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

Steve122Option: B
Jul 21, 2024

'B' is the closest. patch = modification