cisco-ia

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Other/Vendor APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/cisco-ia

Prefix: cisco-ia

Related Modules:
Cisco-IOS-XE-aaa-actions-rpc
Cisco-IOS-XE-bgp-actions-rpc
Cisco-IOS-XE-cellular-rpc
Cisco-IOS-XE-chassis-rpc
Cisco-IOS-XE-cli-preview-rpc

💡 Example Usage

# GET module data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/cisco-ia

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: cisco-ia

  augment /cisco-sfm:netconf-yang:
    +--rw cisco-ia
       o--rw auto-sync?                 cia-sync-type
       o--rw init-sync?                 cia-sync-type
       o--rw intelligent-sync?          boolean
       x--rw snmp-trap-control
       |  x--rw global-forwarding?   boolean
       |  x--rw trap-list* [trap-oid]
       |     x--rw trap-oid       yang:object-identifier-128
       |     x--rw description?   string
       |     x--rw forward?       boolean
       o--rw message-diag-level?        int16
       o--rw max-diag-messages-saved?   int16
       o--rw post-sync-acl-process?     boolean
       o--rw config-change-delay?       int16
       o--rw process-missing-prc?       boolean
       o--rw missing-prc-method?        parser-msg-processing-method
       +--rw snmp-community-string?     string
       o--rw preserve-paths-enabled?    boolean
       o--rw preserve-ned-path* [xpath]
       |  +--rw xpath    string
       +--ro parser-msg-ignore* [message]
       |  +--ro message    string
       o--rw conf-parser-msg-ignore* [message]
       |  +--rw message    string
       +--ro parser-msg-error* [message]
       |  +--ro message    string
       o--rw conf-parser-msg-error* [message]
       |  +--rw message    string
       o--ro full-sync-cli* [command]
       |  +--ro command    string
       o--rw conf-full-sync-cli* [command]
       |  +--rw command    string
       o--ro nes-ttynum?                int16
       o--rw restored?                  boolean
       o--rw logging
       |  o--rw confd-log-level?      syslog-severity
       |  o--rw ciaauthd-log-level?   cia-log-level
       |  o--rw nes-log-level?        cia-log-level
       |  o--rw onep-log-level?       onep-log-level
       |  o--rw odm-log-level?        cia-log-level
       |  o--rw sync-log-level?       cia-log-level
       o--rw blocking
       |  o--rw cli-blocking-enabled?         boolean
       |  o--rw network-element-command* [command]
       |  |  o--rw command    string
       |  o--rw confd-cfg-blocking-enabled?   boolean
       |  o--rw confd-cfg-command* [command]
       |     o--rw command    string
       +--rw pivot-commands
          +--ro pivot-command* [command]
             +--ro command    string
             +--ro retry!
                +--ro min-retry-time?   uint16
                +--ro max-retry-time?   uint16

  rpcs:
    +---x sync-from
    |  +---w input
    |  |  +---w sync-defaults?         empty
    |  |  +---w ignore-presrv-paths?   empty
    |  +--ro output
    |     +--ro result?   string
    +---x save-config
    |  +--ro output
    |     +--ro result?   string
    +---x netconf-session-id
    |  +--ro output
    |     +--ro result?   string
    +---x current-time
    |  +--ro output
    |     +--ro result?   string
    +---x is-syncing
    |  +--ro output
    |     +--ro result?                       string
    |     +--ro syncing?                      boolean
    |     +--ro syncs-pending?                boolean
    |     +--ro running-datastore-locked?     boolean
    |     +--ro candidate-datastore-locked?   boolean
    |     +--ro candidate-datastore-dirty?    boolean
    +---x checkpoint
    |  +--ro output
    |     +--ro result?   string
    +---x revert
    |  +---w input
    |  |  +---w now?     empty
    |  |  +---w timer?   int16
    |  |  +---w idle?    int16
    |  +--ro output
    |     +--ro result?   string
    +---x rollback
       +---w input
       |  +---w target-url         string
       |  +---w verbose?           boolean
       |  +---w nolock?            boolean
       |  +---w revert-on-error?   empty
       |  +---w revert-timer?      int16
       +--ro output
          +--ro result?   string