tailf-aaa

YANG Data Model Tree Structure

View YANG Source on GitHub →

📚 API Documentation & Navigation

📄 Swagger API Spec 📂 Browse Native Config APIs 🌳 All Trees

📋 Module Metadata

Namespace: http://tail-f.com/ns/tailf-aaa

Prefix: aaa

Related Modules:
CISCO-AAL5-MIB
CISCO-ATM-EXT-MIB
Cisco-IOS-XE-aaa
Cisco-IOS-XE-acl
Cisco-IOS-XE-adsl

💡 Example Usage

# GET module data
curl -X GET \
  -H "Accept: application/yang-data+json" \
  -u admin:password \
  --insecure \
  https://device-ip/restconf/data/tailf-aaa

📚 External Documentation

💻 YANG Source📖 YANG Catalog
module: tailf-aaa
  +--rw aaa
  |  +--rw authentication
  |  |  +--rw users
  |  |     +--rw user* [name]
  |  |        +--rw name                string
  |  |        +--rw uid                 int32
  |  |        +--rw gid                 int32
  |  |        +--rw password            passwdStr
  |  |        +--rw ssh_keydir          string
  |  |        +--rw homedir             string
  |  |        +--rw local_ipc_access?   boolean
  |  +--rw ios!
  |     +--rw level* [nr]
  |     |  +--rw nr          levelInt
  |     |  +--rw secret?     passwdStr
  |     |  +--rw password?   passwdStr
  |     |  +--rw prompt?     string
  |     +--rw privilege* [mode]
  |        +--rw mode     modeStr
  |        +--rw level* [nr]
  |           +--rw nr         levelInt
  |           +--rw command* [name]
  |              +--rw name    string
  +--rw alias* [name]
  |  +--rw name         string
  |  +--rw expansion    string
  +--rw session!
  |  +--rw complete-on-space?      boolean
  |  +--rw ignore-leading-space?   boolean
  |  +--rw idle-timeout?           idle-timeout
  |  +--rw paginate?               boolean
  |  +--rw history?                history
  |  +--rw autowizard?             boolean
  |  +--rw show-defaults?          boolean
  |  +--rw display-level?          display-level
  |  +--rw prompt1?                string
  |  +--rw prompt2?                string
  |  +--rw devtools?               boolean
  +--rw user* [name]
     +--rw name           string
     +--rw description?   string
     +--rw alias* [name]
     |  +--rw name         string
     |  +--rw expansion    string
     +--rw session
        +--rw complete-on-space?      boolean
        +--rw ignore-leading-space?   boolean
        +--rw idle-timeout?           idle-timeout
        +--rw paginate?               boolean
        +--rw history?                history
        +--rw autowizard?             boolean
        +--rw show-defaults?          boolean
        +--rw display-level?          display-level
        +--rw prompt1?                string
        +--rw prompt2?                string
        +--rw devtools?               boolean