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?
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?
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.
B is the Answer
'B' is the closest. patch = modification
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.
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
i think B is correct patch not get
A is the answer