Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
Refer to the exhibit. A network engineer makes a RESTCONF API call to Cisco IOS XE to retrieve information. Which HTTP method and URL does the engineer use to make the ..call?
Correct Answer: C
The provided JSON configuration includes information about a GigabitEthernet interface with the name "2". To retrieve information about this specific interface using a RESTCONF API call, the correct HTTP method and URL must be used. * HTTP Method: The GET method is used to retrieve information from the server. * Correct URL: The URL must specify the path to the particular interface. The correct URL structure includes the native and interface resources, followed by the interface type (GigabitEthernet) and its specific name ("2"). The correct RESTCONF API call to retrieve the information would be: GET https://devnetlab.local/restconf/api/running/native/interface/GigabitEthernet/2/ This URL correctly targets the specific GigabitEthernet interface named "2" in the running configuration. References: * Cisco RESTCONF API Documentation: RESTCONF API Guide