Cisco-IOS-XE-cwan-fw-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-cwan-fw-rpc

Prefix: cwan_fw_rpc

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-cwan-fw-rpc:rpc-name \
  -d '{"input": {}}'

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-cwan-fw-rpc

  rpcs:
    +---x trigger-upgrade
    |  +---w input
    |  |  +---w fw-tid          string
    |  |  +---w src-path        string
    |  |  +---w uname?          string
    |  |  +---w passwd?         string
    |  |  +---w vpn?            string
    |  |  +---w dnld-timeout?   uint32
    |  |  +---w schd-start?     yang:date-and-time
    |  |  +---w schd-end?       yang:date-and-time
    |  |  +---w fwtype?         ios-xe-cwan-fw-rpc:fw-type
    |  |  +---w img-name?       string
    |  +--ro output
    |     +--ro fw-tid?   string
    +---x cancel-upgrade
       +---w input
       |  +---w fw-tid    string
       +--ro output
          +--ro fw-tid?   string