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

Prefix: cwan_actions_rp

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

📚 External Documentation

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

  rpcs:
    +---x cwan-start-dmlog
    |  +---w input
    |  |  +---w dm-tid                string
    |  |  +---w if-name               string
    |  |  +---w radio-reset-enable?   empty
    |  |  +---w rotation?             empty
    |  |  +---w autostop-enable?      boolean
    |  |  +---w autostop-timer?       uint8
    |  +--ro output
    |     +--ro dm-tid?      string
    |     +--ro status?      ios-xe-cwan-actions-rpc:cwan-resp-status
    |     +--ro file-path?   string
    +---x cwan-stop-dmlog
    |  +---w input
    |  |  +---w dm-tid     string
    |  |  +---w if-name    string
    |  +--ro output
    |     +--ro dm-tid?      string
    |     +--ro status?      ios-xe-cwan-actions-rpc:cwan-resp-status
    |     +--ro file-path?   string
    +---x cwan-remove-dmlog
       +---w input
       |  +---w dm-tid     string
       |  +---w if-name    string
       +--ro output
          +--ro status?   ios-xe-cwan-actions-rpc:cwan-resp-status