You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In example for Python I can see that Cisco_IOS_XE_wireless_wlan_cfg.WlanCfgData.WlanCfgEntries.WlanCfgEntry.__doc__ contains indication of default value for each leaf:
Expected Behavior
In example for Python I can see that
Cisco_IOS_XE_wireless_wlan_cfg.WlanCfgData.WlanCfgEntries.WlanCfgEntry.__doc__
contains indication of default value for each leaf:I would expect the user to be able to programmatically recover that value, in example like:
That should also return the right type and eventually support enums.
Note that querying some devices via Netconf may not return indication of config/oper for leafs that are set to a default value.
Current Behavior
It's impossible to recover the default value programmatically.
Steps to Reproduce
Try to print the default value of a leaf.
Your Script
There's no way to do this.
Logs
N/A
System Information
YDK 0.8.4
The text was updated successfully, but these errors were encountered: