You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Scope


Color coding


module: network-topology
  +--rw network-topology
     +--rw topology* [topology-id]
        +--rw topology-id          topology-id
        +--rw topology-types
        |  +--rw nettop:topology-netconf!
        +--rw node* [node-id]
        |  +--rw node-id                                    node-id
        |  +--rw (nettop:credentials)?
        |  |  +--:(nettop:login-pw)
        |  |  |  +--rw nettop:login-password
        |  |  |     +--rw nettop:username?   string
        |  |  |     +--rw nettop:password?   string
        |  |  +--:(nettop:key-auth)
        |  |     +--rw nettop:key-based
        |  |        +--rw nettop:key-id?     string
        |  |        +--rw nettop:username?   string
        |  +--rw nettop:host?                               inet:host
        |  +--rw nettop:port?                               inet:port-number
        |  +--rw nettop:protocol
        |  |  +--rw nettop:name?        enumeration
        |  |  +--rw (nettop:specification)?
        |  |     +--:(nettop:tls-case)
        |  |        +--rw nettop:tls
        |  |           +--rw nettop:excluded-versions*   string
        |  +--rw nettop:yang-module-capabilities
        |  |  +--rw nettop:override?     boolean
        |  |  +--rw nettop:capability*   string
        |  +--rw nettop:non-module-capabilities
        |  +--ro nettop:available-capabilities
        |  |  +--ro nettop:available-capability* []
        |  |     +--ro nettop:capability?          string
        |  |     +--ro nettop:capability-origin?   enumeration
        |  +--ro nettop:unavailable-capabilities
        |  |  +--ro nettop:unavailable-capability* []
        |  |     +--ro nettop:capability?       string
        |  |     +--ro nettop:failure-reason?   enumeration
        |  +--rw nettop:pass-through

module: odl-netconf-callhome-server
  +--rw netconf-callhome-server
     +--rw global!
     |  +--rw credentials!
     |  |  +--rw username     string
     |  |  +--rw passwords*   string
     |  +--rw accept-all-ssh-keys?           boolean
     |  +--rw mount-point-naming-strategy?   enumeration
     +--rw allowed-devices
        +--rw device* [unique-id]
           +--rw unique-id                        string
           x--rw ssh-host-key?                    string
           +--rw credentials!
           |  +--rw username     string
           |  +--rw passwords*   string
           +--rw (transport)?
           |  +--:(ssh)
           |  |  +--rw ssh-client-params
           |  |     +--rw host-key       string
           |  |     +--rw credentials!
           |  |        +--rw username     string
           |  |        +--rw passwords*   string
           |  +--:(tls)
           |     +--rw tls-client-params
           |        +--rw certificate-id    string
           |        +--rw key-id            string
           +--ro callhome-status:device-status?   enumeration

  • No labels