An engineer deploys a Cisco CSR 1000 V instance to a virtual machine. The engineer must output the device configuration in JSON format. Which protocol is used for this task?
RESTCONF is a protocol used for accessing data defined in YANG, using RESTful principles. It is suitable for retrieving configuration data in JSON format from a Cisco CSR 1000 V instance. RESTCONF allows network devices to be managed using HTTP methods, and it supports both XML and JSON as data formats, making it ideal for outputting device configurations in JSON.
[Reference: Cisco DevNet RESTCONF Overview, ]
Contribute your Thoughts:
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