YANG data model schema

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 11:59 AM
What is the best way to traverse a YANG data model schema tree? This way I can test data node according to yang data type. Thanks in advance.
- Labels:
-
YANG Development Kit (YDK)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2018 10:12 AM
Have you seen the YDK bundle API docs? It includes yang model tree and type info:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 04:33 AM
@abhirame wrote:
Have you seen the YDK bundle API docs? It includes yang model tree and type info:
http://ydk.cisco.com/py/docs/index.html
That website appears to be down. Are the docs anywhere else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 10:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2018 10:10 AM
Thanks for the update

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 06:05 AM
pyang -f tree
