Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scope


Color coding



Code Block
languageyml
module: netconfnetwork-node-optionaltopology
  +--rw netconf-node-fields-optionalnetwork-topology
     +--rw topology* [topology-id]
        +--rw topology-id         nt: topology-id
        +--rw node* [node-id]
ro server-provided?     boolean
        +--rw nodetopology-idtypes
        |  +--rw ntnettop:nodetopology-idnetconf!
           +--rw datastore-lockunderlay-topology* [topology-ref]
              +--rw datastore-lock-allowed?   boolean

module: netconf-node-topology

  rpcs:
    +---x create-device
    |  +---w input
    |     +---w (credentials)?
    |     |  x--:(login-password)
    |     |  |  +---w username?                     string
    |     |  |  +---w password?                     string
    |     |  +--:(login-pw)
    |     |  |  +---w login-password
    |     |  |     +---w username?   string
    |     |  |     +---w password?   string
    |     |  +--:(login-pw-unencrypted)
    |     |  |  +---w login-password-unencrypted
    |     |  |     +---w username?   string
    |     |  |     +---w password?   string
    |     |  +--:(key-auth)
    |     |     +---w key-based
    |     |        +---w key-id?     string
    |     |        +---w username?   string
    |     +---w host?                               inet:host
    |     +---w port?                               inet:port-number
    |     +---w tcp-only?                           boolean
    |     +---w protocol
    |     |  +---w name?        enumeration
    |     |  +---w (specification)?
    |     |     +--:(tls-case)
    |     |        +---w tls
    |     |           +---w excluded-versions*   string
    |     +---w schemaless?                         boolean
    |     +---w yang-module-capabilities
    |     |  +---w override?     boolean
    |     |  +---w capability*   string
    |     +---w non-module-capabilities
    |     |  +---w override?     boolean
    |     |  +---w capability*   string
    |     +---w reconnect-on-changed-schema?        boolean
    |     +---w connection-timeout-millis?          uint32
    |     +---w default-request-timeout-millis?     uint32
    |     +---w max-connection-attempts?            uint32
    |     +---w between-attempts-timeout-millis?    uint16
    |     +---w sleep-factor?                       decimal64
    |     +---w keepalive-delay?                    uint32
    |     +---w concurrent-rpc-limit?               uint16
    |     +---w actor-response-wait-time?           uint16
    |     +---w odl-hello-message-capabilities
    |     |  +---w capability*   inet:uri
    |     +---w connection-status?                  enumeration
    |     +---w clustered-connection-status
    |     |  +---w node-status* []
    |     |  |  +---w node?     string
    |     |  |  +---w status?   enumeration
    |     |  +---w netconf-master-node?   string
    |     +---w connected-message?                  string
    |     +---w available-capabilities
    |     |  +---w available-capability* []
    |     |     +---w capability?          string
    |     |     +---w capability-origin?   enumeration
    |     +---w unavailable-capabilities
    |     |  +---w unavailable-capability* []
    |     |     +---w capability?       string
    |     |     +---w failure-reason?   enumeration
    |     +---w pass-through
    |     +---w schema-cache-directory?             string
    |     +---w yang-library
    |     |  +---w yang-library-url?   inet:uri
    |     |  +---w username?           string
    |     |  +---w password?           string
    |     +---w ignore-missing-schema-sources
    |     |  +---w allowed?          boolean
    |     |  +---w reconnect-time?   uint32
    |     +---w node-id?                            string
    +---x delete-device
       +---w input
          +---w node-id?   string

module: network-topology
  +--rw network-topology
     +--rw topology* [topology-id]
        +--rw topology-id          topology-id
        +--ro server-provided?     boolean
        +--rw topology-types
        |  +--rw nettop:topology-netconf!
        +--rw underlay-topology* [topology-ref]
        |  |  +--rw topology-ref    topology-ref
        +--rw node* [node-id]
        |  +--rw node-id                                    node-id
        |  +--rw supporting-node* [topology-ref node-ref]
        |  |  +--rw topology-ref    topology-ref
        |  |  +--rw node-ref        node-ref
        |  +--rw termination-point* [tp-id]
        |  |  +--rw tp-id     tp-id
        |  |  +--ro tp-ref*   tp-ref
        |  +--rw netnopt:ignore-missing-schema-sources
        |  |  +--rw netnopt:allowed?          boolean
        |  |  +--rw netnopt:reconnect-time?   uint32
        |  +--rw (nettop:credentials)?
        |  |  x--:(nettop:login-password)
        |  |  |  +--rw nettop:username?                     string
        |  |  |  +--rw nettop:password?                     string
        |  |  +--:(nettop:login-pw)
        |  |  |  +--rw nettop:login-password
        |  |  |     +--rw nettop:username?   string
        |  |  |     +--rw nettop:password?   string
        |  |  +--:(nettop:login-pw-unencrypted)
        |  |  |  +--rw nettop:login-password-unencrypted
        |  |  |     +--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:host
        |  +--rw nettop:port?                               inet:port-number
        |  +--rw nettop:porttcp-only?                           boolean
      inet:port-number   |  +--rw nettop:protocol
        |  |  +--rw nettop:tcp-onlyname?        enumeration
        |  |  +--rw (nettop:specification)?
      boolean
  |  |    |  +--rw :(nettop:protocol
tls-case)
        |  |      |  +--rw nettop:name?tls
        | enumeration
 |       |  |  +--rw (nettop:specification)?
