etcd

OpenAPI

OpenAPI Version: 3.0.1

Info


Title: cisco-smi-etcd 

Servers


  URL: /restconf 

tags


- Name: root 
  Description: root resources 
- Name: operations 
  Description: operations resources 
- Name: data 
  Description: data resources 
- Name: get 
  Description: get resources 
- Name: head 
  Description: head resources 
- Name: post 
  Description: post resources 
- Name: patch 
  Description: patch resources 
- Name: put 
  Description: put resources 
- Name: options 
  Description: options resources 
- Name: delete 
  Description: delete resources 

Paths

/


  get: 
 
    Tags: 
    - root 
    - get 
    Operation ID: root_get 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/root' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - root 
    - head 
    Operation ID: root_head 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/operations


  get: 
 
    Tags: 
    - operations 
    - get 
    Operation ID: operations_get 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/operations' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 

/yang-library-version


  get: 
 
    Tags: 
    - yang-library-version 
    - get 
    Operation ID: yang_library_version_get 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/yang-library-version' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - yang-library-version 
    - head 
    Operation ID: yang_library_version_head 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_get 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data-put-patch' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: Created 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: data 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data-post' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: Created 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: data 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_head 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data-put-patch' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: data 

/data/cisco-smi-etcd:etcd


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: container etcd created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: etcd 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_cisco_smi_etcd_etcd_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd-post' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: container etcd created 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: etcd 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: container etcd updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: etcd 

/data/cisco-smi-etcd:etcd/repository


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_repository_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_repository' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_repository_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_repository' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf repository created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: repository 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_repository_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_repository_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_repository_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_repository_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_repository' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf repository updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: repository 

/data/cisco-smi-etcd:etcd/node-affinity


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_node-affinity' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_node-affinity' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf node-affinity created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: node-affinity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_node_affinity_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_node-affinity' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf node-affinity updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: node-affinity 

/data/cisco-smi-etcd:etcd/replicas


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_replicas' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_replicas' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf replicas created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: replicas 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_replicas_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_replicas' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf replicas updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: replicas 

/data/cisco-smi-etcd:etcd/volume


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_volume_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_volume' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_volume_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_volume' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf volume created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: volume 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_volume_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_volume_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_volume_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_volume_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_volume' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf volume updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: volume 

/data/cisco-smi-etcd:etcd/enable-daily-defragmentation


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_enable-daily-defragmentation' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_enable-daily-defragmentation' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf enable-daily-defragmentation created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: enable-daily-defragmentation 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_enable_daily_defragmentation_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_enable-daily-defragmentation' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf enable-daily-defragmentation updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: enable-daily-defragmentation 

/data/cisco-smi-etcd:etcd/daily-defragmentation-start-time


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_daily-defragmentation-start-time' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_daily-defragmentation-start-time' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf daily-defragmentation-start-time created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: daily-defragmentation-start-time 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_daily_defragmentation_start_time_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_daily-defragmentation-start-time' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf daily-defragmentation-start-time updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: daily-defragmentation-start-time 

/data/cisco-smi-etcd:etcd/storage-label


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_get 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_storage-label' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_storage-label' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf storage-label created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: storage-label 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_delete 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_head 
 
    Parameters: 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_storage_label_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_storage-label' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf storage-label updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: storage-label 

/data/cisco-smi-etcd:etcd/external-ip


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_options 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/cisco-smi-etcd:etcd/external-ip={external-ip-ip},{external-i p-port}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_get 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_put 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: insert 
      In: query 
      Description: controlling the order when adding new list elements 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: first 
        enum: 
        - first 
        - last 
        - before 
        - after 
    - Name: point 
      In: query 
      Description: used to specify the insertion point 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: list external-ip created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: external-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_delete 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_options 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_head 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_patch 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: list external-ip updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: external-ip 

/data/cisco-smi-etcd:etcd/external-ip={external-ip-ip},{external-i p-port}/ip


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_get 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_put 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf ip created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_delete 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_options 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_head 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_ip_patch 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf ip updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: ip 

/data/cisco-smi-etcd:etcd/external-ip={external-ip-ip},{external-i p-port}/port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_get 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_put 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf port created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_delete 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_options 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_head 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_port_patch 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf port updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: port 

