nerdexam
Cisco

350-401 · Question #509

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:

The correct answer is interface/GigabitEthernet/1/; GET. 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:

Exhibits

350-401 question #509 exhibit 1
350-401 question #509 exhibit 2

Answer Area

Drag items

POSTCisco-IOS-XEGETAcceptinterface/GigabitEthernet/1/PUT

Correct arrangement

  • interface/GigabitEthernet/1/
  • GET

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 Practice