Cisco-IOS-XE-wireless-ble-mgmt-cmd-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-wireless-ble-mgmt-cmd-rpc

Prefix: wireless_ble_mg

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-wireless-ble-mgmt-cmd-rpc:rpc-name \
  -d '{"input": {}}'

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-wireless-ble-mgmt-cmd-rpc

  rpcs:
    +---x ble-sync-req
    |  +---w input
    |     +---w ble-mac           yang:mac-address
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-scan-req
    |  +---w input
    |     +---w interval-sec      uint32
    |     +---w window-msec?      uint16
    |     +---w max-value?        uint8
    |     +---w filter?           wireless-enum-types:ble-ltx-scan-filter
    |     +---w state             wireless-enum-types:ble-ltx-scan-state
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-ibeacon-req
    |  +---w input
    |     +---w uuid              string
    |     +---w major             uint16
    |     +---w minor             uint16
    |     +---w tx-power          uint8
    |     +---w frequency-msec    uint16
    |     +---w adv-tx-power      uint8
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-eddy-uid-req
    |  +---w input
    |     +---w instance-id       string
    |     +---w namespace         string
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-eddy-url-req
    |  +---w input
    |     +---w url               string
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-mgt-admin-req
    |  +---w input
    |     +---w state             wireless-enum-types:ble-ltx-admin-state
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-vibeacon-req
    |  +---w input
    |     +---w beacon-id         uint8
    |     +---w status            wireless-enum-types:ble-ltx-vibeacon-status
    |     +---w uuid              string
    |     +---w major             uint16
    |     +---w minor             uint16
    |     +---w tx-power          uint8
    |     +---w interval-msec     uint16
    |     +---w adv-tx-power      uint8
    |     +---w (ap-identifier-choice)
    |        +--:(ap-identifier-name)
    |        |  +---w ap-name     string
    |        +--:(ap-identifier-mac-address)
    |           +---w mac-addr    yang:mac-address
    +---x ble-no-adv-profile-req
       +---w input
          +---w state             wireless-enum-types:ble-no-adv-profile-state
          +---w (ap-identifier-choice)
             +--:(ap-identifier-name)
             |  +---w ap-name     string
             +--:(ap-identifier-mac-address)
                +---w mac-addr    yang:mac-address