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.
The YANG Suite team will not be distributing a docker image to dockerhub but there is a docker recipe to build your own docker containers using docker-compose and dockerfile which can be retrieved from the CiscoDevNet/yangsuite Git repository. Build...
This is not the YDK. This is yangsuite. Need to know what node in the tree you chose to "Generate APIs" from. Try picking a container above whatever node you chose. Regardless, it should work no matter what node you chose. Do you have the lates...
"vlan-list" is a list node and "id" is the key to the list. The proper way to delete a list entry is to apply the delete to the list and provide the key. The rpc looks correct. Is the "candidate" datastore configured? Does the 511 vlan exist in t...
The ntp model augments the Cisco-IOS-XE-native model so looking directly at the ntp model will give you nothing. I suggest you look at https://developer.cisco.com/yangsuite. Yangsuite will gather together all the model dependencies and give you a v...