excluded-versions*   string
      |  |     +--:(rw nettop:tls-case)
schemaless?        |  |        +--rw nettop:tls
      boolean
  |  |    |       +--rw nettop:excluded-versions* yang-module-capabilities
  string
      |  |  +--rw nettop:schemalessoverride?     boolean
        |  |  +--rw nettop:capability*       booleanstring
        |  +--rw nettop:yangnon-module-capabilities
        |  |  +--rw nettop:override?     boolean
        |  |  +--rw nettop:capability*   string
        |  +--rw nettop:non-module-capabilities
   reconnect-on-changed-schema?        boolean
        |  +--rw nettop:connection-timeout-millis?          uint32
     |   |  +--rw nettop:overridedefault-request-timeout-millis?     booleanuint32
        |  |  +--rw nettop:capability*max-connection-attempts?            stringuint32
        |  +--rw nettop:reconnectbetween-onattempts-changedtimeout-schemamillis?        booleanuint16
        |  +--rw nettop:connection-timeout-millis?sleep-factor?                       uint32decimal64
        |  +--rw nettop:default-request-timeout-millis?keepalive-delay?                    uint32
        |  +--rw nettop:maxconcurrent-connectionrpc-attemptslimit?              uint32 uint16
        |  +--rw nettop:betweenactor-attemptsresponse-timeoutwait-millistime?           uint16
        |  +--rw nettop:sleep-factor?odl-hello-message-capabilities
               |  |  +--rw nettop:capability*   decimal64inet:uri
        |  +--rwro nettop:keepaliveconnection-delaystatus?                    uint32enumeration
        |  +--rwro nettop:concurrentclustered-rpcconnection-limit?status
         |      uint16
        |  +--rwro nettop:actor-response-wait-time?       node-status* []
    uint16
    |  |  |  +--rwro nettop:odl-hello-message-capabilitiesnode?     string
        |  |  |  +--rwro nettop:capability*status?   inet:urienumeration
        |  |  +--ro nettop:connectionnetconf-master-statusnode?   string
        |  +--ro nettop:connected-message?    enumeration
         |  +--ro nettop:clustered-connection-status
  string
      |  |  +--ro nettop:node-status* []available-capabilities
        |  |  |  +--ro nettop:node?     stringavailable-capability* []
        |  |   |  +--ro nettop:statuscapability?   enumeration       string
        |  |     +--ro nettop:netconfcapability-master-nodeorigin?   stringenumeration
        |  +--ro nettop:connected-message?               unavailable-capabilities
   string
     |   |  +--ro nettop:available-capabilitiesunavailable-capability* []
        |  |     +--ro nettop:available-capability* []capability?       string
        |  |     +--ro nettop:capabilityfailure-reason?   enumeration
       string
 |  +--rw nettop:pass-through
    |  |   |  +--rorw nettop:capabilityschema-cache-origindirectory?     enumeration        string
        |  +--rorw nettop:unavailableyang-capabilitieslibrary
        |  |  +--rorw nettop:unavailable-capability* []yang-library-url?   inet:uri
        |  |     +--rorw nettop:capabilityusername?           string
        |  |     +--rorw nettop:failure-reasonpassword?     enumeration      string
        |  +--rw nettop:pass-throughignore-missing-schema-sources
        |     +--rw nettop:schema-cache-directoryallowed?          boolean
   string
     |   |  +--rw nettop:yangreconnect-library
time?   uint32
     |  |  +--rw nettop:yang-library-url?   inet:uri link* [link-id]
        |  |  +--rw nettop:username?link-id            stringlink-id
        |  |  +--rw nettop:password? source
          string
        |  +--rw nettop:ignore-missing-schema-sourcessource-node    node-ref
        |   |  +--rw nettop:allowedsource-tp?          booleantp-ref
        |     +--rw nettop:reconnect-time?destination
     uint32
      |  +--rw link* [link-id]
dest-node    node-ref
       +--rw link-id    |  +--rw dest-tp?     linktp-idref
           +--rw sourcesupporting-link* [link-ref]
           |   +--rw sourcelink-noderef    nodelink-ref

module: netconf-node-optional
    +--rw netconf-node-fields-optional
      |  +--rw source-tp?     tp-reftopology* [topology-id]
           +--rw destination
topology-id     nt:topology-id
      |  +--rw dest-node*    [node-refid]
           |  +--rw dest-tp?node-id           tpnt:node-refid
           +--rw supporting-link* [link-ref]datastore-lock
              +--rw link-refdatastore-lock-allowed?    link-refboolean

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