cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4757
Views
0
Helpful
15
Replies

Python code to reference yang objects

rocrowe
Cisco Employee
Cisco Employee

Anyone have an example on how to reference nested yang objects in python ? For example, if my yang model is:

container a

  container b

    leaf c

container d

   list e

What would be the the python service or root path ?

service.???

root.???

15 Replies 15

Agreed, I am just building from scratch and adding on.