/data/cisco-smi-etcd:etcd/external-ip={external-ip-ip},{external-i p-port}/label


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_get 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label' 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_put 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label' 
      Required/Optional: true 
 
    Responses: 
      "201": 
        Description: leaf label created or replaced 
        Content: {} 
      "204": 
        Description: No Content 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: label 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_delete 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "204": 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_options 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_head 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: content 
      In: query 
      Description: controlling descendant nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: config 
        enum: 
        - config 
        - nonconfig 
        - all 
    - Name: depth 
      In: query 
      Description: limit the depth of nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: integer 
        Format: uint16 
    - Name: fields 
      In: query 
      Description: optionally identify specific data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: filter 
      In: query 
      Description: xpath expression to filter data nodes in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: string 
    - Name: with-defaults 
      In: query 
      Description: controlling default values in response 
      Required/Optional: false 
      Style: form 
      Explode: true 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: report-all 
        enum: 
        - report-all 
        - trim 
        - explicit 
        - report-all-tagged 
 
    Responses: 
      "200": 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  patch: 
 
    Tags: 
    - data 
    - patch 
    Operation ID: data_cisco_smi_etcd_etcd_external_ip_external_ip_ip_external_ip_port_label_patch 
 
    Parameters: 
    - Name: external-ip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: union 
    - Name: external-ip-port 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint16 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label' 
      Required/Optional: true 
 
    Responses: 
      "204": 
        Description: leaf label updated 
        Content: {} 
      "400": 
        Description: Bad Request 
        Content: {} 
      "401": 
        Description: Unauthorized 
        Content: {} 
      "404": 
        Description: Not Found 
        Content: {} 
      "405": 
        Description: Method Not Allowed 
        Content: {} 
      "409": 
        Description: Conflict 
        Content: {} 
    security: 
    - basicAuth: [] 
    x-codegen-request-body-name: label 

Components


 
schemas: 
  data: 
    Type: object 
    Properties: 
      ietf-restconf:data: 
        Type: object 
        Properties: {} 
        Description: This resource represents the combined configuration and state 
          data resources that can be accessed by a client and cannot be created 
          or deleted by the client. See RESTCONF RFC 8040 for further information. 
        x-yang: 
          Type: datastore 
  data-post: 
    Type: object 
    Properties: 
      cisco-smi-etcd:etcd: 
        Reference: '#/components/schemas/datapost_ciscosmietcdetcd' 
  data-put-patch: 
    Type: object 
    Properties: 
      ietf-restconf:data: 
        Reference: '#/components/schemas/dataputpatch_ietfrestconfdata' 
  data_cisco-smi-etcd_etcd: 
    Type: object 
    Properties: 
      cisco-smi-etcd:etcd: 
        Reference: '#/components/schemas/datapost_ciscosmietcdetcd' 
  data_cisco-smi-etcd_etcd-post: 
    Type: object 
    Properties: 
      cisco-smi-etcd:repository: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:node-affinity: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:replicas: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:volume: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:enable-daily-defragmentation: 
        Type: string 
        Description: (leaf) 
        format: boolean 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:daily-defragmentation-start-time: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:storage-label: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cisco-smi-etcd:external-ip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_ciscosmietcdetcd_externalip' 
        x-yang: 
          Type: list 
  data_cisco-smi-etcd_etcd_daily-defragmentation-start-time: 
    Type: object 
    Properties: 
      cisco-smi-etcd:daily-defragmentation-start-time: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_enable-daily-defragmentation: 
    Type: object 
    Properties: 
      cisco-smi-etcd:enable-daily-defragmentation: 
        Type: string 
        Description: (leaf) 
        format: boolean 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port: 
    Type: object 
    Properties: 
      cisco-smi-etcd:external-ip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_ciscosmietcdetcd_externalip' 
        x-yang: 
          Type: list 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip: 
    Type: object 
    Properties: 
      cisco-smi-etcd:ip: 
        Type: string 
        Description: (leaf) 
        format: union 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label: 
    Type: object 
    Properties: 
      cisco-smi-etcd:label: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port: 
    Type: object 
    Properties: 
      cisco-smi-etcd:port: 
        Type: integer 
        Description: (leaf) 
        format: uint16 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_node-affinity: 
    Type: object 
    Properties: 
      cisco-smi-etcd:node-affinity: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_replicas: 
    Type: object 
    Properties: 
      cisco-smi-etcd:replicas: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_repository: 
    Type: object 
    Properties: 
      cisco-smi-etcd:repository: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_storage-label: 
    Type: object 
    Properties: 
      cisco-smi-etcd:storage-label: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_cisco-smi-etcd_etcd_volume: 
    Type: object 
    Properties: 
      cisco-smi-etcd:volume: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
  operations: 
    Type: object 
    Properties: 
      ietf-restconf:operations: 
        Type: object 
        Properties: {} 
        Description: This resource is a container that provides access to the data-model-specific 
          RPC operations supported by the server. See RESTCONF RFC 8040 for further 
          information. 
        x-yang: 
          Type: operations 
  root: 
    Type: object 
    Properties: 
      ietf-restconf:restconf: 
        Reference: '#/components/schemas/root_ietfrestconfrestconf' 
  yang-library-version: 
    Type: object 
    Properties: 
      ietf-restconf:yang-library-version: 
        Type: object 
        Properties: {} 
        Description: This leaf identifies the revision date of the 'ietf-yang-library' 
          YANG module that is implemented by this server. See RESTCONF RFC 8040 
          for further information. 
        x-yang: 
          Type: leaf 
  datapost_ciscosmietcdetcd_externalip: 
    Type: object 
    Properties: 
      ip: 
        Type: string 
        Description: (leaf) 
        format: union 
        x-yang: 
          Type: leaf 
      port: 
        Type: integer 
        Description: (leaf) 
        format: uint16 
        x-yang: 
          Type: leaf 
      label: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_ciscosmietcdetcd: 
    Type: object 
    Properties: 
      repository: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      node-affinity: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      replicas: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
      volume: 
        Type: integer 
        Description: (leaf) 
        format: byte 
        x-yang: 
          Type: leaf 
      enable-daily-defragmentation: 
        Type: string 
        Description: (leaf) 
        format: boolean 
        x-yang: 
          Type: leaf 
      daily-defragmentation-start-time: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      storage-label: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      external-ip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_ciscosmietcdetcd_externalip' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  dataputpatch_ietfrestconfdata: 
    Type: object 
    Properties: 
      cisco-smi-etcd:etcd: 
        Reference: '#/components/schemas/datapost_ciscosmietcdetcd' 
  root_ietfrestconfrestconf: 
    Type: object 
    Properties: 
      data: 
        Type: object 
        Properties: {} 
      operations: 
        Type: object 
        Properties: {} 
      yang-library-version: 
        Type: string 
    Description: This is the RESTCONF root resource for the RESTCONF datastore and 
      operation resources. See RESTCONF RFC 8040 for further information. 
