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.
How can I use the "instance-identifier" type to reference an instance of a nested list within a YANG data model? For instance, consider a YANG module where there are two lists, "a" and "b", with "b" nested inside "a". Additionally, there is a leaf "c...
You can delete the instance using _ncs.maapi.delete()
service_to_delete = ncs.maagic.get_node(t, service_path)
_ncs.maapi.delete(m.msock, t.th, service_to_delete._path)
t.apply()
Hi, Okay, so are we supposed to give a valid input by manually typing the xpath?Why dont we get it in tab completion?If I try to use tab completion, It doesn't even show up the instance of nested list.