nerdexam
CiscoCisco

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

Submitted by amina.ke· Mar 6, 2026Cisco ENCOR / DevNet Associate - Automation and Programmability: Understanding and implementing RESTCONF to retrieve network device configuration and operational data using HTTP methods and YANG data models.

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

#RESTCONF#YANG#Network Programmability#REST API

Community Discussion

No community discussion yet for this question.

Full 350-401 PracticeBrowse All 350-401 Questions