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.
Hi,I was able to create a VLAN on NX-OS using RESTCONF:POST http://<ip>/restconf/data/Cisco-NX-OS-device:System/bd-items/bd-items/BD-list with name,fabEncap,accEncap attributes - but how do I DELETE it?According to the Yang model, the key is 'fabEnca...
NX-OS documentation says it supports draft-ietf-netconf-restconf-10 - RESTCONF Protocol but an example likeDELETE /restconf/data/example-jukebox:jukebox/ library/artist=Foo%20Fighters/album=Wasting%20Light HTTP/1.1 Host: example.comi.e. using 'key=...