Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Recently, I had been trying out POST request on the Cisco IOS-XE always on sandbox, in order to create a new interface using RESTCONF API.https://devnetsandbox.cisco.com/RM/Topology?c=14ec7ccf-2988-474e-a135-1e90b9bc6cafDevNetThe problem is, I am get...
As a reference, I am attaching the following content for Body (request). { "ietf-interfaces:interface": { "name": "Loopback123", "description": "Creating a Loopback interface using Python", "type": "iana-if-type:softwareLoopback", "enabl...