Cisco-IOS-XE-livetools-actions-rpc

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse RPC APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/Cisco-IOS-XE-livetools-actions-rpc

Prefix: livetools_actio

Related Modules:
cisco-ia
Cisco-IOS-XE-aaa-actions-rpc
Cisco-IOS-XE-bgp-actions-rpc
Cisco-IOS-XE-cellular-rpc
Cisco-IOS-XE-chassis-rpc

💡 Example Usage

# POST RPC operation
curl -X POST \
  -H "Content-Type: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/operations/Cisco-IOS-XE-livetools-actions-rpc:rpc-name \
  -d '{"input": {}}'

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-livetools-actions-rpc

  rpcs:
    +---x wol-action
    |  +---w input
    |  |  +---w mac-addr    yang:mac-address
    |  |  +---w vlan?       uint16
    |  |  +---w interval?   uint16
    |  |  +---w count?      uint8
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x thrpt-action
    |  +---w input
    |  |  +---w proto?        livetools-ios-actions-rpc:thrpt-proto-type
    |  |  +---w dest-addr?    inet:ip-address
    |  |  +---w ni-type?      common-types-ios-xe:net-inst-type
    |  |  +---w ni-name?      string
    |  |  +---w timeout?      uint64
    |  |  +---w wnd-span?     uint64
    |  |  +---w num-wnds?     uint32
    |  |  +---w port?         uint16
    |  |  +---w dscp?         uint8
    |  |  +---w client-rcv?   boolean
    |  |  +---w mode?         livetools-ios-actions-rpc:thrpt-mode
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x ip-tracert-action
    |  +---w input
    |  |  +---w ni-type?            common-types-ios-xe:net-inst-type
    |  |  +---w ni-name?            string
    |  |  +---w num-probes?         uint8
    |  |  +---w port?               uint32
    |  |  +---w timeout?            uint32
    |  |  +---w min-ttl?            uint8
    |  |  +---w max-ttl?            uint8
    |  |  +---w (dscp-choice)?
    |  |  |  +--:(dscp-num)
    |  |  |  |  +---w dscp-num      uint8
    |  |  |  +--:(dscp-ascii)
    |  |  |     +---w dscp-ascii    livetools-common-types-ios-xe:dscp-options
    |  |  +---w (src-choice)?
    |  |  |  +--:(src-if-name)
    |  |  |  |  +---w src-if        string
    |  |  |  +--:(src-ip-addr)
    |  |  |     +---w src-ip        inet:ip-address
    |  |  +---w (host-choice)
    |  |     +--:(host-name)
    |  |     |  +---w host-name     string
    |  |     +--:(host-ip-addr)
    |  |        +---w host-ip       inet:ip-address
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x ip-ping-action
    |  +---w input
    |  |  +---w ni-type?            common-types-ios-xe:net-inst-type
    |  |  +---w ni-name?            string
    |  |  +---w count?              uint8
    |  |  +---w proto-hint?         livetools-common-types-ios-xe:dns-proto-hint
    |  |  +---w egress-if-name?     string
    |  |  +---w next-hop?           inet:ip-address
    |  |  +---w (dscp-choice)?
    |  |  |  +--:(dscp-num)
    |  |  |  |  +---w dscp-num      uint8
    |  |  |  +--:(dscp-ascii)
    |  |  |     +---w dscp-ascii    livetools-common-types-ios-xe:dscp-options
    |  |  +---w (src-choice)?
    |  |  |  +--:(src-if-name)
    |  |  |  |  +---w src-if        string
    |  |  |  +--:(src-ip-addr)
    |  |  |     +---w src-ip        inet:ip-address
    |  |  +---w (host-choice)
    |  |     +--:(host-name)
    |  |     |  +---w host-name     string
    |  |     +--:(host-ip-addr)
    |  |        +---w host-ip       inet:ip-address
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x mtr-action
    |  +---w input
    |  |  +---w ni-type?            common-types-ios-xe:net-inst-type
    |  |  +---w ni-name?            string
    |  |  +---w proto-hint?         livetools-common-types-ios-xe:dns-proto-hint
    |  |  +---w count?              uint8
    |  |  +---w port?               uint16
    |  |  +---w timeout?            uint16
    |  |  +---w min-ttl?            uint8
    |  |  +---w max-ttl?            uint8
    |  |  +---w (dscp-choice)?
    |  |  |  +--:(dscp-num)
    |  |  |  |  +---w dscp-num      uint8
    |  |  |  +--:(dscp-ascii)
    |  |  |     +---w dscp-ascii    livetools-common-types-ios-xe:dscp-options
    |  |  +---w (src-choice)?
    |  |  |  +--:(src-if-name)
    |  |  |  |  +---w src-if        string
    |  |  |  +--:(src-ip-addr)
    |  |  |     +---w src-ip        inet:ip-address
    |  |  +---w (host-choice)
    |  |     +--:(host-name)
    |  |     |  +---w host-name     string
    |  |     +--:(host-ip-addr)
    |  |        +---w host-ip       inet:ip-address
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x dns-query-action
    |  +---w input
    |  |  +---w ni-type?          common-types-ios-xe:net-inst-type
    |  |  +---w ni-name?          string
    |  |  +---w dns-server        inet:ip-address
    |  |  +---w (qtype-choice)
    |  |     +--:(dns-a-query)
    |  |     |  +---w a-qry
    |  |     |     +---w hostname?   string
    |  |     +--:(dns-aaaa-query)
    |  |        +---w aaaa-qry
    |  |           +---w hostname?   string
    |  +--ro output
    |     +--ro job-id?   uint32
    +---x nextun-pcap-action
       +---w input
       |  +---w action-type    livetools-ios-actions-rpc:nextun-pcap-action-type
       +--ro output
          +--ro (response-type-choice)?
             +--:(pcap-action-job)
             |  +--ro job
             |     +--ro job-id?   uint32
             +--:(pcap-action-status)
                +--ro status
                   +--ro active?   boolean