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

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

📚 External Documentation

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

  rpcs:
    +---x ethernet-oam
    |  +---w input
    |     +---w action       Cisco-IOS-XE-ethernet-rpc:remote-loopback-actions
    |     +---w interface    string
    +---x eth-lat-loopback
       +---w input
          +---w action              Cisco-IOS-XE-ethernet-rpc:latching-loopback-actions
          +---w domain              string
          +---w id                  uint16
          +---w service?            string
          +---w destination-mac     yang:mac-address
          +---w timeout?            uint32
          +---w (svc-type-choice)?
             +--:(service-option-name)
             |  +---w svc-name      string
             +--:(service-option-number)
             |  +---w svc-number    uint32
             +--:(service-option-none)
                +---w svc-none?     boolean