350-401 · Question #509
350-401 Question #509: Real Exam Question with Answer & Explanation
The correct RESTCONF request uses 'GET' as the HTTP method because the goal is to retrieve (read) information about an interface, which aligns with the REST principle that GET is used for read-only data retrieval. The path 'interface/GigabitEthernet/1/' specifies the exact YANG d
Question
Drag and Drop Question Refer to the exhibit. Drag and drop the snippets into the RESTCONF request to form the request that returns this response. Not all options are used. Answer:
Explanation
The correct RESTCONF request uses 'GET' as the HTTP method because the goal is to retrieve (read) information about an interface, which aligns with the REST principle that GET is used for read-only data retrieval. The path 'interface/GigabitEthernet/1/' specifies the exact YANG data resource being queried, targeting GigabitEthernet interface 1 to return its configuration or operational data as shown in the exhibit response.
Topics
Community Discussion
No community discussion yet for this question.