The provided Python script is designed to use the RESTCONF protocol to interact with a network device. RESTCONF is a protocol used for accessing data defined in YANG, using RESTful principles.
restconf: This is the correct choice to complete the script as it indicates that the RESTCONF protocol is being used to communicate with the device.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit