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.
So is there any example to specify xpath when doing get-config Path API ?I started with a sample as follows;root_schema = session.get_root_schema()get = Truesys = root_schema.create_datanode("ietf-interfaces:interfaces/interface", "")#sys.create_data...
I've tried a sample python script like the following and one of my yang file uses a self namespace prefix as follows; And it seems to produce parsing error. When I modified mdsif prefix to com:gemds:mds-interfaces , then it works. Does anyone ha...
Even with subtree filter, how exactly do you build the get_rpc codes similar to the codes I've shown. Any example? For example, if I want to select the following equivalent xpath filter for ietf-interfaces module; "interfaces/interface[name!='E...