responses: 
  "200": 
    Description: OK 
    content: {} 
  "201": 
    Description: Created 
    content: {} 
  "204": 
    Description: No Content 
    content: {} 
  "400": 
    Description: Bad Request 
    content: {} 
  "401": 
    Description: Unauthorized 
    content: {} 
  "404": 
    Description: Not Found 
    content: {} 
  "405": 
    Description: Method Not Allowed 
    content: {} 
  "409": 
    Description: Conflict 
    content: {} 
parameters: 
  content: 
    name: content 
    in: query 
    Description: controlling descendant nodes in response 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: enumeration 
      Default: config 
      enum: 
      - config 
      - nonconfig 
      - all 
  depth: 
    name: depth 
    in: query 
    Description: limit the depth of nodes in response 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: integer 
      format: uint16 
  fields: 
    name: fields 
    in: query 
    Description: optionally identify specific data nodes in response 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: string 
  filter: 
    name: filter 
    in: query 
    Description: xpath expression to filter data nodes in response 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: string 
  with-defaults: 
    name: with-defaults 
    in: query 
    Description: controlling default values in response 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: enumeration 
      Default: report-all 
      enum: 
      - report-all 
      - trim 
      - explicit 
      - report-all-tagged 
  insert: 
    name: insert 
    in: query 
    Description: controlling the order when adding new list elements 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: enumeration 
      Default: first 
      enum: 
      - first 
      - last 
      - before 
      - after 
  point: 
    name: point 
    in: query 
    Description: used to specify the insertion point 
    Required: false 
    style: form 
    explode: true 
    schema: 
      Type: string 
      format: string 
  external-ip-ip: 
    name: external-ip-ip 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: union 
  external-ip-port: 
    name: external-ip-port 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: integer 
      format: uint16 
requestBodies: 
  data-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data-post' 
    Required: true 
  data-put-patch: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data-put-patch' 
    Required: true 
  data_cisco-smi-etcd_etcd: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd' 
    Required: true 
  data_cisco-smi-etcd_etcd-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd-post' 
    Required: true 
  data_cisco-smi-etcd_etcd_daily-defragmentation-start-time: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_daily-defragmentation-start-time' 
    Required: true 
  data_cisco-smi-etcd_etcd_enable-daily-defragmentation: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_enable-daily-defragmentation' 
    Required: true 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port' 
    Required: true 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_ip' 
    Required: true 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_label' 
    Required: true 
  data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_external-ip_external-ip-ip_external-ip-port_port' 
    Required: true 
  data_cisco-smi-etcd_etcd_node-affinity: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_node-affinity' 
    Required: true 
  data_cisco-smi-etcd_etcd_replicas: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_replicas' 
    Required: true 
  data_cisco-smi-etcd_etcd_repository: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_repository' 
    Required: true 
  data_cisco-smi-etcd_etcd_storage-label: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_storage-label' 
    Required: true 
  data_cisco-smi-etcd_etcd_volume: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_cisco-smi-etcd_etcd_volume' 
    Required: true 
securitySchemes: 
  basicAuth: 
    Type: http 
    scheme: basic