Cisco-IOS-XE-wireless-ap-cfg

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Configuration APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://cisco.com/ns/yang/Cisco-IOS-XE-wireless-ap-cfg

Prefix: wireless_ap_cfg

Related Modules:
Cisco-IOS-XE-wireless-ap-global-oper
Cisco-IOS-XE-app-hosting-cfg
Cisco-IOS-XE-aws-cw-cfg
Cisco-IOS-XE-aws-s3-cfg
Cisco-IOS-XE-cloud-services-cfg

💡 Example Usage

# PUT configuration
curl -X PUT \
  -H "Content-Type: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/Cisco-IOS-XE-wireless-ap-cfg \
  -d @config.json

📚 External Documentation

💻 YANG Source📖 YANG Catalog🌐 DevNet Guide
module: Cisco-IOS-XE-wireless-ap-cfg
  +--rw ap-cfg-data
     +--rw location-entries
     |  +--rw location-entry* [location-name]
     |     +--rw location-name          string
     |     +--rw description?           string
     |     +--rw tag-info
     |     |  +--rw policy-tag?   string
     |     |  +--rw site-tag?     string
     |     |  +--rw rf-tag?       string
     |     +--rw associated-aps
     |     |  +--rw associated-ap* [ap-mac]
     |     |     +--rw ap-mac    yang:mac-address
     |     +--rw location-attributes
     |        +--rw civic-id?   string
     |        +--rw geo-id?     string
     |        +--rw oper-id?    string
     +--rw tag-source-priority-configs
     |  +--rw tag-source-priority-config* [priority]
     |     +--rw priority    uint8
     |     +--rw tag-src?    wireless-ap-types:enm-ap-tag-source
     +--rw ap-filter-configs
     |  +--rw ap-filter-config* [filter-name]
     |     +--rw filter-name        string
     |     +--rw filter-string?     string
     |     +--rw filter-priority?   uint8
     |     +--rw apply-tag-list
     |     |  +--rw policy-tag?   string
     |     |  +--rw site-tag?     string
     |     |  +--rw rf-tag?       string
     |     +--rw filter-type?       wireless-ap-types:enm-ap-filter-type
     |     +--rw priming-profile?   string
     o--rw ap-filter-priority-cfg-entries
     |  +--rw ap-filter-priority-cfg-entry* [priority]
     |     +--rw priority       uint8
     |     +--rw filter-name?   string
     +--rw ap-rule-priority-cfg-entries
     |  +--rw ap-rule-priority-cfg-entry* [priority]
     |     +--rw priority       uint32
     |     +--rw filter-name?   string
     +--rw ap-tags
        +--rw ap-tag* [ap-mac]
           +--rw ap-mac             yang:mac-address
           +--rw policy-tag?        string
           +--rw site-tag?          string
           +--rw rf-tag?            string
           +--rw priming-profile?   string