📚 API Documentation & Navigation
📋 Module Metadata
Namespace: http://openconfig.net/yang/openconfig-programming-errors
Prefix: oc-programmin
Related Modules:
CISCO-AAL5-MIB
CISCO-ATM-EXT-MIB
Cisco-IOS-XE-aaa
Cisco-IOS-XE-acl
Cisco-IOS-XE-adsl
💡 Example Usage
# GET module data curl -X GET \ -H "Accept: application/yang-data+json" \ -u admin:password \ --insecure \ https://device-ip/restconf/data/openconfig-programming-errors
📚 External Documentation
module: openconfig-programming-errors
augment /oc-ni:network-instances/oc-ni:network-instance:
+--rw programming-errors
+--rw ip-routes
+--rw config
| +--rw enabled? boolean
+--ro state
| +--ro total-errors? oc-yang:counter64
| +--ro enabled? boolean
+--ro failed-routes
| +--ro failed* [prefix]
| +--ro prefix -> ../state/prefix
| +--ro state
| +--ro prefix? oc-inet:ip-prefix
| +--ro time? oc-types:timeticks64
| +--ro dest-component* -> /oc-platform:components/component/name
+--ro stale-routes
| +--ro stale* [prefix]
| +--ro prefix -> ../state/prefix
| +--ro state
| +--ro prefix? oc-inet:ip-prefix
| +--ro time? oc-types:timeticks64
| +--ro dest-component* -> /oc-platform:components/component/name
+--ro drop-routes
+--ro drop* [prefix]
+--ro prefix -> ../state/prefix
+--ro state
+--ro prefix? oc-inet:ip-prefix
+--ro time? oc-types:timeticks64
+--ro dest-component* -> /oc-platform:components/component/name