Cisco-IOS-XE-ios-events-oper

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Operational State APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/Cisco-IOS-XE-ios-events-oper

Prefix: ios_events_oper

Related Modules:
Cisco-IOS-XE-aaa-events
Cisco-IOS-XE-appqoe-events
Cisco-IOS-XE-controller-shdsl-events
Cisco-IOS-XE-crypto-events
Cisco-IOS-XE-crypto-pki-events

💡 Example Usage

# GET module data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/Cisco-IOS-XE-ios-events-oper

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-ios-events-oper

  notifications:
    +---n bgp-peer-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro peer?             inet:ip-address
    |  +--ro bgp-new-state?    ios-events-ios-xe-oper:bgp-pstate
    |  +--ro local-address?    inet:ip-address
    |  +--ro local-routerid?   inet:ip-address
    |  +--ro peer-routerid?    inet:ip-address
    +---n ospf-neighbor-state-change
    |  +--ro severity-level?       ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?            string
    |  +--ro system-ip?            inet:ip-address
    |  +--ro vrf-name?             string
    |  +--ro neighbor?             inet:ip-address
    |  +--ro router-id?            inet:ip-address
    |  +--ro if-addr?              inet:ip-address
    |  +--ro ospf-new-state?       ios-events-ios-xe-oper:ospf-nbr-state
    |  +--ro neighbor-router-id?   inet:ip-address
    +---n ospf-interface-state-change
    |  +--ro severity-level?             ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?                  string
    |  +--ro system-ip?                  inet:ip-address
    |  +--ro vrf-name?                   string
    |  +--ro interface?                  string
    |  +--ro ospf-interface-new-state?   ios-events-ios-xe-oper:ospf-intf-state
    +---n interface-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro new-state?        ios-events-ios-xe-oper:interface-notif-state
    +---n memory-usage
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro warning?          string
    |  +--ro total-mb?         uint32
    |  +--ro free-mb?          uint32
    |  +--ro memory-status?    ios-events-ios-xe-oper:notification-usage-status
    +---n cpu-usage
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro warning?          string
    |  +--ro one-min?          uint32
    |  +--ro five-min?         uint32
    |  +--ro fifteen-min?      uint32
    |  +--ro cpu-status?       ios-events-ios-xe-oper:notification-usage-status
    +---n interface-admin-state-change
    |  +--ro severity-level?    ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?         string
    |  +--ro system-ip?         inet:ip-address
    |  +--ro vrf-name?          string
    |  +--ro if-name?           string
    |  +--ro new-admin-state?   ios-events-ios-xe-oper:intf-admin-state
    +---n dhcp-server-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro state?            ios-events-ios-xe-oper:dhcp-server-state-val
    +---n dhcp-address-assigned
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro client-mac?       string
    |  +--ro ip?               inet:ip-address
    +---n dhcp-address-renewed
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro client-mac?       string
    |  +--ro ip?               inet:ip-address
    +---n dhcp-address-released
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro client-mac?       string
    |  +--ro ip?               inet:ip-address
    |  +--ro reason?           string
    +---n dhcp-address-rejected
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro vrf-name?         string
    |  +--ro if-name?          string
    |  +--ro client-mac?       string
    |  +--ro ip?               inet:ip-address
    |  +--ro reason?           string
    +---n system-reboot-complete
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    +---n flash-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n emmc-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n sdcard-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n tempsensor-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro hw-sensor-type?   ios-events-ios-xe-oper:hardware-sensor-type
    |  +--ro hw-dev-index?     uint32
    |  +--ro name?             string
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n tempsensor-state
    |  +--ro severity-level?     ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?          string
    |  +--ro system-ip?          inet:ip-address
    |  +--ro hw-sensor-type?     ios-events-ios-xe-oper:hardware-sensor-type
    |  +--ro hw-dev-index?       uint32
    |  +--ro name?               string
    |  +--ro temp?               uint32
    |  +--ro sensor-new-state?   ios-events-ios-xe-oper:notification-sensor-state
    +---n fan-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro fantray-id?       uint32
    |  +--ro fan-id?           uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n fantray-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro fantray-id?       uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n pem-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro pem-id?           uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n pem-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro pem-id?           uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n pim-fault
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro pim-id?           uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-failure-state
    +---n pim-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro pim-id?           uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n sfp-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro sfp-name?         string
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n sfp-support-state
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro sfp-name?         string
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n usb-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro usb-slot?         uint32
    |  +--ro new-state?        ios-events-ios-xe-oper:notification-module-state
    +---n vrrp-group-state-change
    |  +--ro severity-level?        ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?             string
    |  +--ro system-ip?             inet:ip-address
    |  +--ro vrf-name?              string
    |  +--ro if-number?             uint32
    |  +--ro grp-id?                uint32
    |  +--ro addr-type?             ios-events-ios-xe-oper:vrrp-ip-addr-type
    |  +--ro if-name?               string
    |  +--ro vrrp-group-state?      ios-events-ios-xe-oper:vrrp-notif-proto-state
    |  +--ro state-change-reason?   ios-events-ios-xe-oper:vrrp-notif-state-change-reason
    +---n system-reboot-issued
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro reboot-reason?    string
    +---n disk-usage
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro warning?          string
    |  +--ro total-mb?         uint32
    |  +--ro free-mb?          uint32
    |  +--ro filesystem?       string
    |  +--ro disk-status?      ios-events-ios-xe-oper:notification-usage-status
    x---n fib-updates
    |  +--ro severity-level?         ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?              string
    |  +--ro system-ip?              inet:ip-address
    |  +--ro vrf-name?               string
    |  +--ro address-family-type?    ios-events-ios-xe-oper:fib-updates-af-type
    |  +--ro fib-last-update-time?   yang:date-and-time
    +---n system-login-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro user-name?        string
    |  +--ro user-id?          uint32
    +---n system-logout-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro user-name?        string
    |  +--ro user-id?          uint32
    +---n system-aaa-login-fail
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro user-name?        string
    |  +--ro remote-host?      string
    +---n aaa-admin-pwd-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    +---n cellular-sim-status-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro if-name?          string
    |  +--ro reason?           string
    +---n cellular-modem-status-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro if-name?          string
    |  +--ro reason?           string
    +---n cellular-network-status-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro if-name?          string
    |  +--ro reason?           string
    +---n app-dpi-flows-out-of-memory
    |  +--ro severity-level?            ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?                 string
    |  +--ro system-ip?                 inet:ip-address
    |  +--ro dpi-out-of-memory-state?   boolean
    +---n utd-ips-alert
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro timestamp?        yang:date-and-time
    |  +--ro action?           ios-events-ios-xe-oper:utd-ips-alert-action-val
    |  +--ro sid?              uint32
    |  +--ro gid?              uint32
    |  +--ro rev?              uint32
    |  +--ro classification?   ios-events-ios-xe-oper:utd-ips-alert-classification-val
    |  +--ro message?          string
    |  +--ro priority?         ios-events-ios-xe-oper:utd-ips-alert-priority-val
    |  +--ro src-ip?           inet:ip-address
    |  +--ro dst-ip?           inet:ip-address
    |  +--ro src-port?         uint16
    |  +--ro dst-port?         uint16
    |  +--ro protocol?         uint8
    |  +--ro vrf?              string
    |  +--ro policy-name?      string
    |  +--ro src-username?     string
    |  +--ro dst-username?     string
    +---n utd-update
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro type?             ios-events-ios-xe-oper:utd-update-type-val
    |  +--ro timestamp?        yang:date-and-time
    |  +--ro version?          string
    |  +--ro status?           utd-common-ios-xe-oper:utd-update-status-val
    |  +--ro reason?           string
    +---n utd-version-mismatch
    |  +--ro severity-level?        ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?             string
    |  +--ro system-ip?             inet:ip-address
    |  +--ro current-version?       string
    |  +--ro recommended-version?   string
    |  +--ro supported?             boolean
    +---n utd-file-reputation-alert
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro timestamp?        yang:date-and-time
    |  +--ro file-name?        string
    |  +--ro sha?              string
    |  +--ro file-type?        ios-events-ios-xe-oper:utd-file-repu-file-type
    |  +--ro malware-name?     string
    |  +--ro src-ip?           inet:ip-address
    |  +--ro dst-ip?           inet:ip-address
    |  +--ro src-port?         uint16
    |  +--ro dst-port?         uint16
    |  +--ro protocol?         uint8
    |  +--ro vrf?              string
    |  +--ro action?           ios-events-ios-xe-oper:utd-file-repu-action-event-type
    |  +--ro disposition?      ios-events-ios-xe-oper:utd-file-repu-dispos-event-type
    |  +--ro policy-name?      string
    |  +--ro src-username?     string
    |  +--ro dst-username?     string
    +---n utd-file-reputation-retrospective-alert
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro file-name?        string
    |  +--ro sha?              string
    |  +--ro file-type?        ios-events-ios-xe-oper:utd-file-repu-file-type
    |  +--ro malware-name?     string
    |  +--ro disposition?      ios-events-ios-xe-oper:utd-file-repu-dispos-event-type
    +---n utd-file-analysis-file-upload-state
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro timestamp?        yang:date-and-time
    |  +--ro file-status?      ios-events-ios-xe-oper:utd-file-analysis-upload-event-type
    |  +--ro file-name?        string
    |  +--ro file-hash?        string
    |  +--ro file-type?        ios-events-ios-xe-oper:utd-file-repu-file-type
    |  +--ro disposition?      ios-events-ios-xe-oper:utd-file-repu-dispos-event-type
    +---n utd-file-reputation-status-event
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro version?          string
    |  +--ro status?           ios-events-ios-xe-oper:utd-file-reputation-status-event-type
    |  +--ro message?          string
    +---n utd-file-analysis-status-event
    |  +--ro severity-level?     ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?          string
    |  +--ro system-ip?          inet:ip-address
    |  +--ro status?             ios-events-ios-xe-oper:utd-file-analysis-event-type
    |  +--ro backoff-interval?   uint64
    |  +--ro message?            string
    +---n aaa-event-server-state
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?        string
    |  +--ro system-ip?        inet:ip-address
    |  +--ro server-ip?        inet:ip-address
    |  +--ro auth-port?        uint16
    |  +--ro acct-port?        uint16
    |  +--ro timestamp?        yang:date-and-time
    |  +--ro server-state?     boolean
    +---n bridge-state-change
    |  +--ro severity-level?   ios-common-ios-xe-oper:notification-severity
    |  +--ro bridge-id?        uint32
    |  +--ro bridge-state?     ios-events-ios-xe-oper:bridge-state-val
    +---n bridge-interface-state-change
    |  +--ro severity-level?           ios-common-ios-xe-oper:notification-severity
    |  +--ro bridge-id?                uint32
    |  +--ro if-name?                  string
    |  +--ro bridge-intf-oper-state?   ios-events-ios-xe-oper:interface-notif-state
    +---n umbrella-dev-reg-update
    |  +--ro severity-level?        ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?             string
    |  +--ro system-ip?             inet:ip-address
    |  +--ro status?                ios-events-ios-xe-oper:umbrella-dev-reg-status-val
    |  +--ro fail-code?             uint16
    |  +--ro reason?                string
    |  +--ro registration-entity?   string
    |  +--ro device-id?             string
    |  +--ro tag?                   string
    +---n umbrella-dnscrypt-update
    |  +--ro severity-level?         ios-common-ios-xe-oper:notification-severity
    |  +--ro host-name?              string
    |  +--ro system-ip?              inet:ip-address
    |  +--ro enabled?                boolean
    |  +--ro last-success-attempt?   yang:date-and-time
    +---n eem-event-publish
       +--ro severity?             ios-common-ios-xe-oper:notification-severity
       +--ro policy-name?          string
       +--ro event-type?           ios-events-ios-xe-oper:eem-event-type
       +--ro event-type-string?    string
       +--ro event-publish-time?   yang:date-and-time
       +--ro ed-arguments* []
          +--ro name?                 string
          +--ro (type-choice)?
             +--:(eem-u-int32)
             |  +--ro ed-u-int32?     uint32
             +--:(eem-string)
             |  +--ro ed-string?      string
             +--:(eem-timestamp)
                +--ro ed-timestamp?   yang:date-and-time