infra

OpenAPI

OpenAPI Version: 3.0.1

Info


Title: tailf-mobile-infra 
Description: '' 
Version: '2021-02-19' 

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/tailf-mobile-infra:sessions


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_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_tailf-mobile-infra_sessions' 
      '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_tailf_mobile_infra_sessions_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_sessions' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sessions 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: sessions 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_sessions_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_sessions-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sessions 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: sessions 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_sessions_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_sessions_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_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_tailf_mobile_infra_sessions_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_sessions' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container sessions 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: sessions 

/data/tailf-mobile-infra:sessions/commit-pending


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_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_tailf-mobile-infra_sessions_commit-pending' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/podInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_podInstance_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_podInstance_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/grInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_grInstance_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_grInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_grInstance_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_count_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_count' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_count_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/pendingCommit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_pendingCommit_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_pendingCommit' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_pendingCommit_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/dbBinarySize


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_dbBinarySize_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_dbBinarySize' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_dbBinarySize_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/commit-pending={commit-pending-p odInstance},{commit-pending-grInstance}/lastDbSyncTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_lastDbSyncTime_get 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_lastDbSyncTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_commit_pending_commit_pending_podInstance_commit_pending_grInstance_lastDbSyncTime_head 
 
    Parameters: 
    - Name: commit-pending-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: commit-pending-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/affinity


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_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_tailf-mobile-infra_sessions_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: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_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: [] 

/data/tailf-mobile-infra:sessions/affinity={affinity-podInstance}:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_get 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_affinity_affinity-podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_head 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/affinity={affinity-podInstance}/ podInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_podInstance_get 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_affinity_affinity-podInstance_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_podInstance_head 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:sessions/affinity={affinity-podInstance}/ count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_count_get 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_sessions_affinity_affinity-podInstance_count' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_sessions_affinity_affinity_podInstance_count_head 
 
    Parameters: 
    - Name: affinity-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_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_tailf-mobile-infra_peers' 
      '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_tailf_mobile_infra_peers_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_peers' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container peers 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: peers 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_peers_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_peers-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container peers 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: peers 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_peers_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_peers_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_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_tailf_mobile_infra_peers_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_peers' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container peers 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: peers 

/data/tailf-mobile-infra:peers/all


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_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_tailf-mobile-infra_peers_all' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/grInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_grInstance_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_grInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_grInstance_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/endpoint


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_endpoint_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_endpoint' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_endpoint_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/localAddress


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_localAddress_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_localAddress' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_localAddress_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/peerAddress


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_peerAddress_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_peerAddress' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_peerAddress_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/direction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_direction_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_direction' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_direction_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/podInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_podInstance_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_podInstance_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/type


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_type_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_type' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_type_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/connectedTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_connectedTime_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_connectedTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_connectedTime_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/rpc


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_rpc_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_rpc' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_rpc_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/additionalDetails


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_additionalDetails_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_additionalDetails' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_additionalDetails_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/interfaceName


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_interfaceName_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_interfaceName' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_interfaceName_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:peers/all={all-grInstance},{all-endpoint} ,{all-localAddress},{all-peerAddress}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_vrf_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_vrf' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_peers_all_all_grInstance_all_endpoint_all_localAddress_all_peerAddress_vrf_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-localAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-peerAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_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_tailf-mobile-infra_rpc' 
      '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_tailf_mobile_infra_rpc_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_rpc' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container rpc 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: rpc 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_rpc_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_rpc-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container rpc 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: rpc 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_rpc_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_rpc_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_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_tailf_mobile_infra_rpc_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_rpc' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container rpc 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: rpc 

/data/tailf-mobile-infra:rpc/all


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_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_tailf-mobile-infra_rpc_all' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/podInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_podInstance_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_podInstance_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_name_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_name' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_name_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/remoteAddress


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_remoteAddress_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_remoteAddress' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_remoteAddress_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/remoteHost


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_remoteHost_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_remoteHost' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_remoteHost_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/type


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_type_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_type' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_type_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/setName


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_setName_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_setName' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_setName_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_status_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_status' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_status_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/connectedTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_connectedTime_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_connectedTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_connectedTime_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/disconnectedTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_disconnectedTime_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_disconnectedTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_disconnectedTime_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/monitorRPCHost


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_monitorRPCHost_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_monitorRPCHost' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_monitorRPCHost_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/processingInstanceInfo


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_processingInstanceInfo_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_processingInstanceInfo' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_processingInstanceInfo_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/version


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_version_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_version_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:rpc/all={all-podInstance},{all-name},{all -remoteAddress}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_vrf_get 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_vrf' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_rpc_all_all_podInstance_all_name_all_remoteAddress_vrf_head 
 
    Parameters: 
    - Name: all-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-remoteAddress 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_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_tailf-mobile-infra_resources' 
      '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_tailf_mobile_infra_resources_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resources' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resources 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: resources 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_resources_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resources-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resources 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: resources 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resources_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resources_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_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_tailf_mobile_infra_resources_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resources' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container resources 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: resources 

/data/tailf-mobile-infra:resources/info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_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_tailf-mobile-infra_resources_info' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/podInst ance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_podInstance_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_podInstance_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/cpuUsag e


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_cpuUsage_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_cpuUsage' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_cpuUsage_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/totalNo deMemoryInMB


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_totalNodeMemoryInMB_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_totalNodeMemoryInMB' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_totalNodeMemoryInMB_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/usedPod MemoryInMB


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_usedPodMemoryInMB_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_usedPodMemoryInMB' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_usedPodMemoryInMB_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/diskUsa geInKbps


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_diskUsageInKbps_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_diskUsageInKbps' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_diskUsageInKbps_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/goRouti nesCount


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_goRoutinesCount_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_goRoutinesCount' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_goRoutinesCount_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/gcCount


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_gcCount_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_gcCount' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_gcCount_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resources/info={info-podInstance}/gcPause InNS


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_gcPauseInNS_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_resources_info_info-podInstance_gcPauseInNS' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resources_info_info_podInstance_gcPauseInNS_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:running-status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_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_tailf-mobile-infra_running-status' 
      '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_tailf_mobile_infra_running_status_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_running-status' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container running-status 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: running-status 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_running_status_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_running-status-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container running-status 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: running-status 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_running_status_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_running_status_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_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_tailf_mobile_infra_running_status_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_running-status' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container running-status 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: running-status 

/data/tailf-mobile-infra:running-status/info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_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_tailf-mobile-infra_running-status_info' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_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: [] 

/data/tailf-mobile-infra:running-status/info={info-podInstance}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_running-status_info_info-podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:running-status/info={info-podInstance}/po dInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_podInstance_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_running-status_info_info-podInstance_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_podInstance_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:running-status/info={info-podInstance}/ru nningStatus


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_runningStatus_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_running-status_info_info-podInstance_runningStatus' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_runningStatus_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:running-status/info={info-podInstance}/sy stemHealth


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_systemHealth_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_running-status_info_info-podInstance_systemHealth' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_systemHealth_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:running-status/info={info-podInstance}/st artTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_startTime_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_running-status_info_info-podInstance_startTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_running_status_info_info_podInstance_startTime_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_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_tailf-mobile-infra_diagnostics' 
      '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_tailf_mobile_infra_diagnostics_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_diagnostics' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container diagnostics 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: diagnostics 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_diagnostics_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_diagnostics-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container diagnostics 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: diagnostics 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_diagnostics_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_diagnostics_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_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_tailf_mobile_infra_diagnostics_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_diagnostics' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container diagnostics 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: diagnostics 

/data/tailf-mobile-infra:diagnostics/info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_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_tailf-mobile-infra_diagnostics_info' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/podInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_podInstance_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_podInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_podInstance_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/diagnostic


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_diagnostic_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_diagnostic' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_diagnostic_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/component


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_component_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_component' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_component_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/startTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_startTime_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_startTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_startTime_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_status_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_status' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_status_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:diagnostics/info={info-podInstance},{info -diagnostic}/retries


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_retries_get 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_retries' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_diagnostics_info_info_podInstance_info_diagnostic_retries_head 
 
    Parameters: 
    - Name: info-podInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-diagnostic 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:infra


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_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_tailf-mobile-infra_infra' 
      '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_tailf_mobile_infra_infra_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container infra 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: infra 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container infra 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: infra 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_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_tailf_mobile_infra_infra_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container infra 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: infra 

/data/tailf-mobile-infra:infra/metrics


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_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_tailf-mobile-infra_infra_metrics' 
      '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_tailf_mobile_infra_infra_metrics_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container metrics 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: metrics 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_metrics_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container metrics 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: metrics 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_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_tailf_mobile_infra_infra_metrics_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container metrics 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: metrics 

/data/tailf-mobile-infra:infra/metrics/experimental


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_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_tailf-mobile-infra_infra_metrics_experimental' 
      '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_tailf_mobile_infra_infra_metrics_experimental_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container experimental 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: experimental 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container experimental 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: experimental 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_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_tailf_mobile_infra_infra_metrics_experimental_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container experimental 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: experimental 

/data/tailf-mobile-infra:infra/metrics/experimental/version


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_version_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_tailf-mobile-infra_infra_metrics_experimental_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: [] 
  put: 
 
    Tags: 
    - data 
    - put 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_version_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental_version' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf version 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: version 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_version_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_version_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_experimental_version_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_tailf_mobile_infra_infra_metrics_experimental_version_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental_version' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf version 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: version 

/data/tailf-mobile-infra:infra/metrics/verbose


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_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_tailf-mobile-infra_infra_metrics_verbose' 
      '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_tailf_mobile_infra_infra_metrics_verbose_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container verbose 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: verbose 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container verbose 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: verbose 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_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_tailf_mobile_infra_infra_metrics_verbose_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container verbose 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: verbose 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels


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

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list verboseLevels 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: verboseLevels 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list verboseLevels 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: verboseLevels 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/podType


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf podType 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: podType 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_podType_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf podType 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: podType 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/pods


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pods 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: pods 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_post 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pods 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: pods 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container pods 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: pods 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/pods/pod-names


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/pods/pod-names={pod-names-pod-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list pod-names 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: pod-names 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list pod-names 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: pod-names 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/pods/pod-names={pod-names-pod-name}/pod-name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf pod-name 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: pod-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_pod_name_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf pod-name 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: pod-name 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/pods/pod-names={pod-names-pod-name}/level 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf level 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: level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_pods_pod_names_pod_names_pod_name_level_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: pod-names-pod-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf level 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: level 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/level


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf level 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: level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_level_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf level 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: level 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/metrics


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container metrics 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: metrics 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_post 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container metrics 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: metrics 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container metrics 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: metrics 

/data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verb oseLevels-podType}/metrics/metricsList


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/metrics/metricsList={metricsList-name} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list metricsList 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: metricsList 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list metricsList 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: metricsList 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/metrics/metricsList={metricsList-name}/name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_name_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/metrics/metricsList={metricsList-name}/level 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf level 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: level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_level_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf level 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: level 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/metrics/metricsList={metricsList-name}/granular-labels 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:infra/metrics/verbose/verboseLevels={verboseLevels-podType}/metrics/metricsList={metricsList-name}/granular-labels={granular-labels-id} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_get 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id' 
      '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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_put 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf-list granular-labels 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: granular-labels 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_delete 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_options 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_head 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_infra_metrics_verbose_verboseLevels_verboseLevels_podType_metrics_metricsList_metricsList_name_granular_labels_granular_labels_id_patch 
 
    Parameters: 
    - Name: verboseLevels-podType 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
    - Name: metricsList-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: granular-labels-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf-list granular-labels 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: granular-labels 

/data/tailf-mobile-infra:infra/transaction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_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_tailf-mobile-infra_infra_transaction' 
      '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_tailf_mobile_infra_infra_transaction_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_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_tailf_mobile_infra_infra_transaction_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container transaction 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: transaction 

/data/tailf-mobile-infra:infra/transaction/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_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_tailf-mobile-infra_infra_transaction_limit' 
      '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_tailf_mobile_infra_infra_transaction_limit_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_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_tailf_mobile_infra_infra_transaction_limit_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:infra/transaction/limit/stage


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_stage_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_tailf-mobile-infra_infra_transaction_limit_stage' 
      '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_tailf_mobile_infra_infra_transaction_limit_stage_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_stage' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf stage 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: stage 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_stage_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_stage_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_stage_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_tailf_mobile_infra_infra_transaction_limit_stage_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_stage' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf stage 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: stage 

/data/tailf-mobile-infra:infra/transaction/limit/consecutive


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_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_tailf-mobile-infra_infra_transaction_limit_consecutive' 
      '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_tailf_mobile_infra_infra_transaction_limit_consecutive_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_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_tailf_mobile_infra_infra_transaction_limit_consecutive_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container consecutive 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: consecutive 

/data/tailf-mobile-infra:infra/transaction/limit/consecutive/same:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_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_tailf-mobile-infra_infra_transaction_limit_consecutive_same' 
      '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_tailf_mobile_infra_infra_transaction_limit_consecutive_same_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container same 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: same 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container same 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: same 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_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_tailf_mobile_infra_infra_transaction_limit_consecutive_same_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container same 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: same 

/data/tailf-mobile-infra:infra/transaction/limit/consecutive/same/ stage


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_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_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage' 
      '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_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf stage 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: stage 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_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_tailf_mobile_infra_infra_transaction_limit_consecutive_same_stage_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf stage 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: stage 

/data/tailf-mobile-infra:infra/transaction/loop


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_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_tailf-mobile-infra_infra_transaction_loop' 
      '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_tailf_mobile_infra_infra_transaction_loop_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container loop 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: loop 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container loop 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: loop 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_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_tailf_mobile_infra_infra_transaction_loop_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container loop 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: loop 

/data/tailf-mobile-infra:infra/transaction/loop/detection


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_detection_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_tailf-mobile-infra_infra_transaction_loop_detection' 
      '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_tailf_mobile_infra_infra_transaction_loop_detection_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_detection' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf detection 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: detection 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_detection_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_detection_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_detection_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_tailf_mobile_infra_infra_transaction_loop_detection_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_detection' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf detection 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: detection 

/data/tailf-mobile-infra:infra/transaction/loop/category


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

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list category 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: category 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list category 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: category 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_name' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_name_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container threshold 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: threshold 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_post 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container threshold 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: threshold 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container threshold 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: threshold 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_interval_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/thresholds


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/thresholds={thresholds-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list thresholds 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: thresholds 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list thresholds 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: thresholds 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/thresholds={thresholds-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_name_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/thresholds={thresholds-name}/count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_count_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 

/data/tailf-mobile-infra:infra/transaction/loop/category={category -name}/threshold/thresholds={thresholds-name}/action


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_get 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action' 
      '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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_put 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf action 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: action 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_delete 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_options 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_head 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    - 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_tailf_mobile_infra_infra_transaction_loop_category_category_name_threshold_thresholds_thresholds_name_action_patch 
 
    Parameters: 
    - Name: category-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: thresholds-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf action 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: action 

/data/tailf-mobile-infra:client


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_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_tailf-mobile-infra_client' 
      '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_tailf_mobile_infra_client_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container client 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: client 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container client 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: client 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_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_tailf_mobile_infra_client_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container client 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: client 

/data/tailf-mobile-infra:client/http


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_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_tailf-mobile-infra_client_http' 
      '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_tailf_mobile_infra_client_http_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container http 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: http 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_http_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container http 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: http 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_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_tailf_mobile_infra_client_http_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container http 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: http 

/data/tailf-mobile-infra:client/http/header


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_header_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_tailf-mobile-infra_client_http_header' 
      '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_tailf_mobile_infra_client_http_header_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container header 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: header 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_http_header_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container header 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: header 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_header_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_header_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_header_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_tailf_mobile_infra_client_http_header_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container header 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: header 

/data/tailf-mobile-infra:client/http/header/user-agent


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_header_user_agent_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_tailf-mobile-infra_client_http_header_user-agent' 
      '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_tailf_mobile_infra_client_http_header_user_agent_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header_user-agent' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf user-agent 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: user-agent 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_header_user_agent_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_header_user_agent_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_header_user_agent_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_tailf_mobile_infra_client_http_header_user_agent_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header_user-agent' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf user-agent 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: user-agent 

/data/tailf-mobile-infra:client/http/ping


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_ping_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_tailf-mobile-infra_client_http_ping' 
      '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_tailf_mobile_infra_client_http_ping_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_http_ping_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_ping_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_ping_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_ping_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_tailf_mobile_infra_client_http_ping_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container ping 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: ping 

/data/tailf-mobile-infra:client/http/ping/timeout


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_ping_timeout_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_tailf-mobile-infra_client_http_ping_timeout' 
      '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_tailf_mobile_infra_client_http_ping_timeout_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf timeout 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: timeout 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_ping_timeout_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_ping_timeout_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_ping_timeout_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_tailf_mobile_infra_client_http_ping_timeout_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf timeout 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: timeout 

/data/tailf-mobile-infra:client/http/ping/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_http_ping_interval_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_tailf-mobile-infra_client_http_ping_interval' 
      '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_tailf_mobile_infra_client_http_ping_interval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_http_ping_interval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_http_ping_interval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_http_ping_interval_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_tailf_mobile_infra_client_http_ping_interval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:client/outbound


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_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_tailf-mobile-infra_client_outbound' 
      '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_tailf_mobile_infra_client_outbound_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container outbound 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: outbound 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container outbound 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: outbound 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_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_tailf_mobile_infra_client_outbound_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container outbound 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: outbound 

/data/tailf-mobile-infra:client/outbound/interface


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

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface 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: interface 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_interface' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_interface_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/pending


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container pending 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: pending 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/pending/response


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf response 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: response 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_pending_response_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf response 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: response 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/consecutive


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container consecutive 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: consecutive 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/consecutive/failure


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container failure 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: failure 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container failure 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: failure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container failure 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: failure 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/consecutive/failure/count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_count_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/consecutive/failure/codes


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/limit/consecutive/failure/codes={codes-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf-list codes 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: codes 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_limit_consecutive_failure_codes_codes_id_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf-list codes 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: codes 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container host 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: host 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container host 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: host 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container host 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: host 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container ping 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: ping 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/timeout


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf timeout 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: timeout 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_timeout_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf timeout 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: timeout 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_interval_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/backoff


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf backoff 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: backoff 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_backoff_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf backoff 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: backoff 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/retry


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retry 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: retry 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_retry_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retry 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: retry 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/fast-interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf fast-interval 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: fast-interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_fast_interval_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf fast-interval 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: fast-interval 

/data/tailf-mobile-infra:client/outbound/interface={interface-inte rface}/host/ping/all-host-down-interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval' 
      '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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf all-host-down-interval 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: all-host-down-interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_outbound_interface_interface_interface_host_ping_all_host_down_interval_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf all-host-down-interval 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: all-host-down-interval 

/data/tailf-mobile-infra:client/outbound/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_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_tailf-mobile-infra_client_outbound_limit' 
      '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_tailf_mobile_infra_client_outbound_limit_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_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_tailf_mobile_infra_client_outbound_limit_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:client/outbound/limit/pending


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_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_tailf-mobile-infra_client_outbound_limit_pending' 
      '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_tailf_mobile_infra_client_outbound_limit_pending_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_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_tailf_mobile_infra_client_outbound_limit_pending_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container pending 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: pending 

/data/tailf-mobile-infra:client/outbound/limit/pending/response


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_response_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_tailf-mobile-infra_client_outbound_limit_pending_response' 
      '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_tailf_mobile_infra_client_outbound_limit_pending_response_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending_response' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf response 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: response 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_response_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_response_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_pending_response_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_tailf_mobile_infra_client_outbound_limit_pending_response_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending_response' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf response 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: response 

/data/tailf-mobile-infra:client/outbound/limit/consecutive


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_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_tailf-mobile-infra_client_outbound_limit_consecutive' 
      '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_tailf_mobile_infra_client_outbound_limit_consecutive_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container consecutive 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: consecutive 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_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_tailf_mobile_infra_client_outbound_limit_consecutive_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container consecutive 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: consecutive 

/data/tailf-mobile-infra:client/outbound/limit/consecutive/failure


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_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_tailf-mobile-infra_client_outbound_limit_consecutive_failure' 
      '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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container failure 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: failure 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container failure 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: failure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container failure 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: failure 

/data/tailf-mobile-infra:client/outbound/limit/consecutive/failure /count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_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_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count' 
      '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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_count_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 

/data/tailf-mobile-infra:client/outbound/limit/consecutive/failure /codes


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

/data/tailf-mobile-infra:client/outbound/limit/consecutive/failure /codes={codes-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_get 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id' 
      '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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_put 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf-list codes 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: codes 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_delete 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_options 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_head 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_client_outbound_limit_consecutive_failure_codes_codes_id_patch 
 
    Parameters: 
    - Name: codes-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf-list codes 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: codes 

/data/tailf-mobile-infra:client/outbound/host


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_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_tailf-mobile-infra_client_outbound_host' 
      '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_tailf_mobile_infra_client_outbound_host_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container host 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: host 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container host 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: host 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_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_tailf_mobile_infra_client_outbound_host_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container host 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: host 

/data/tailf-mobile-infra:client/outbound/host/ping


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_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_tailf-mobile-infra_client_outbound_host_ping' 
      '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_tailf_mobile_infra_client_outbound_host_ping_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container ping 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: ping 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_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_tailf_mobile_infra_client_outbound_host_ping_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container ping 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: ping 

/data/tailf-mobile-infra:client/outbound/host/ping/timeout


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_timeout_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_tailf-mobile-infra_client_outbound_host_ping_timeout' 
      '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_tailf_mobile_infra_client_outbound_host_ping_timeout_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf timeout 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: timeout 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_timeout_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_timeout_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_timeout_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_tailf_mobile_infra_client_outbound_host_ping_timeout_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_timeout' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf timeout 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: timeout 

/data/tailf-mobile-infra:client/outbound/host/ping/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_interval_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_tailf-mobile-infra_client_outbound_host_ping_interval' 
      '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_tailf_mobile_infra_client_outbound_host_ping_interval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_interval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_interval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_interval_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_tailf_mobile_infra_client_outbound_host_ping_interval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:client/outbound/host/ping/backoff


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_backoff_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_tailf-mobile-infra_client_outbound_host_ping_backoff' 
      '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_tailf_mobile_infra_client_outbound_host_ping_backoff_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_backoff' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf backoff 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: backoff 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_backoff_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_backoff_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_backoff_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_tailf_mobile_infra_client_outbound_host_ping_backoff_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_backoff' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf backoff 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: backoff 

/data/tailf-mobile-infra:client/outbound/host/ping/retry


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_retry_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_tailf-mobile-infra_client_outbound_host_ping_retry' 
      '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_tailf_mobile_infra_client_outbound_host_ping_retry_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_retry' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retry 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: retry 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_retry_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_retry_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_retry_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_tailf_mobile_infra_client_outbound_host_ping_retry_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_retry' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retry 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: retry 

/data/tailf-mobile-infra:client/outbound/host/ping/fast-interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_fast_interval_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_tailf-mobile-infra_client_outbound_host_ping_fast-interval' 
      '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_tailf_mobile_infra_client_outbound_host_ping_fast_interval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_fast-interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf fast-interval 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: fast-interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_fast_interval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_fast_interval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_fast_interval_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_tailf_mobile_infra_client_outbound_host_ping_fast_interval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_fast-interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf fast-interval 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: fast-interval 

/data/tailf-mobile-infra:client/outbound/host/ping/all-host-down-i nterval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_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_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval' 
      '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_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf all-host-down-interval 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: all-host-down-interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_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_tailf_mobile_infra_client_outbound_host_ping_all_host_down_interval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf all-host-down-interval 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: all-host-down-interval 

/data/tailf-mobile-infra:client/inbound


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_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_tailf-mobile-infra_client_inbound' 
      '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_tailf_mobile_infra_client_inbound_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container inbound 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: inbound 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container inbound 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: inbound 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_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_tailf_mobile_infra_client_inbound_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container inbound 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: inbound 

/data/tailf-mobile-infra:client/inbound/interface


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

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface 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: interface 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_interface' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_interface_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_limit' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/limit/pending


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container pending 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: pending 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/limit/pending/request


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf request 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: request 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_pending_request_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf request 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: request 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/limit/overload


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container overload 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: overload 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_post 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container overload 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: overload 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container overload 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: overload 

/data/tailf-mobile-infra:client/inbound/interface={interface-inter face}/limit/overload/reject-code


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_get 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code' 
      '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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_put 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf reject-code 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: reject-code 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_delete 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_options 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_head 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_client_inbound_interface_interface_interface_limit_overload_reject_code_patch 
 
    Parameters: 
    - Name: interface-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf reject-code 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: reject-code 

/data/tailf-mobile-infra:client/inbound/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_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_tailf-mobile-infra_client_inbound_limit' 
      '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_tailf_mobile_infra_client_inbound_limit_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_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_tailf_mobile_infra_client_inbound_limit_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:client/inbound/limit/pending


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_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_tailf-mobile-infra_client_inbound_limit_pending' 
      '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_tailf_mobile_infra_client_inbound_limit_pending_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container pending 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: pending 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_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_tailf_mobile_infra_client_inbound_limit_pending_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container pending 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: pending 

/data/tailf-mobile-infra:client/inbound/limit/pending/request


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_request_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_tailf-mobile-infra_client_inbound_limit_pending_request' 
      '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_tailf_mobile_infra_client_inbound_limit_pending_request_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending_request' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf request 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: request 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_request_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_request_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_pending_request_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_tailf_mobile_infra_client_inbound_limit_pending_request_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending_request' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf request 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: request 

/data/tailf-mobile-infra:client/inbound/limit/overload


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_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_tailf-mobile-infra_client_inbound_limit_overload' 
      '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_tailf_mobile_infra_client_inbound_limit_overload_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container overload 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: overload 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container overload 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: overload 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_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_tailf_mobile_infra_client_inbound_limit_overload_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container overload 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: overload 

/data/tailf-mobile-infra:client/inbound/limit/overload/reject-code


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_reject_code_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_tailf-mobile-infra_client_inbound_limit_overload_reject-code' 
      '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_tailf_mobile_infra_client_inbound_limit_overload_reject_code_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload_reject-code' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf reject-code 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: reject-code 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_reject_code_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_reject_code_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_client_inbound_limit_overload_reject_code_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_tailf_mobile_infra_client_inbound_limit_overload_reject_code_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload_reject-code' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf reject-code 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: reject-code 

/data/tailf-mobile-infra:edr


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_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_tailf-mobile-infra_edr' 
      '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_tailf_mobile_infra_edr_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container edr 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: edr 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container edr 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: edr 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_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_tailf_mobile_infra_edr_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container edr 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: edr 

/data/tailf-mobile-infra:edr/reporting


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_reporting_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_tailf-mobile-infra_edr_reporting' 
      '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_tailf_mobile_infra_edr_reporting_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_reporting' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf reporting 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: reporting 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_reporting_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_reporting_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_reporting_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_tailf_mobile_infra_edr_reporting_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_reporting' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf reporting 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: reporting 

/data/tailf-mobile-infra:edr/edrsubscribers


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_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_tailf-mobile-infra_edr_edrsubscribers' 
      '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_tailf_mobile_infra_edr_edrsubscribers_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container edrsubscribers 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: edrsubscribers 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container edrsubscribers 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: edrsubscribers 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_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_tailf_mobile_infra_edr_edrsubscribers_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container edrsubscribers 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: edrsubscribers 

/data/tailf-mobile-infra:edr/edrsubscribers/subscribers


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

/data/tailf-mobile-infra:edr/edrsubscribers/subscribers={subscribe rs-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_get 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id' 
      '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_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_put 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf-list subscribers 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: subscribers 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_delete 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_options 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_head 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_edrsubscribers_subscribers_subscribers_id_patch 
 
    Parameters: 
    - Name: subscribers-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf-list subscribers 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: subscribers 

/data/tailf-mobile-infra:edr/all


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_all_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_tailf-mobile-infra_edr_all' 
      '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_tailf_mobile_infra_edr_all_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container all 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: all 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_all_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container all 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: all 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_all_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_all_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_all_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_tailf_mobile_infra_edr_all_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container all 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: all 

/data/tailf-mobile-infra:edr/all/subscribers


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_all_subscribers_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_tailf-mobile-infra_edr_all_subscribers' 
      '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_tailf_mobile_infra_edr_all_subscribers_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all_subscribers' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf subscribers 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: subscribers 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_all_subscribers_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_all_subscribers_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_all_subscribers_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_tailf_mobile_infra_edr_all_subscribers_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all_subscribers' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf subscribers 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: subscribers 

/data/tailf-mobile-infra:edr/file


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_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_tailf-mobile-infra_edr_file' 
      '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_tailf_mobile_infra_edr_file_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container file 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: file 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container file 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: file 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_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_tailf_mobile_infra_edr_file_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container file 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: file 

/data/tailf-mobile-infra:edr/file/files


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

/data/tailf-mobile-infra:edr/file/files={files-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name' 
      '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_tailf_mobile_infra_edr_file_files_files_name_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list files 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: files 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list files 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: files 

/data/tailf-mobile-infra:edr/file/files={files-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_name_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_name' 
      '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_tailf_mobile_infra_edr_file_files_files_name_name_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_name_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_name_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_name_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_name_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:edr/file/files={files-name}/reporting


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_reporting_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_reporting' 
      '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_tailf_mobile_infra_edr_file_files_files_name_reporting_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_reporting' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf reporting 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: reporting 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_reporting_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_reporting_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_reporting_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_reporting_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_reporting' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf reporting 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: reporting 

/data/tailf-mobile-infra:edr/file/files={files-name}/verbose


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_verbose_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_verbose' 
      '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_tailf_mobile_infra_edr_file_files_files_name_verbose_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_verbose' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf verbose 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: verbose 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_verbose_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_verbose_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_verbose_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_verbose_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_verbose' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf verbose 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: verbose 

/data/tailf-mobile-infra:edr/file/files={files-name}/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_limit' 
      '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_tailf_mobile_infra_edr_file_files_files_name_limit_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_limit_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container limit 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: limit 

/data/tailf-mobile-infra:edr/file/files={files-name}/limit/size


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_size_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_limit_size' 
      '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_tailf_mobile_infra_edr_file_files_files_name_limit_size_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf size 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: size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_size_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_size_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_size_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_limit_size_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf size 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: size 

/data/tailf-mobile-infra:edr/file/files={files-name}/limit/count


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_count_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_limit_count' 
      '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_tailf_mobile_infra_edr_file_files_files_name_limit_count_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_count_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_count_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_count_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_limit_count_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 

/data/tailf-mobile-infra:edr/file/files={files-name}/limit/storage


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_storage_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_limit_storage' 
      '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_tailf_mobile_infra_edr_file_files_files_name_limit_storage_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_storage' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf storage 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 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_storage_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_storage_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_limit_storage_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_limit_storage_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_storage' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf storage 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 

/data/tailf-mobile-infra:edr/file/files={files-name}/rate


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_rate_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_rate' 
      '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_tailf_mobile_infra_edr_file_files_files_name_rate_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_rate' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf rate 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: rate 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_rate_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_rate_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_rate_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_rate_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_rate' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf rate 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: rate 

/data/tailf-mobile-infra:edr/file/files={files-name}/threshold


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_threshold' 
      '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_tailf_mobile_infra_edr_file_files_files_name_threshold_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container threshold 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: threshold 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container threshold 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: threshold 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_threshold_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container threshold 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: threshold 

/data/tailf-mobile-infra:edr/file/files={files-name}/threshold/cpu


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu' 
      '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_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu 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: cpu 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_threshold_cpu_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu 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: cpu 

/data/tailf-mobile-infra:edr/file/files={files-name}/threshold/ses sion


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_session_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_threshold_session' 
      '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_tailf_mobile_infra_edr_file_files_files_name_threshold_session_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_session' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf session 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: session 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_session_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_session_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_threshold_session_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_threshold_session_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_session' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf session 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: session 

/data/tailf-mobile-infra:edr/file/files={files-name}/flush


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_flush' 
      '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_tailf_mobile_infra_edr_file_files_files_name_flush_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container flush 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: flush 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container flush 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: flush 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_flush_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container flush 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: flush 

/data/tailf-mobile-infra:edr/file/files={files-name}/flush/interva l


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_interval_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_flush_interval' 
      '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_tailf_mobile_infra_edr_file_files_files_name_flush_interval_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_interval_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_interval_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_flush_interval_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_flush_interval_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:edr/file/files={files-name}/procedure


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container procedure 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: procedure 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container procedure 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: procedure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container procedure 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: procedure 

/data/tailf-mobile-infra:edr/file/files={files-name}/procedure/ena ble-event-id


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:edr/file/files={files-name}/procedure/ena ble-event-id={enable-event-id-procedure}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list enable-event-id 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-event-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list enable-event-id 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-event-id 

/data/tailf-mobile-infra:edr/file/files={files-name}/procedure/ena ble-event-id={enable-event-id-procedure}/procedure


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf procedure 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: procedure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_procedure_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf procedure 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: procedure 

/data/tailf-mobile-infra:edr/file/files={files-name}/procedure/ena ble-event-id={enable-event-id-procedure}/enable-inner


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable-inner 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-inner 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable-inner 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: enable-inner 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable-inner 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-inner 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container event 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: event 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container event 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: event 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container event 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: event 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id={enable-field-id-event} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list enable-field-id 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-field-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list enable-field-id 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-field-id 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id={enable-field-id-event}/event 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf event 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: event 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_event_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf event 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: event 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id={enable-field-id-event}/enable 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_post 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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: enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable 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 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id={enable-field-id-event}/enable/field 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:edr/file/files={files-name}/procedure/enable-event-id={enable-event-id-procedure}/enable-inner/event/enable-field-id={enable-field-id-event}/enable/field={field-id} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_get 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id' 
      '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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_put 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf-list field 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: field 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_delete 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_options 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_head 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_edr_file_files_files_name_procedure_enable_event_id_enable_event_id_procedure_enable_inner_event_enable_field_id_enable_field_id_event_enable_field_field_id_patch 
 
    Parameters: 
    - Name: files-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: enable-event-id-procedure 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: enable-field-id-event 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: field-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf-list field 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: field 

/data/tailf-mobile-infra:instance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_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_tailf-mobile-infra_instance' 
      '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_tailf_mobile_infra_instance_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instance 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: instance 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instance 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: instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_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_tailf_mobile_infra_instance_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container instance 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: instance 

/data/tailf-mobile-infra:instance/instance-id


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

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list instance-id 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: instance-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list instance-id 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: instance-id 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/id:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_id_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_id' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_id_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf id 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: id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_id_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_id_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_id_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_id_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf id 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: id 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container endpoint 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: endpoint 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container endpoint 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: endpoint 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container endpoint 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: endpoint 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list ep 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: ep 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list ep 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: ep 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/eptype


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf eptype 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: eptype 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_eptype_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf eptype 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: eptype 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/replicas


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_replicas_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_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/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/nodes


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf nodes 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: nodes 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_nodes_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf nodes 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: nodes 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/loopbackEth


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackEth 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: loopbackEth 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackEth_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackEth 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: loopbackEth 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/loopbackPort


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackPort 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: loopbackPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_loopbackPort_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackPort 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: loopbackPort 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/instancetype


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instancetype 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: instancetype 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_instancetype_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instancetype 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: instancetype 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip 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: vip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip 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: vip 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}/vip-ip


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-ip 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}/vip-port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-port 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}/vip-interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}/offline


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip={vip-vip-ip}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip_vip_vip_ip_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip6 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: vip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip6 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: vip6 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}/vip-ipv6


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6 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: vip-ipv6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6 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: vip-ipv6 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}/vip-ipv6-port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_ipv6_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}/vip-interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}/offline


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/vip6={vip6-vip-ipv6}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_vip6_vip6_vip_ipv6_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ipv6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/system-health-level


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container system-health-level 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: system-health-level 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container system-health-level 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: system-health-level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container system-health-level 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: system-health-level 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/system-health-level/warn


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container warn 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: warn 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container warn 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: warn 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container warn 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: warn 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/warn/cpu-percent 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu-percent 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: cpu-percent 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_cpu_percent_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu-percent 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: cpu-percent 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/warn/memory-in-mbs 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_memory_in_mbs_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/warn/num-of-goroutine 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_warn_num_of_goroutine_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/system-health-level/critical


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container critical 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: critical 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container critical 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: critical 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container critical 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: critical 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/critical/cpu-percent 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu-percent 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: cpu-percent 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_cpu_percent_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu-percent 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: cpu-percent 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/critical/memory-in-mbs 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_memory_in_mbs_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/critical/num-of-goroutine 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_critical_num_of_goroutine_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/system-health-level/crash


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container crash 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: crash 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container crash 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: crash 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container crash 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: crash 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/crash/cpu-percent 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu-percent 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: cpu-percent 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_cpu_percent_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu-percent 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: cpu-percent 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/crash/memory-in-mbs 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_memory_in_mbs_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf memory-in-mbs 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: memory-in-mbs 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/system-health-level/crash/num-of-goroutine 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_system_health_level_crash_num_of_goroutine_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf num-of-goroutine 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: num-of-goroutine 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/monitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor 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: monitor 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/monitor/protocol


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf protocol 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: protocol 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_monitor_protocol_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf protocol 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: protocol 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/uri-scheme


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf uri-scheme 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: uri-scheme 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_uri_scheme_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf uri-scheme 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: uri-scheme 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/mtls-enable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf mtls-enable 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: mtls-enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_mtls_enable_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf mtls-enable 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: mtls-enable 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/certificate-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf certificate-name 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: certificate-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_certificate_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf certificate-name 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: certificate-name 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/service


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/service={service-service-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list service 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: service 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list service 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: service 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/service-name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf service-name 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: service-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_service_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf service-name 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: service-name 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface 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: interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/interface-type 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface-type 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: interface-type 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_interface_type_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface-type 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: interface-type 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/loopbackEth 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackEth 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: loopbackEth 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackEth_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackEth 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: loopbackEth 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/loopbackPort 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackPort 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: loopbackPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_loopbackPort_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackPort 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: loopbackPort 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/uri-scheme 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf uri-scheme 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: uri-scheme 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_uri_scheme_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf uri-scheme 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: uri-scheme 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/instancetype 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instancetype 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: instancetype 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_instancetype_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instancetype 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: instancetype 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/tls-enable 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf tls-enable 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: tls-enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_tls_enable_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf tls-enable 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: tls-enable 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/mtls-enable 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf mtls-enable 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: mtls-enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_mtls_enable_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf mtls-enable 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: mtls-enable 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/certificate-name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf certificate-name 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: certificate-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_certificate_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf certificate-name 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: certificate-name 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sla 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sla 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: sla 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sla 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: sla 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container sla 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: sla 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sla/response 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf response 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: response 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_response_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf response 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: response 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sla/procedure 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf procedure 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: procedure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sla_procedure_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf procedure 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: procedure 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip 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: vip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip 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: vip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-ip 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-ip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip={vip-vip-ip}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip_vip_vip_ip_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list sec-vip 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: sec-vip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list sec-vip 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: sec-vip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/sec-vip-ip 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf sec-vip-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: sec-vip-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf sec-vip-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: sec-vip-ip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vip-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip6 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: vip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip6 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: vip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-ip6 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ip6 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: vip-ip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ip6 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: vip-ip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-ipv6-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list sec-vip6 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: sec-vip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list sec-vip6 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: sec-vip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/sec-vip-ip6 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf sec-vip-ip6 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: sec-vip-ip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf sec-vip-ip6 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: sec-vip-ip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vip-ipv6-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dispatcher 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: dispatcher 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dispatcher 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: dispatcher 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container dispatcher 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: dispatcher 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/count 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_count_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf capacity 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: capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf capacity 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: capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/outbound 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound 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: outbound 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_outbound_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound 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: outbound 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf rate-limit 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: rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf rate-limit 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: rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/cache 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cache 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: cache 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_cache_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cache 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: cache 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/threshold 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf threshold 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: threshold 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_threshold_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf threshold 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: threshold 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/expiry 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf expiry 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: expiry 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_expiry_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf expiry 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: expiry 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/nonresponsive 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf nonresponsive 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: nonresponsive 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_nonresponsive_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf nonresponsive 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: nonresponsive 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list flowctrl-group 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: flowctrl-group 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list flowctrl-group 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: flowctrl-group 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf capacity 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: capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf capacity 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: capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf rate-limit 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: rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf rate-limit 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: rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/outbound-capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound-capacity 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: outbound-capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound-capacity 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: outbound-capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/outbound-rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound-rate-limit 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: outbound-rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound-rate-limit 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: outbound-rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/monitor 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor 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: monitor 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/monitor/protocol 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf protocol 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: protocol 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_monitor_protocol_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf protocol 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: protocol 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/internal 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container internal 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: internal 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/internal/base-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-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: base-port 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-port 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: base-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container base-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: base-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/service={service-service-name}/interface={interface-interface-type}/internal/base-port/start 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf start 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: start 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_service_service_service_name_interface_interface_interface_type_internal_base_port_start_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: service-service-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf start 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: start 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/interface


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface 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: interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/interface-type 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface-type 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: interface-type 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_interface_type_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface-type 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: interface-type 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/loopbackEth 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackEth 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: loopbackEth 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackEth_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackEth 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: loopbackEth 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/loopbackPort 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackPort 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: loopbackPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_loopbackPort_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackPort 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: loopbackPort 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/uri-scheme 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf uri-scheme 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: uri-scheme 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_uri_scheme_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf uri-scheme 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: uri-scheme 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/instancetype 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instancetype 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: instancetype 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_instancetype_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instancetype 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: instancetype 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/tls-enable 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf tls-enable 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: tls-enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_tls_enable_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf tls-enable 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: tls-enable 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/mtls-enable 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf mtls-enable 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: mtls-enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_mtls_enable_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf mtls-enable 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: mtls-enable 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/certificate-name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf certificate-name 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: certificate-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_certificate_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf certificate-name 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: certificate-name 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sla 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sla 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: sla 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container sla 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: sla 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container sla 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: sla 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sla/response 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf response 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: response 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_response_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf response 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: response 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sla/procedure 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf procedure 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: procedure 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sla_procedure_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf procedure 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: procedure 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip 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: vip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip 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: vip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-ip 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-ip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip={vip-vip-ip}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip_vip_vip_ip_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list sec-vip 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: sec-vip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list sec-vip 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: sec-vip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/sec-vip-ip 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf sec-vip-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: sec-vip-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_sec_vip_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf sec-vip-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: sec-vip-ip 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vip-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-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: vip-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-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: vip-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip={sec-vip-sec-vip-ip}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip_sec_vip_sec_vip_ip_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip-sec-vip-ip 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vip6 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: vip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vip6 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: vip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-ip6 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ip6 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: vip-ip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ip6 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: vip-ip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-ipv6-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_ipv6_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vip6={vip6-vip-ip6}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vip6_vip6_vip_ip6_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: vip6-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list sec-vip6 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: sec-vip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list sec-vip6 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: sec-vip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/sec-vip-ip6 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf sec-vip-ip6 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: sec-vip-ip6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_sec_vip_ip6_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf sec-vip-ip6 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: sec-vip-ip6 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vip-ipv6-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_ipv6_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-ipv6-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: vip-ipv6-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vip-interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vip-interface 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: vip-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vip_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vip-interface 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: vip-interface 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/offline 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf offline 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: offline 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_offline_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf offline 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: offline 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/sec-vip6={sec-vip6-sec-vip-ip6}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_sec_vip6_sec_vip6_sec_vip_ip6_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: sec-vip6-sec-vip-ip6 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/vrf 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dispatcher 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: dispatcher 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dispatcher 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: dispatcher 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container dispatcher 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: dispatcher 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/count 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf count 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: count 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_count_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf count 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: count 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf capacity 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: capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf capacity 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: capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/outbound 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound 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: outbound 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_outbound_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound 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: outbound 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf rate-limit 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: rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf rate-limit 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: rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/cache 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cache 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: cache 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_cache_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cache 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: cache 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/threshold 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf threshold 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: threshold 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_threshold_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf threshold 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: threshold 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/expiry 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf expiry 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: expiry 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_expiry_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf expiry 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: expiry 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/nonresponsive 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf nonresponsive 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: nonresponsive 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_nonresponsive_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf nonresponsive 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: nonresponsive 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list flowctrl-group 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: flowctrl-group 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list flowctrl-group 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: flowctrl-group 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/name 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_name_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf capacity 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: capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf capacity 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: capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf rate-limit 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: rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf rate-limit 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: rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/outbound-capacity 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound-capacity 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: outbound-capacity 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_capacity_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound-capacity 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: outbound-capacity 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/dispatcher/flowctrl-group={flowctrl-group-name}/outbound-rate-limit 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf outbound-rate-limit 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: outbound-rate-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_dispatcher_flowctrl_group_flowctrl_group_name_outbound_rate_limit_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: flowctrl-group-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf outbound-rate-limit 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: outbound-rate-limit 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/monitor 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor 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: monitor 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/monitor/protocol 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf protocol 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: protocol 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_monitor_protocol_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf protocol 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: protocol 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/internal 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container internal 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: internal 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/internal/base-port 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-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: base-port 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-port 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: base-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container base-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: base-port 
? /data/tailf-mobile-infra:instance/instance-id={instance-id-id}/endpoint/ep={ep-eptype}/interface={interface-interface-type}/internal/base-port/start 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf start 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: start 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_interface_interface_interface_type_internal_base_port_start_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - Name: interface-interface-type 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf start 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: start 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/internal


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container internal 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: internal 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container internal 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: internal 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/internal/base-port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-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: base-port 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_post 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container base-port 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: base-port 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container base-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: base-port 

/data/tailf-mobile-infra:instance/instance-id={instance-id-id}/end point/ep={ep-eptype}/internal/base-port/start


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start' 
      '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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf start 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: start 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_instance_instance_id_instance_id_id_endpoint_ep_ep_eptype_internal_base_port_start_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: ep-eptype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf start 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: start 

/data/tailf-mobile-infra:endpoint


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_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_tailf-mobile-infra_endpoint' 
      '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_tailf_mobile_infra_endpoint_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_endpoint' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container endpoint 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: endpoint 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_endpoint_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_endpoint-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container endpoint 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: endpoint 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_endpoint_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_endpoint_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_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_tailf_mobile_infra_endpoint_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_endpoint' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container endpoint 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: endpoint 

/data/tailf-mobile-infra:endpoint/info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_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_tailf-mobile-infra_endpoint_info' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/grInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_grInstance_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_grInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_grInstance_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/endpoint


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_endpoint_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_endpoint' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_endpoint_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/address


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_address_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_address' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_address_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/type


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_type_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_type' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_type_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_status_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_status' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_status_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/Interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_Interface_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_Interface' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_Interface_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/internal


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_internal_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_internal' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_internal_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/startTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_startTime_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_startTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_startTime_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/stoppedTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_stoppedTime_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_stoppedTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_stoppedTime_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/info={info-grInstance},{info-end point},{info-address}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_vrf_get 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_vrf' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_info_info_grInstance_info_endpoint_info_address_vrf_head 
 
    Parameters: 
    - Name: info-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: info-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_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_tailf-mobile-infra_endpoint_all' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/grInstance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_grInstance_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_grInstance' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_grInstance_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/endpoint


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_endpoint_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_endpoint' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_endpoint_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/address


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_address_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_address' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_address_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/type


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_type_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_type' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_type_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_status_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_status' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_status_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/Interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_Interface_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_Interface' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_Interface_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/internal


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_internal_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_internal' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_internal_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/startTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_startTime_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_startTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_startTime_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/stoppedTime


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_stoppedTime_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_stoppedTime' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_stoppedTime_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:endpoint/all={all-grInstance},{all-endpoi nt},{all-address}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_vrf_get 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_vrf' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_endpoint_all_all_grInstance_all_endpoint_all_address_vrf_head 
 
    Parameters: 
    - Name: all-grInstance 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-endpoint 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: all-address 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_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_tailf-mobile-infra_vrf' 
      '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_tailf_mobile_infra_vrf_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vrf 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: vrf 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_vrf_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_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_tailf_mobile_infra_vrf_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container vrf 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: vrf 

/data/tailf-mobile-infra:vrf/vrflist


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

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vrflist 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: vrflist 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vrflist 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: vrflist 

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name_name' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_name_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}/gateway


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf gateway 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: gateway 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_gateway_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf gateway 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: gateway 

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}/gatewayIpv6


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf gatewayIpv6 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: gatewayIpv6 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_gatewayIpv6_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf gatewayIpv6 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: gatewayIpv6 

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}/device


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name_device' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_device' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf device 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: device 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_device_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_device' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf device 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: device 

/data/tailf-mobile-infra:vrf/vrflist={vrflist-name}/linkDevice


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_get 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice' 
      '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_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_put 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf linkDevice 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: linkDevice 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_delete 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_options 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_head 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_vrf_vrflist_vrflist_name_linkDevice_patch 
 
    Parameters: 
    - Name: vrflist-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf linkDevice 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: linkDevice 

/data/tailf-mobile-infra:vrf-info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_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_tailf-mobile-infra_vrf-info' 
      '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_tailf_mobile_infra_vrf_info_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-info' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vrf-info 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: vrf-info 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_vrf_info_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-info-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vrf-info 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: vrf-info 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_vrf_info_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_vrf_info_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_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_tailf_mobile_infra_vrf_info_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-info' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container vrf-info 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: vrf-info 

/data/tailf-mobile-infra:vrf-info/all


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_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_tailf-mobile-infra_vrf-info_all' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_name_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_name' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_name_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/gateway


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_gateway_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_gateway' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_gateway_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/gatewayIpv6


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_gatewayIpv6_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_gatewayIpv6' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_gatewayIpv6_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/device


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_device_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_device' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_device_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/linkDevice


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_linkDevice_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_linkDevice' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_linkDevice_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/tableId


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_tableId_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_tableId' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_tableId_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/state


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_state_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_state' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_state_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:vrf-info/all={all-name}/podName


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_podName_get 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_vrf-info_all_all-name_podName' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_vrf_info_all_all_name_podName_head 
 
    Parameters: 
    - Name: all-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:logging


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_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_tailf-mobile-infra_logging' 
      '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_tailf_mobile_infra_logging_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container logging 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: logging 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container logging 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: logging 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_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_tailf_mobile_infra_logging_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container logging 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: logging 

/data/tailf-mobile-infra:logging/transaction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_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_tailf-mobile-infra_logging_transaction' 
      '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_tailf_mobile_infra_logging_transaction_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_transaction_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_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_tailf_mobile_infra_logging_transaction_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container transaction 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: transaction 

/data/tailf-mobile-infra:logging/transaction/persist


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_persist_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_tailf-mobile-infra_logging_transaction_persist' 
      '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_tailf_mobile_infra_logging_transaction_persist_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_persist' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf persist 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: persist 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_persist_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_persist_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_persist_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_tailf_mobile_infra_logging_transaction_persist_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_persist' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf persist 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: persist 

/data/tailf-mobile-infra:logging/transaction/max-file-size


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_file_size_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_tailf-mobile-infra_logging_transaction_max-file-size' 
      '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_tailf_mobile_infra_logging_transaction_max_file_size_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-file-size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf max-file-size 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: max-file-size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_file_size_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_file_size_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_file_size_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_tailf_mobile_infra_logging_transaction_max_file_size_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-file-size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf max-file-size 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: max-file-size 

/data/tailf-mobile-infra:logging/transaction/max-rotation


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_rotation_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_tailf-mobile-infra_logging_transaction_max-rotation' 
      '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_tailf_mobile_infra_logging_transaction_max_rotation_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-rotation' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf max-rotation 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: max-rotation 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_rotation_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_rotation_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_max_rotation_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_tailf_mobile_infra_logging_transaction_max_rotation_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-rotation' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf max-rotation 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: max-rotation 

/data/tailf-mobile-infra:logging/transaction/message


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_message_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_tailf-mobile-infra_logging_transaction_message' 
      '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_tailf_mobile_infra_logging_transaction_message_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_message' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf message 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: message 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_message_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_message_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_message_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_tailf_mobile_infra_logging_transaction_message_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_message' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf message 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: message 

/data/tailf-mobile-infra:logging/transaction/duplicate


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_transaction_duplicate_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_tailf-mobile-infra_logging_transaction_duplicate' 
      '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_tailf_mobile_infra_logging_transaction_duplicate_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_duplicate' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf duplicate 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: duplicate 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_transaction_duplicate_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_transaction_duplicate_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_transaction_duplicate_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_tailf_mobile_infra_logging_transaction_duplicate_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_duplicate' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf duplicate 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: duplicate 

/data/tailf-mobile-infra:logging/level


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_level_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_tailf-mobile-infra_logging_level' 
      '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_tailf_mobile_infra_logging_level_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container level 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: level 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_level_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container level 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: level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_level_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_level_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_level_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_tailf_mobile_infra_logging_level_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container level 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: level 

/data/tailf-mobile-infra:logging/level/application


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_level_application_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_tailf-mobile-infra_logging_level_application' 
      '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_tailf_mobile_infra_logging_level_application_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_application' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf application 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: application 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_level_application_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_level_application_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_level_application_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_tailf_mobile_infra_logging_level_application_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_application' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf application 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: application 

/data/tailf-mobile-infra:logging/level/transaction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_level_transaction_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_tailf-mobile-infra_logging_level_transaction' 
      '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_tailf_mobile_infra_logging_level_transaction_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_transaction' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf transaction 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: transaction 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_level_transaction_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_level_transaction_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_level_transaction_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_tailf_mobile_infra_logging_level_transaction_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_transaction' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf transaction 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: transaction 

/data/tailf-mobile-infra:logging/level/tracing


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_level_tracing_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_tailf-mobile-infra_logging_level_tracing' 
      '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_tailf_mobile_infra_logging_level_tracing_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_tracing' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf tracing 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: tracing 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_level_tracing_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_level_tracing_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_level_tracing_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_tailf_mobile_infra_logging_level_tracing_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_tracing' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf tracing 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: tracing 

/data/tailf-mobile-infra:logging/level/monitor-subscriber


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_level_monitor_subscriber_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_tailf-mobile-infra_logging_level_monitor-subscriber' 
      '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_tailf_mobile_infra_logging_level_monitor_subscriber_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf monitor-subscriber 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: monitor-subscriber 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_level_monitor_subscriber_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_level_monitor_subscriber_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_level_monitor_subscriber_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_tailf_mobile_infra_logging_level_monitor_subscriber_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf monitor-subscriber 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: monitor-subscriber 

/data/tailf-mobile-infra:logging/logger


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

/data/tailf-mobile-infra:logging/logger={logger-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name' 
      '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_tailf_mobile_infra_logging_logger_logger_name_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list logger 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: logger 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list logger 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: logger 

/data/tailf-mobile-infra:logging/logger={logger-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_name_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_name' 
      '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_tailf_mobile_infra_logging_logger_logger_name_name_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_name_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_name_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_name_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_name_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:logging/logger={logger-name}/level


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_level' 
      '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_tailf_mobile_infra_logging_logger_logger_name_level_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container level 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: level 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_post 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container level 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: level 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_level_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container level 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: level 

/data/tailf-mobile-infra:logging/logger={logger-name}/level/applic ation


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_application_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_level_application' 
      '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_tailf_mobile_infra_logging_logger_logger_name_level_application_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_application' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf application 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: application 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_application_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_application_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_application_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_level_application_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_application' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf application 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: application 

/data/tailf-mobile-infra:logging/logger={logger-name}/level/transa ction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_transaction_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_level_transaction' 
      '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_tailf_mobile_infra_logging_logger_logger_name_level_transaction_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_transaction' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf transaction 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: transaction 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_transaction_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_transaction_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_transaction_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_level_transaction_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_transaction' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf transaction 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: transaction 

/data/tailf-mobile-infra:logging/logger={logger-name}/level/tracin g


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_tracing_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_level_tracing' 
      '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_tailf_mobile_infra_logging_logger_logger_name_level_tracing_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_tracing' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf tracing 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: tracing 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_tracing_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_tracing_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_tracing_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_level_tracing_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_tracing' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf tracing 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: tracing 

/data/tailf-mobile-infra:logging/logger={logger-name}/level/monito r-subscriber


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_get 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber' 
      '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_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_put 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf monitor-subscriber 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: monitor-subscriber 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_delete 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_options 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_head 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_logging_logger_logger_name_level_monitor_subscriber_patch 
 
    Parameters: 
    - Name: logger-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf monitor-subscriber 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: monitor-subscriber 

/data/tailf-mobile-infra:logging/async


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_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_tailf-mobile-infra_logging_async' 
      '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_tailf_mobile_infra_logging_async_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container async 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: async 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container async 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: async 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_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_tailf_mobile_infra_logging_async_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container async 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: async 

/data/tailf-mobile-infra:logging/async/application


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_application_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_tailf-mobile-infra_logging_async_application' 
      '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_tailf_mobile_infra_logging_async_application_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container application 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: application 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_application_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container application 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: application 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_application_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_application_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_application_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_tailf_mobile_infra_logging_async_application_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container application 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: application 

/data/tailf-mobile-infra:logging/async/application/enable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_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_tailf-mobile-infra_logging_async_application_enable' 
      '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_tailf_mobile_infra_logging_async_application_enable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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: enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_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_tailf_mobile_infra_logging_async_application_enable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable 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 

/data/tailf-mobile-infra:logging/async/application/enable/buffer-s ize


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_buffer_size_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_tailf-mobile-infra_logging_async_application_enable_buffer-size' 
      '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_tailf_mobile_infra_logging_async_application_enable_buffer_size_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf buffer-size 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: buffer-size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_buffer_size_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_buffer_size_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_application_enable_buffer_size_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_tailf_mobile_infra_logging_async_application_enable_buffer_size_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf buffer-size 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: buffer-size 

/data/tailf-mobile-infra:logging/async/application/disable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_application_disable_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_tailf-mobile-infra_logging_async_application_disable' 
      '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_tailf_mobile_infra_logging_async_application_disable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_disable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf disable 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: disable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_application_disable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_application_disable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_application_disable_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_tailf_mobile_infra_logging_async_application_disable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_disable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf disable 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: disable 

/data/tailf-mobile-infra:logging/async/transaction


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_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_tailf-mobile-infra_logging_async_transaction' 
      '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_tailf_mobile_infra_logging_async_transaction_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container transaction 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: transaction 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_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_tailf_mobile_infra_logging_async_transaction_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container transaction 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: transaction 

/data/tailf-mobile-infra:logging/async/transaction/enable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_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_tailf-mobile-infra_logging_async_transaction_enable' 
      '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_tailf_mobile_infra_logging_async_transaction_enable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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: enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_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_tailf_mobile_infra_logging_async_transaction_enable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable 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 

/data/tailf-mobile-infra:logging/async/transaction/enable/buffer-s ize


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_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_tailf-mobile-infra_logging_async_transaction_enable_buffer-size' 
      '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_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf buffer-size 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: buffer-size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_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_tailf_mobile_infra_logging_async_transaction_enable_buffer_size_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf buffer-size 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: buffer-size 

/data/tailf-mobile-infra:logging/async/transaction/disable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_disable_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_tailf-mobile-infra_logging_async_transaction_disable' 
      '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_tailf_mobile_infra_logging_async_transaction_disable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_disable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf disable 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: disable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_disable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_disable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_transaction_disable_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_tailf_mobile_infra_logging_async_transaction_disable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_disable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf disable 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: disable 

/data/tailf-mobile-infra:logging/async/tracing


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_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_tailf-mobile-infra_logging_async_tracing' 
      '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_tailf_mobile_infra_logging_async_tracing_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container tracing 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: tracing 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container tracing 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: tracing 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_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_tailf_mobile_infra_logging_async_tracing_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container tracing 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: tracing 

/data/tailf-mobile-infra:logging/async/tracing/enable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_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_tailf-mobile-infra_logging_async_tracing_enable' 
      '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_tailf_mobile_infra_logging_async_tracing_enable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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: enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_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_tailf_mobile_infra_logging_async_tracing_enable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable 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 

/data/tailf-mobile-infra:logging/async/tracing/enable/buffer-size:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_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_tailf-mobile-infra_logging_async_tracing_enable_buffer-size' 
      '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_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf buffer-size 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: buffer-size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_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_tailf_mobile_infra_logging_async_tracing_enable_buffer_size_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf buffer-size 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: buffer-size 

/data/tailf-mobile-infra:logging/async/tracing/disable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_disable_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_tailf-mobile-infra_logging_async_tracing_disable' 
      '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_tailf_mobile_infra_logging_async_tracing_disable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_disable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf disable 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: disable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_disable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_disable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_tracing_disable_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_tailf_mobile_infra_logging_async_tracing_disable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_disable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf disable 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: disable 

/data/tailf-mobile-infra:logging/async/monitor-subscriber


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_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_tailf-mobile-infra_logging_async_monitor-subscriber' 
      '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_tailf_mobile_infra_logging_async_monitor_subscriber_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor-subscriber 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: monitor-subscriber 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor-subscriber 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: monitor-subscriber 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_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_tailf_mobile_infra_logging_async_monitor_subscriber_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor-subscriber 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: monitor-subscriber 

/data/tailf-mobile-infra:logging/async/monitor-subscriber/enable


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_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_tailf-mobile-infra_logging_async_monitor-subscriber_enable' 
      '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_tailf_mobile_infra_logging_async_monitor_subscriber_enable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container enable 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: enable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_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_tailf_mobile_infra_logging_async_monitor_subscriber_enable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container enable 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 

/data/tailf-mobile-infra:logging/async/monitor-subscriber/enable/b uffer-size


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_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_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size' 
      '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_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf buffer-size 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: buffer-size 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_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_tailf_mobile_infra_logging_async_monitor_subscriber_enable_buffer_size_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf buffer-size 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: buffer-size 

/data/tailf-mobile-infra:logging/async/monitor-subscriber/disable:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_disable_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_tailf-mobile-infra_logging_async_monitor-subscriber_disable' 
      '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_tailf_mobile_infra_logging_async_monitor_subscriber_disable_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_disable' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf disable 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: disable 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_disable_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_disable_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_async_monitor_subscriber_disable_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_tailf_mobile_infra_logging_async_monitor_subscriber_disable_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_disable' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf disable 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: disable 

/data/tailf-mobile-infra:logging/error


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_error_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_tailf-mobile-infra_logging_error' 
      '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_tailf_mobile_infra_logging_error_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container error 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: error 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_logging_error_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container error 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: error 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_error_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_error_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_error_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_tailf_mobile_infra_logging_error_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container error 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: error 

/data/tailf-mobile-infra:logging/error/stack


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_logging_error_stack_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_tailf-mobile-infra_logging_error_stack' 
      '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_tailf_mobile_infra_logging_error_stack_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error_stack' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf stack 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: stack 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_logging_error_stack_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_logging_error_stack_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_logging_error_stack_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_tailf_mobile_infra_logging_error_stack_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error_stack' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf stack 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: stack 

/data/tailf-mobile-infra:nodemonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_nodemonitor_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_tailf-mobile-infra_nodemonitor' 
      '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_tailf_mobile_infra_nodemonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container nodemonitor 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: nodemonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_nodemonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container nodemonitor 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: nodemonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_nodemonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_nodemonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_nodemonitor_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_tailf_mobile_infra_nodemonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container nodemonitor 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: nodemonitor 

/data/tailf-mobile-infra:nodemonitor/mode


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_nodemonitor_mode_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_tailf-mobile-infra_nodemonitor_mode' 
      '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_tailf_mobile_infra_nodemonitor_mode_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_mode' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf mode 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: mode 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_nodemonitor_mode_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_nodemonitor_mode_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_nodemonitor_mode_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_tailf_mobile_infra_nodemonitor_mode_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_mode' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf mode 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: mode 

/data/tailf-mobile-infra:nodemonitor/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_nodemonitor_interval_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_tailf-mobile-infra_nodemonitor_interval' 
      '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_tailf_mobile_infra_nodemonitor_interval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_nodemonitor_interval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_nodemonitor_interval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_nodemonitor_interval_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_tailf_mobile_infra_nodemonitor_interval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:monitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_monitor_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_tailf-mobile-infra_monitor' 
      '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_tailf_mobile_infra_monitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_monitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor 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: monitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_monitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_monitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_monitor_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_tailf_mobile_infra_monitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor 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: monitor 

/data/tailf-mobile-infra:monitor/bfd


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_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_tailf-mobile-infra_monitor_bfd' 
      '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_tailf_mobile_infra_monitor_bfd_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_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_tailf_mobile_infra_monitor_bfd_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container bfd 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: bfd 

/data/tailf-mobile-infra:monitor/bfd/node-status


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_node_status_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_tailf-mobile-infra_monitor_bfd_node-status' 
      '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_tailf_mobile_infra_monitor_bfd_node_status_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd_node-status' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf node-status 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-status 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_node_status_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_node_status_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_monitor_bfd_node_status_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_tailf_mobile_infra_monitor_bfd_node_status_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd_node-status' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf node-status 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-status 

/data/tailf-mobile-infra:monitor/protocol


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_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_tailf-mobile-infra_monitor_protocol' 
      '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_tailf_mobile_infra_monitor_protocol_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container protocol 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: protocol 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container protocol 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: protocol 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_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_tailf_mobile_infra_monitor_protocol_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container protocol 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: protocol 

/data/tailf-mobile-infra:monitor/protocol/cpu-limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_cpu_limit_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_tailf-mobile-infra_monitor_protocol_cpu-limit' 
      '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_tailf_mobile_infra_monitor_protocol_cpu_limit_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol_cpu-limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu-limit 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: cpu-limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_cpu_limit_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_cpu_limit_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_monitor_protocol_cpu_limit_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_tailf_mobile_infra_monitor_protocol_cpu_limit_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol_cpu-limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu-limit 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: cpu-limit 

/data/tailf-mobile-infra:router


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_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_tailf-mobile-infra_router' 
      '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_tailf_mobile_infra_router_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container router 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: router 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_router_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container router 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: router 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_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_tailf_mobile_infra_router_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container router 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: router 

/data/tailf-mobile-infra:router/bgplist


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

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list bgplist 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: bgplist 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list bgplist 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: bgplist 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bgp


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf bgp 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: bgp 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bgp_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf bgp 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: bgp 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/loopbackPort


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackPort 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: loopbackPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackPort_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackPort 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: loopbackPort 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/loopbackBFDP ort


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf loopbackBFDPort 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: loopbackBFDPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_loopbackBFDPort_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf loopbackBFDPort 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: loopbackBFDPort 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/learnDefault Route


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf learnDefaultRoute 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: learnDefaultRoute 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_learnDefaultRoute_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf learnDefaultRoute 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: learnDefaultRoute 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t={interfaceList-interface}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interfaceList 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: interfaceList 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interfaceList 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: interfaceList 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t={interfaceList-interface}/interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_interface_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t={interfaceList-interface}/bondingInterfaces


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/bondingInterfaces={bondingInterfaces-bondingInterface} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list bondingInterfaces 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: bondingInterfaces 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list bondingInterfaces 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: bondingInterfaces 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/bondingInterfaces={bondingInterfaces-bondingInterface}/bondingInterface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf bondingInterface 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: bondingInterface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_bondingInterfaces_bondingInterfaces_bondingInterface_bondingInterface_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: bondingInterfaces-bondingInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf bondingInterface 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: bondingInterface 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t={interfaceList-interface}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_vrf_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceLis t={interfaceList-interface}/neighbors


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/neighbors={neighbors-neighbor} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list neighbors 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: neighbors 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list neighbors 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: neighbors 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/neighbors={neighbors-neighbor}/neighbor 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf neighbor 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: neighbor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_neighbor_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf neighbor 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: neighbor 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/neighbors={neighbors-neighbor}/remote-as 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf remote-as 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: remote-as 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_remote_as_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf remote-as 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: remote-as 
? /data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/interfaceList={interfaceList-interface}/neighbors={neighbors-neighbor}/fail-over 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf fail-over 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: fail-over 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_interfaceList_interfaceList_interface_neighbors_neighbors_neighbor_fail_over_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: interfaceList-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf fail-over 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: fail-over 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list policies 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: policies 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list policies 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: policies 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/policy-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf policy-name 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: policy-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_policy_name_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf policy-name 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: policy-name 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/as-path-set


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf as-path-set 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: as-path-set 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_as_path_set_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf as-path-set 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: as-path-set 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/ip-prefix


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf ip-prefix 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-prefix 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_ip_prefix_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf ip-prefix 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-prefix 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/source-prefix


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf source-prefix 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: source-prefix 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_source_prefix_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf source-prefix 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: source-prefix 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/mask-range


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf mask-range 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: mask-range 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_mask_range_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf mask-range 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: mask-range 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_interface_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/modifySourceIp


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf modifySourceIp 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: modifySourceIp 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_modifySourceIp_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf modifySourceIp 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: modifySourceIp 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/isStaticRoute


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf isStaticRoute 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: isStaticRoute 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_isStaticRoute_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf isStaticRoute 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: isStaticRoute 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/policies={po licies-policy-name}/gateWay


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf gateWay 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: gateWay 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_policies_policies_policy_name_gateWay_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - Name: policies-policy-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf gateWay 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: gateWay 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bfd


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_post 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container bfd 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: bfd 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bfd/interval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interval 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: interval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_interval_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interval 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: interval 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bfd/min_rx


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf min_rx 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: min_rx 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_min_rx_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf min_rx 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: min_rx 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bfd/multipli er


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf multiplier 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: multiplier 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_multiplier_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf multiplier 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: multiplier 

/data/tailf-mobile-infra:router/bgplist={bgplist-bgp}/bfd/dscp-mar king


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_get 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking' 
      '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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_put 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf dscp-marking 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: dscp-marking 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_delete 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_options 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_head 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    - 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_tailf_mobile_infra_router_bgplist_bgplist_bgp_bfd_dscp_marking_patch 
 
    Parameters: 
    - Name: bgplist-bgp 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: uint32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf dscp-marking 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: dscp-marking 

/data/tailf-mobile-infra:router/bfd


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_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_tailf-mobile-infra_router_bfd' 
      '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_tailf_mobile_infra_router_bfd_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_router_bfd_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container bfd 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: bfd 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_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_tailf_mobile_infra_router_bfd_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container bfd 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: bfd 

/data/tailf-mobile-infra:router/bfd/instance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_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_tailf-mobile-infra_router_bfd_instance' 
      '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_tailf_mobile_infra_router_bfd_instance_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instance 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: instance 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instance 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: instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_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_tailf_mobile_infra_router_bfd_instance_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container instance 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: instance 

/data/tailf-mobile-infra:router/bfd/instance/instance-id


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

/data/tailf-mobile-infra:router/bfd/instance/instance-id={instance -id-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list instance-id 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: instance-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list instance-id 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: instance-id 

/data/tailf-mobile-infra:router/bfd/instance/instance-id={instance -id-id}/id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf id 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: id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_id_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf id 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: id 

/data/tailf-mobile-infra:router/bfd/instance/instance-id={instance -id-id}/interface-list


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:router/bfd/instance/instance-id={instance -id-id}/interface-list={interface-list-interface}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface-list 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: interface-list 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface-list 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: interface-list 
? /data/tailf-mobile-infra:router/bfd/instance/instance-id={instance-id-id}/interface-list={interface-list-interface}/interface 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_interface_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:router/bfd/instance/instance-id={instance -id-id}/interface-list={interface-list-interface}/vrf


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vrf 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: vrf 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_vrf_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vrf 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: vrf 
? /data/tailf-mobile-infra:router/bfd/instance/instance-id={instance-id-id}/interface-list={interface-list-interface}/neighbors 
: options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:router/bfd/instance/instance-id={instance-id-id}/interface-list={interface-list-interface}/neighbors={neighbors-neighbor} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list neighbors 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: neighbors 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list neighbors 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: neighbors 
? /data/tailf-mobile-infra:router/bfd/instance/instance-id={instance-id-id}/interface-list={interface-list-interface}/neighbors={neighbors-neighbor}/neighbor 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor' 
      '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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf neighbor 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: neighbor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_neighbors_neighbors_neighbor_neighbor_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: neighbors-neighbor 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf neighbor 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: neighbor 
? /data/tailf-mobile-infra:router/bfd/instance/instance-id={instance-id-id}/interface-list={interface-list-interface}/gateway-ip 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_get 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_put 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-ip' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf gateway-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: gateway-ip 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_delete 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_options 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_head 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_bfd_instance_instance_id_instance_id_id_interface_list_interface_list_interface_gateway_ip_patch 
 
    Parameters: 
    - Name: instance-id-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: leafref 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-ip' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf gateway-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: gateway-ip 

/data/tailf-mobile-infra:router/monitor-interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_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_tailf-mobile-infra_router_monitor-interface' 
      '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_tailf_mobile_infra_router_monitor_interface_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor-interface 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: monitor-interface 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container monitor-interface 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: monitor-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_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_tailf_mobile_infra_router_monitor_interface_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container monitor-interface 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: monitor-interface 

/data/tailf-mobile-infra:router/monitor-interface/interface-list


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

/data/tailf-mobile-infra:router/monitor-interface/interface-list={ interface-list-interface}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_get 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface' 
      '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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_put 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list interface-list 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: interface-list 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_delete 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_options 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_head 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_patch 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list interface-list 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: interface-list 

/data/tailf-mobile-infra:router/monitor-interface/interface-list={ interface-list-interface}/interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_get 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface' 
      '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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_put 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface 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: interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_delete 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_options 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_head 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_patch 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface 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: interface 

/data/tailf-mobile-infra:router/monitor-interface/interface-list={ interface-list-interface}/linked-interface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_get 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface' 
      '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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_put 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf linked-interface 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: linked-interface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_delete 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_options 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_head 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_linked_interface_patch 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf linked-interface 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: linked-interface 

/data/tailf-mobile-infra:router/monitor-interface/interface-list={ interface-list-interface}/interface-type


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_get 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type' 
      '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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_put 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf interface-type 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: interface-type 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_delete 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_options 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_head 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_router_monitor_interface_interface_list_interface_list_interface_interface_type_patch 
 
    Parameters: 
    - Name: interface-list-interface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf interface-type 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: interface-type 

/data/tailf-mobile-infra:deployment


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_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_tailf-mobile-infra_deployment' 
      '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_tailf_mobile_infra_deployment_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container deployment 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: deployment 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_deployment_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container deployment 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: deployment 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_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_tailf_mobile_infra_deployment_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container deployment 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: deployment 

/data/tailf-mobile-infra:deployment/app-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_app_name_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_tailf-mobile-infra_deployment_app-name' 
      '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_tailf_mobile_infra_deployment_app_name_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_app-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf app-name 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: app-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_app_name_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_app_name_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_app_name_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_tailf_mobile_infra_deployment_app_name_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_app-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf app-name 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: app-name 

/data/tailf-mobile-infra:deployment/cluster-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_cluster_name_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_tailf-mobile-infra_deployment_cluster-name' 
      '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_tailf_mobile_infra_deployment_cluster_name_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_cluster-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cluster-name 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: cluster-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_cluster_name_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_cluster_name_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_cluster_name_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_tailf_mobile_infra_deployment_cluster_name_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_cluster-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cluster-name 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: cluster-name 

/data/tailf-mobile-infra:deployment/dc-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_dc_name_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_tailf-mobile-infra_deployment_dc-name' 
      '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_tailf_mobile_infra_deployment_dc_name_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_dc-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf dc-name 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: dc-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_dc_name_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_dc_name_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_dc_name_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_tailf_mobile_infra_deployment_dc_name_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_dc-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf dc-name 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: dc-name 

/data/tailf-mobile-infra:deployment/model


  get: 
 
    Tags: 
    - data 
    - get 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_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: Deployment Model default large 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_model' 
      '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 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_put 
    Request Body: 
      Description: Deployment Model default large 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_model' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf model 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: model 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_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 
    Summary: Deployment Model default large 
    Description: Deployment Model default large 
    Operation ID: data_tailf_mobile_infra_deployment_model_patch 
    Request Body: 
      Description: Deployment Model default large 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_model' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf model 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: model 

/data/tailf-mobile-infra:deployment/resource


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_resource_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_tailf-mobile-infra_deployment_resource' 
      '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_tailf_mobile_infra_deployment_resource_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resource 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: resource 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_deployment_resource_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resource 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: resource 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_resource_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_resource_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_resource_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_tailf_mobile_infra_deployment_resource_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container resource 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: resource 

/data/tailf-mobile-infra:deployment/resource/cpu


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_resource_cpu_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_tailf-mobile-infra_deployment_resource_cpu' 
      '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_tailf_mobile_infra_deployment_resource_cpu_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource_cpu' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cpu 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: cpu 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_resource_cpu_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_resource_cpu_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_resource_cpu_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_tailf_mobile_infra_deployment_resource_cpu_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource_cpu' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cpu 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: cpu 

/data/tailf-mobile-infra:deployment/logical-nf-instance-id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_deployment_logical_nf_instance_id_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_tailf-mobile-infra_deployment_logical-nf-instance-id' 
      '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_tailf_mobile_infra_deployment_logical_nf_instance_id_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_logical-nf-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf logical-nf-instance-id 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: logical-nf-instance-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_deployment_logical_nf_instance_id_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_deployment_logical_nf_instance_id_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_deployment_logical_nf_instance_id_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_tailf_mobile_infra_deployment_logical_nf_instance_id_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_logical-nf-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf logical-nf-instance-id 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: logical-nf-instance-id 

/data/tailf-mobile-infra:k8


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_k8_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_tailf-mobile-infra_k8' 
      '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_tailf_mobile_infra_k8_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container k8 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: k8 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_k8_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container k8 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: k8 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_k8_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_k8_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_k8_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_tailf_mobile_infra_k8_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container k8 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: k8 

/data/tailf-mobile-infra:k8/label


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_k8_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_tailf-mobile-infra_k8_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_tailf_mobile_infra_k8_label_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container 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 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_k8_label_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container label 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: label 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_k8_label_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_k8_label_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_k8_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_tailf_mobile_infra_k8_label_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container 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 

/data/tailf-mobile-infra:k8/label/pod-group-config


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
? /data/tailf-mobile-infra:k8/label/pod-group-config={pod-group-config-pod-group},{pod-group-config-key},{pod-group-config-value} 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_get 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value' 
      '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_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_put 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list pod-group-config 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: pod-group-config 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_delete 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_options 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_head 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_patch 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list pod-group-config 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: pod-group-config 
? /data/tailf-mobile-infra:k8/label/pod-group-config={pod-group-config-pod-group},{pod-group-config-key},{pod-group-config-value}/pod-group 
: get: 
 
    Tags: 
    - data 
    - get 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_get 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: Group for the VMs 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group' 
      '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 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_put 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Group for the VMs 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf pod-group 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: pod-group 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_delete 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_options 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_head 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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 
    Summary: Group for the VMs 
    Description: Group for the VMs 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_pod_group_patch 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Group for the VMs 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf pod-group 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: pod-group 
? /data/tailf-mobile-infra:k8/label/pod-group-config={pod-group-config-pod-group},{pod-group-config-key},{pod-group-config-value}/key 
: get: 
 
    Tags: 
    - data 
    - get 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_get 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: Key for the label 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key' 
      '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 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_put 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Key for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf key 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: key 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_delete 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_options 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_head 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_key_patch 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Key for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf key 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: key 
? /data/tailf-mobile-infra:k8/label/pod-group-config={pod-group-config-pod-group},{pod-group-config-key},{pod-group-config-value}/value 
: get: 
 
    Tags: 
    - data 
    - get 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_get 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: Value for the label 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value' 
      '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 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_put 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Value for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf value 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: value 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_delete 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_options 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_head 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_k8_label_pod_group_config_pod_group_config_pod_group_pod_group_config_key_pod_group_config_value_value_patch 
 
    Parameters: 
    - Name: pod-group-config-pod-group 
      In: path 
      Description: Group for the VMs 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
    - Name: pod-group-config-key 
      In: path 
      Description: Key for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: pod-group-config-value 
      In: path 
      Description: Value for the label 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Description: Value for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf value 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: value 

/data/tailf-mobile-infra:geo


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geo_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_tailf-mobile-infra_geo' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geo_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: [] 

/data/tailf-mobile-infra:show


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_show_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_tailf-mobile-infra_show' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_show_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: [] 

/data/tailf-mobile-infra:clear


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_clear_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_tailf-mobile-infra_clear' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_clear_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: [] 

/data/tailf-mobile-infra:dump


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_dump_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_tailf-mobile-infra_dump' 
      '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_tailf_mobile_infra_dump_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_dump' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dump 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: dump 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_dump_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_dump-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container dump 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: dump 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_dump_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_dump_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_dump_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_tailf_mobile_infra_dump_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_dump' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container dump 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: dump 

/data/tailf-mobile-infra:config-error


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_config_error_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_tailf-mobile-infra_config-error' 
      '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_tailf_mobile_infra_config_error_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_config-error' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container config-error 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: config-error 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_config_error_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_config-error-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container config-error 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: config-error 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_config_error_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_config_error_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_config_error_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_tailf_mobile_infra_config_error_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_config-error' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container config-error 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: config-error 

/data/tailf-mobile-infra:config-error/info


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_config_error_info_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_tailf-mobile-infra_config-error_info' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_config_error_info_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: [] 

/data/tailf-mobile-infra:config-error/info={info-errorComponent}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_get 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_config-error_info_info-errorComponent' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_head 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:config-error/info={info-errorComponent}/e rrorComponent


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_errorComponent_get 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_config-error_info_info-errorComponent_errorComponent' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_errorComponent_head 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:config-error/info={info-errorComponent}/e rrorDescription


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_errorDescription_get 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_config-error_info_info-errorComponent_errorDescription' 
      '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: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_config_error_info_info_errorComponent_errorDescription_head 
 
    Parameters: 
    - Name: info-errorComponent 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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: [] 

/data/tailf-mobile-infra:resource


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_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_tailf-mobile-infra_resource' 
      '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_tailf_mobile_infra_resource_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resource 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: resource 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_resource_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container resource 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: resource 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_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_tailf_mobile_infra_resource_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container resource 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: resource 

/data/tailf-mobile-infra:resource/pod


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

/data/tailf-mobile-infra:resource/pod={pod-podtype}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list pod 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: pod 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list pod 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: pod 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/podtype


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_podtype_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_podtype' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_podtype_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_podtype' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf podtype 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: podtype 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_podtype_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_podtype_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_podtype_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_podtype_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_podtype' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf podtype 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: podtype 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/cpu


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_cpu' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container cpu 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: cpu 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_post 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container cpu 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: cpu 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container cpu 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: cpu 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/cpu/request


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf request 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: request 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_request_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf request 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: request 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/cpu/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_cpu_limit_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf limit 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: limit 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/memory


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_memory' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_memory_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container memory 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: memory 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_post 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container memory 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: memory 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_memory_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container memory 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: memory 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/memory/request


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_memory_request' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_request' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf request 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: request 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_memory_request_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_request' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf request 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: request 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/memory/limit


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf limit 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: limit 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_memory_limit_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf limit 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: limit 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/gomaxproc


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf gomaxproc 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: gomaxproc 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_gomaxproc_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf gomaxproc 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: gomaxproc 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/labels


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf-mobile-infra_resource_pod_pod-podtype_labels' 
      '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_tailf_mobile_infra_resource_pod_pod_podtype_labels_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container labels 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: labels 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_post 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container labels 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: labels 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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_tailf_mobile_infra_resource_pod_pod_podtype_labels_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container labels 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: labels 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/labels/key


  get: 
 
    Tags: 
    - data 
    - get 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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: Key for the label 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key' 
      '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 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Description: Key for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf key 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: key 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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 
    Summary: Key for the label 
    Description: Key for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_key_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Description: Key for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf key 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: key 

/data/tailf-mobile-infra:resource/pod={pod-podtype}/labels/value


  get: 
 
    Tags: 
    - data 
    - get 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_get 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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: Value for the label 
        Content: 
          application/yang-data+json: 
            Schema: 
              Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value' 
      '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 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_put 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Description: Value for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf value 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: value 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_delete 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_options 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_head 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    - 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 
    Summary: Value for the label 
    Description: Value for the label 
    Operation ID: data_tailf_mobile_infra_resource_pod_pod_podtype_labels_value_patch 
 
    Parameters: 
    - Name: pod-podtype 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: identityref 
    Request Body: 
      Description: Value for the label 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf value 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: value 

/data/tailf-mobile-infra:geomonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_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_tailf-mobile-infra_geomonitor' 
      '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_tailf_mobile_infra_geomonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container geomonitor 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: geomonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_geomonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container geomonitor 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: geomonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_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_tailf_mobile_infra_geomonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container geomonitor 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: geomonitor 

/data/tailf-mobile-infra:geomonitor/podmonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_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_tailf-mobile-infra_geomonitor_podmonitor' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container podmonitor 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: podmonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container podmonitor 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: podmonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_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_tailf_mobile_infra_geomonitor_podmonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container podmonitor 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: podmonitor 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods


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

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list pods 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: pods 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list pods 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: pods 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}/na me


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_name_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}/re tryCount


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryCount 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: retryCount 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryCount_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryCount 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: retryCount 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}/re tryInterval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryInterval 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: retryInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryInterval_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryInterval 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: retryInterval 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}/re tryFailOverInterval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryFailOverInterval 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: retryFailOverInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_retryFailOverInterval_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryFailOverInterval 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: retryFailOverInterval 

/data/tailf-mobile-infra:geomonitor/podmonitor/pods={pods-name}/fa iledReplicaPercent


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_get 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent' 
      '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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_put 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf failedReplicaPercent 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: failedReplicaPercent 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_delete 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_options 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_head 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_podmonitor_pods_pods_name_failedReplicaPercent_patch 
 
    Parameters: 
    - Name: pods-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf failedReplicaPercent 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: failedReplicaPercent 

/data/tailf-mobile-infra:geomonitor/remoteclustermonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_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_tailf-mobile-infra_geomonitor_remoteclustermonitor' 
      '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_tailf_mobile_infra_geomonitor_remoteclustermonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container remoteclustermonitor 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: remoteclustermonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container remoteclustermonitor 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: remoteclustermonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_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_tailf_mobile_infra_geomonitor_remoteclustermonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container remoteclustermonitor 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: remoteclustermonitor 

/data/tailf-mobile-infra:geomonitor/remoteclustermonitor/retryCoun t


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_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_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount' 
      '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_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryCount 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: retryCount 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_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_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryCount_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryCount 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: retryCount 

/data/tailf-mobile-infra:geomonitor/remoteclustermonitor/retryInte rval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_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_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval' 
      '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_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryInterval 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: retryInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_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_tailf_mobile_infra_geomonitor_remoteclustermonitor_retryInterval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryInterval 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: retryInterval 

/data/tailf-mobile-infra:geomonitor/vipmonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_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_tailf-mobile-infra_geomonitor_vipmonitor' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vipmonitor 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: vipmonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container vipmonitor 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: vipmonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_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_tailf_mobile_infra_geomonitor_vipmonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container vipmonitor 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: vipmonitor 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance


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

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list instance 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: instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list instance 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: instance 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/instance-id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instance-id 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: instance-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_instance_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instance-id 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: instance-id 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list vips 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: vips 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list vips 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: vips 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}/vipInterface


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vipInterface 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: vipInterface 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipInterface_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vipInterface 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: vipInterface 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}/vipIp


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vipIp 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: vipIp 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipIp_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vipIp 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: vipIp 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}/vipPort


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf vipPort 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: vipPort 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_vipPort_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf vipPort 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: vipPort 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}/retryCount


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryCount 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: retryCount 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryCount_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryCount 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: retryCount 

/data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance- instance-id}/vips={vips-vipInterface}/retryInterval


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryInterval 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: retryInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryInterval_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryInterval 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: retryInterval 
? /data/tailf-mobile-infra:geomonitor/vipmonitor/instance={instance-instance-id}/vips={vips-vipInterface}/retryFailOverInterval 
: get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval' 
      '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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf retryFailOverInterval 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: retryFailOverInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_geomonitor_vipmonitor_instance_instance_instance_id_vips_vips_vipInterface_retryFailOverInterval_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - Name: vips-vipInterface 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf retryFailOverInterval 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: retryFailOverInterval 

/data/tailf-mobile-infra:geomonitor/trafficMonitor


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_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_tailf-mobile-infra_geomonitor_trafficMonitor' 
      '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_tailf_mobile_infra_geomonitor_trafficMonitor_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container trafficMonitor 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: trafficMonitor 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container trafficMonitor 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: trafficMonitor 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_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_tailf_mobile_infra_geomonitor_trafficMonitor_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container trafficMonitor 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: trafficMonitor 

/data/tailf-mobile-infra:geomonitor/trafficMonitor/thresholdCount:


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_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_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount' 
      '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_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf thresholdCount 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: thresholdCount 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_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_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdCount_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf thresholdCount 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: thresholdCount 

/data/tailf-mobile-infra:geomonitor/trafficMonitor/thresholdInterv al


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_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_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval' 
      '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_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf thresholdInterval 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: thresholdInterval 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_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_tailf_mobile_infra_geomonitor_trafficMonitor_thresholdInterval_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf thresholdInterval 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: thresholdInterval 

/data/tailf-mobile-infra:instances


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_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_tailf-mobile-infra_instances' 
      '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_tailf_mobile_infra_instances_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instances 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: instances 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_instances_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container instances 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: instances 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_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_tailf_mobile_infra_instances_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container instances 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: instances 

/data/tailf-mobile-infra:instances/instance


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

/data/tailf-mobile-infra:instances/instance={instance-instance-id}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id' 
      '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_tailf_mobile_infra_instances_instance_instance_instance_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list instance 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: instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_instances_instance_instance_instance_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list instance 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: instance 

/data/tailf-mobile-infra:instances/instance={instance-instance-id} /instance-id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id' 
      '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_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instance-id 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: instance-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_instances_instance_instance_instance_id_instance_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instance-id 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: instance-id 

/data/tailf-mobile-infra:instances/instance={instance-instance-id} /system-id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id_system-id' 
      '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_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_system-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf system-id 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: system-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_instances_instance_instance_instance_id_system_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_system-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf system-id 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: system-id 

/data/tailf-mobile-infra:instances/instance={instance-instance-id} /cluster-id


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id' 
      '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_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf cluster-id 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: cluster-id 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_instances_instance_instance_instance_id_cluster_id_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf cluster-id 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: cluster-id 

/data/tailf-mobile-infra:instances/instance={instance-instance-id} /slice-name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_get 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name' 
      '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_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_put 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf slice-name 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: slice-name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_delete 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_options 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_head 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    - 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_tailf_mobile_infra_instances_instance_instance_instance_id_slice_name_patch 
 
    Parameters: 
    - Name: instance-instance-id 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: integer 
        Format: int32 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf slice-name 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: slice-name 

/data/tailf-mobile-infra:local-instance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_local_instance_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_tailf-mobile-infra_local-instance' 
      '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_tailf_mobile_infra_local_instance_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container local-instance 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: local-instance 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_local_instance_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container local-instance 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: local-instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_local_instance_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_local_instance_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_local_instance_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_tailf_mobile_infra_local_instance_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container local-instance 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: local-instance 

/data/tailf-mobile-infra:local-instance/instance


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_local_instance_instance_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_tailf-mobile-infra_local-instance_instance' 
      '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_tailf_mobile_infra_local_instance_instance_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance_instance' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf instance 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: instance 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_local_instance_instance_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_local_instance_instance_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_local_instance_instance_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_tailf_mobile_infra_local_instance_instance_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance_instance' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf instance 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: instance 

/data/tailf-mobile-infra:datastore


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_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_tailf-mobile-infra_datastore' 
      '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_tailf_mobile_infra_datastore_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container datastore 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: datastore 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_datastore_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container datastore 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: datastore 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_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_tailf_mobile_infra_datastore_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container datastore 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: datastore 

/data/tailf-mobile-infra:datastore/session-db


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_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_tailf-mobile-infra_datastore_session-db' 
      '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_tailf_mobile_infra_datastore_session_db_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container session-db 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: session-db 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container session-db 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: session-db 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_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_tailf_mobile_infra_datastore_session_db_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container session-db 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: session-db 

/data/tailf-mobile-infra:datastore/session-db/endpoints


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

/data/tailf-mobile-infra:datastore/session-db/endpoints={endpoints -host}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_get 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host' 
      '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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_put 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list endpoints 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: endpoints 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_delete 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_options 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_head 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_patch 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list endpoints 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: endpoints 

/data/tailf-mobile-infra:datastore/session-db/endpoints={endpoints -host}/host


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_get 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host' 
      '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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_put 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf host 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: host 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_delete 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_options 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_head 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_host_patch 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf host 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: host 

/data/tailf-mobile-infra:datastore/session-db/endpoints={endpoints -host}/port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_get 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_put 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_delete 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_options 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_head 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_session_db_endpoints_endpoints_host_port_patch 
 
    Parameters: 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_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/tailf-mobile-infra:datastore/dbs


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

/data/tailf-mobile-infra:datastore/dbs={dbs-name}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_get 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name' 
      '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_tailf_mobile_infra_datastore_dbs_dbs_name_put 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list dbs 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: dbs 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_delete 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_head 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_dbs_dbs_name_patch 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list dbs 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: dbs 

/data/tailf-mobile-infra:datastore/dbs={dbs-name}/name


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_name_get 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name_name' 
      '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_tailf_mobile_infra_datastore_dbs_dbs_name_name_put 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_name' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf name 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: name 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_name_delete 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_name_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_name_head 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_dbs_dbs_name_name_patch 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_name' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf name 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: name 

/data/tailf-mobile-infra:datastore/dbs={dbs-name}/endpoints


  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 

/data/tailf-mobile-infra:datastore/dbs={dbs-name}/endpoints={endpo ints-host}


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_get 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host' 
      '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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_put 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: list endpoints 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: endpoints 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_delete 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_head 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_patch 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: list endpoints 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: endpoints 

/data/tailf-mobile-infra:datastore/dbs={dbs-name}/endpoints={endpo ints-host}/host


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_get 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host' 
      '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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_put 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf host 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: host 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_delete 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_head 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_host_patch 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf host 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: host 

/data/tailf-mobile-infra:datastore/dbs={dbs-name}/endpoints={endpo ints-host}/port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_get 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_put 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_delete 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_options 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_head 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - 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_tailf_mobile_infra_datastore_dbs_dbs_name_endpoints_endpoints_host_port_patch 
 
    Parameters: 
    - Name: dbs-name 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    - Name: endpoints-host 
      In: path 
      Required/Optional: true 
      Style: simple 
      Explode: false 
      Schema: 
        Type: string 
        Format: string 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_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/tailf-mobile-infra:datastore/notification-ep


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_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_tailf-mobile-infra_datastore_notification-ep' 
      '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_tailf_mobile_infra_datastore_notification_ep_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container notification-ep 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: notification-ep 
  Method: Post 
 
    Tags: 
    - data 
    - post 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_post 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep-post' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: container notification-ep 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: notification-ep 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_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_tailf_mobile_infra_datastore_notification_ep_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: container notification-ep 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: notification-ep 

/data/tailf-mobile-infra:datastore/notification-ep/host


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_host_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_tailf-mobile-infra_datastore_notification-ep_host' 
      '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_tailf_mobile_infra_datastore_notification_ep_host_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_host' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: leaf host 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: host 
  delete: 
 
    Tags: 
    - data 
    - delete 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_host_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_host_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_host_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_tailf_mobile_infra_datastore_notification_ep_host_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_host' 
      Required/Optional: true 
 
    Responses: 
      '204': 
        Description: leaf host 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: host 

/data/tailf-mobile-infra:datastore/notification-ep/port


  get: 
 
    Tags: 
    - data 
    - get 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_port_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_tailf-mobile-infra_datastore_notification-ep_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_tailf_mobile_infra_datastore_notification_ep_port_put 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_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_tailf_mobile_infra_datastore_notification_ep_port_delete 
 
    Responses: 
      '204': 
        Description: No Content 
        Content: {} 
    security: 
    - basicAuth: [] 
  options: 
 
    Tags: 
    - data 
    - options 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_port_options 
 
    Responses: 
      '200': 
        Description: OK 
        Content: {} 
    security: 
    - basicAuth: [] 
  head: 
 
    Tags: 
    - data 
    - head 
    Operation ID: data_tailf_mobile_infra_datastore_notification_ep_port_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_tailf_mobile_infra_datastore_notification_ep_port_patch 
    Request Body: 
      Content: 
        application/yang-data+json: 
          Schema: 
            Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_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 

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: 
      tailf-mobile-infra:sessions: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrasessions' 
      tailf-mobile-infra:peers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrapeers' 
      tailf-mobile-infra:rpc: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarpc' 
      tailf-mobile-infra:resources: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresources' 
      tailf-mobile-infra:running-status: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus' 
      tailf-mobile-infra:diagnostics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics' 
      tailf-mobile-infra:infra: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra' 
      tailf-mobile-infra:client: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient' 
      tailf-mobile-infra:edr: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr' 
      tailf-mobile-infra:instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance' 
      tailf-mobile-infra:endpoint: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint' 
      tailf-mobile-infra:vrf: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrf' 
      tailf-mobile-infra:vrf-info: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo' 
      tailf-mobile-infra:logging: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging' 
      tailf-mobile-infra:nodemonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfranodemonitor' 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor' 
      tailf-mobile-infra:router: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter' 
      tailf-mobile-infra:deployment: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment' 
      tailf-mobile-infra:k8: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8' 
      tailf-mobile-infra:geo: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:show: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:clear: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:dump: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:config-error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror' 
      tailf-mobile-infra:resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource' 
      tailf-mobile-infra:geomonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor' 
      tailf-mobile-infra:instances: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstances' 
      tailf-mobile-infra:local-instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralocalinstance' 
      tailf-mobile-infra:datastore: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore' 
  data-put-patch: 
    Type: object 
    Properties: 
      ietf-restconf:data: 
        Reference: '#/components/schemas/dataputpatch_ietfrestconfdata' 
  data_tailf-mobile-infra_clear: 
    Type: object 
    Properties: 
      tailf-mobile-infra:clear: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
  data_tailf-mobile-infra_client: 
    Type: object 
    Properties: 
      tailf-mobile-infra:client: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient' 
  data_tailf-mobile-infra_client-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:http: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http' 
      tailf-mobile-infra:outbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound' 
      tailf-mobile-infra:inbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound' 
  data_tailf-mobile-infra_client_http: 
    Type: object 
    Properties: 
      tailf-mobile-infra:http: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http' 
  data_tailf-mobile-infra_client_http-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:header: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_header' 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_ping' 
  data_tailf-mobile-infra_client_http_header: 
    Type: object 
    Properties: 
      tailf-mobile-infra:header: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_header' 
  data_tailf-mobile-infra_client_http_header-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:user-agent: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: cluster-name 
        enum: 
        - cluster-name 
        - app-name 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_http_header_user-agent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:user-agent: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: cluster-name 
        enum: 
        - cluster-name 
        - app-name 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_http_ping: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_ping' 
  data_tailf-mobile-infra_client_http_ping-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_http_ping_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_http_ping_timeout: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound: 
    Type: object 
    Properties: 
      tailf-mobile-infra:inbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound' 
  data_tailf-mobile-infra_client_inbound-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_interface' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit' 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_interface' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit' 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_pending' 
      tailf-mobile-infra:overload: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_overload' 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload: 
    Type: object 
    Properties: 
      tailf-mobile-infra:overload: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_overload' 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reject-code: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reject-code: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_pending' 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit' 
  data_tailf-mobile-infra_client_inbound_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_pending' 
      tailf-mobile-infra:overload: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_overload' 
  data_tailf-mobile-infra_client_inbound_limit_overload: 
    Type: object 
    Properties: 
      tailf-mobile-infra:overload: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_overload' 
  data_tailf-mobile-infra_client_inbound_limit_overload-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reject-code: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_limit_overload_reject-code: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reject-code: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_limit_pending: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_pending' 
  data_tailf-mobile-infra_client_inbound_limit_pending-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_inbound_limit_pending_request: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound: 
    Type: object 
    Properties: 
      tailf-mobile-infra:outbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound' 
  data_tailf-mobile-infra_client_outbound-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_interface' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit' 
      tailf-mobile-infra:host: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host' 
  data_tailf-mobile-infra_client_outbound_host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host' 
  data_tailf-mobile-infra_client_outbound_host-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host_ping' 
  data_tailf-mobile-infra_client_outbound_host_ping: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host_ping' 
  data_tailf-mobile-infra_client_outbound_host_ping-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:backoff: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:retry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:fast-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:all-host-down-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all-host-down-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_backoff: 
    Type: object 
    Properties: 
      tailf-mobile-infra:backoff: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_fast-interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:fast-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_retry: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_host_ping_timeout: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_interface' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host_ping' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host_ping' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:backoff: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:retry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:fast-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:all-host-down-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all-host-down-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff: 
    Type: object 
    Properties: 
      tailf-mobile-infra:backoff: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:fast-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout: 
    Type: object 
    Properties: 
      tailf-mobile-infra:timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_pending' 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive: 
    Type: object 
    Properties: 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:failure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure: 
    Type: object 
    Properties: 
      tailf-mobile-infra:failure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:codes: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:codes: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_pending' 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response: 
    Type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit' 
  data_tailf-mobile-infra_client_outbound_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_pending' 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive' 
  data_tailf-mobile-infra_client_outbound_limit_consecutive: 
    Type: object 
    Properties: 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive' 
  data_tailf-mobile-infra_client_outbound_limit_consecutive-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:failure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure' 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure: 
    Type: object 
    Properties: 
      tailf-mobile-infra:failure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure' 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:codes: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:codes: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_limit_pending: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_pending' 
  data_tailf-mobile-infra_client_outbound_limit_pending-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_client_outbound_limit_pending_response: 
    Type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_config-error: 
    Type: object 
    Properties: 
      tailf-mobile-infra:config-error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror' 
  data_tailf-mobile-infra_config-error-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_config-error_info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_config-error_info_info-errorComponent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_config-error_info_info-errorComponent_errorComponent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:errorComponent: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_config-error_info_info-errorComponent_errorDescription: 
    Type: object 
    Properties: 
      tailf-mobile-infra:errorDescription: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore: 
    Type: object 
    Properties: 
      tailf-mobile-infra:datastore: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore' 
  data_tailf-mobile-infra_datastore-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:session-db: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb' 
      tailf-mobile-infra:dbs: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_dbs' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:notification-ep: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_notificationep' 
  data_tailf-mobile-infra_datastore_dbs_dbs-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:dbs: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_dbs' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoints: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb_endpoints' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_notification-ep: 
    Type: object 
    Properties: 
      tailf-mobile-infra:notification-ep: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_notificationep' 
  data_tailf-mobile-infra_datastore_notification-ep-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_notification-ep_host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_notification-ep_port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_session-db: 
    Type: object 
    Properties: 
      tailf-mobile-infra:session-db: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb' 
  data_tailf-mobile-infra_datastore_session-db-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoints: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb_endpoints' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoints: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb_endpoints' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host: 
    Type: object 
    Properties: 
      tailf-mobile-infra:host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment: 
    Type: object 
    Properties: 
      tailf-mobile-infra:deployment: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment' 
  data_tailf-mobile-infra_deployment-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:app-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:cluster-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:dc-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:model: 
        Type: string 
        Description: Deployment Model default large (leaf) 
        format: enumeration 
        Default: small 
        enum: 
        - small 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment_resource' 
      tailf-mobile-infra:logical-nf-instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_app-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:app-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_cluster-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cluster-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_dc-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:dc-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_logical-nf-instance-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:logical-nf-instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_model: 
    Type: object 
    Properties: 
      tailf-mobile-infra:model: 
        Type: string 
        Description: Deployment Model default large (leaf) 
        format: enumeration 
        Default: small 
        enum: 
        - small 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_resource: 
    Type: object 
    Properties: 
      tailf-mobile-infra:resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment_resource' 
  data_tailf-mobile-infra_deployment_resource-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_deployment_resource_cpu: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics: 
    Type: object 
    Properties: 
      tailf-mobile-infra:diagnostics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics' 
  data_tailf-mobile-infra_diagnostics-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_diagnostics_info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_component: 
    Type: object 
    Properties: 
      tailf-mobile-infra:component: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_diagnostic: 
    Type: object 
    Properties: 
      tailf-mobile-infra:diagnostic: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_retries: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retries: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_startTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_diagnostics_info_info-podInstance_info-diagnostic_status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_dump: 
    Type: object 
    Properties: 
      tailf-mobile-infra:dump: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
  data_tailf-mobile-infra_dump-post: 
    Type: object 
  data_tailf-mobile-infra_edr: 
    Type: object 
    Properties: 
      tailf-mobile-infra:edr: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr' 
  data_tailf-mobile-infra_edr-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reporting: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:edrsubscribers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_edrsubscribers' 
      tailf-mobile-infra:all: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_all' 
      tailf-mobile-infra:file: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file' 
  data_tailf-mobile-infra_edr_all: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_all' 
  data_tailf-mobile-infra_edr_all-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:subscribers: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_all_subscribers: 
    Type: object 
    Properties: 
      tailf-mobile-infra:subscribers: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_edrsubscribers: 
    Type: object 
    Properties: 
      tailf-mobile-infra:edrsubscribers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_edrsubscribers' 
  data_tailf-mobile-infra_edr_edrsubscribers-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:subscribers: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:subscribers: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  data_tailf-mobile-infra_edr_file: 
    Type: object 
    Properties: 
      tailf-mobile-infra:file: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file' 
  data_tailf-mobile-infra_edr_file-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:files: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_files' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_edr_file_files_files-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:files: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_files' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_edr_file_files_files-name_flush: 
    Type: object 
    Properties: 
      tailf-mobile-infra:flush: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_flush' 
  data_tailf-mobile-infra_edr_file_files_files-name_flush-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_flush_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_limit' 
  data_tailf-mobile-infra_edr_file_files_files-name_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:storage: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_storage: 
    Type: object 
    Properties: 
      tailf-mobile-infra:storage: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure: 
    Type: object 
    Properties: 
      tailf-mobile-infra:procedure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure' 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable-event-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableeventid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable-event-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableeventid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable-inner: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner' 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:event: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event' 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event: 
    Type: object 
    Properties: 
      tailf-mobile-infra:event: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event' 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:enable-field-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enablefieldid' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event 
  : type: object 
    Properties: 
      tailf-mobile-infra:enable-field-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enablefieldid' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable 
  : type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enable' 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:field: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id 
  : type: object 
    Properties: 
      tailf-mobile-infra:field: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event 
  : type: object 
    Properties: 
      tailf-mobile-infra:event: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure: 
    Type: object 
    Properties: 
      tailf-mobile-infra:procedure: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_rate: 
    Type: object 
    Properties: 
      tailf-mobile-infra:rate: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_reporting: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reporting: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold: 
    Type: object 
    Properties: 
      tailf-mobile-infra:threshold: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_threshold' 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:session: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold_session: 
    Type: object 
    Properties: 
      tailf-mobile-infra:session: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_file_files_files-name_verbose: 
    Type: object 
    Properties: 
      tailf-mobile-infra:verbose: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_edr_reporting: 
    Type: object 
    Properties: 
      tailf-mobile-infra:reporting: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoint: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint' 
  data_tailf-mobile-infra_endpoint-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_endpoint_all: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_Interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:Interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_address: 
    Type: object 
    Properties: 
      tailf-mobile-infra:address: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_endpoint: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoint: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_grInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_internal: 
    Type: object 
    Properties: 
      tailf-mobile-infra:internal: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_startTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_stoppedTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stoppedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_all_all-grInstance_all-endpoint_all-address_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_Interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:Interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_address: 
    Type: object 
    Properties: 
      tailf-mobile-infra:address: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_endpoint: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoint: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_grInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_internal: 
    Type: object 
    Properties: 
      tailf-mobile-infra:internal: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_startTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_stoppedTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stoppedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_endpoint_info_info-grInstance_info-endpoint_info-address_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geo: 
    Type: object 
    Properties: 
      tailf-mobile-infra:geo: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
  data_tailf-mobile-infra_geomonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:geomonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor' 
  data_tailf-mobile-infra_geomonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor' 
      tailf-mobile-infra:remoteclustermonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_remoteclustermonitor' 
      tailf-mobile-infra:vipmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor' 
      tailf-mobile-infra:trafficMonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_trafficMonitor' 
  data_tailf-mobile-infra_geomonitor_podmonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor' 
  data_tailf-mobile-infra_geomonitor_podmonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pods: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor_pods' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pods: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor_pods' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:failedReplicaPercent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryFailOverInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:remoteclustermonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_remoteclustermonitor' 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_trafficMonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:trafficMonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_trafficMonitor' 
  data_tailf-mobile-infra_geomonitor_trafficMonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:thresholdCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:thresholdInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:thresholdCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:thresholdInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vipmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor' 
  data_tailf-mobile-infra_geomonitor_vipmonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor_instance' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor_instance' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vips: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor_vips' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryFailOverInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vipInterface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vipIp: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vipPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra: 
    Type: object 
    Properties: 
      tailf-mobile-infra:infra: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra' 
  data_tailf-mobile-infra_infra-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:metrics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics' 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction' 
  data_tailf-mobile-infra_infra_metrics: 
    Type: object 
    Properties: 
      tailf-mobile-infra:metrics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics' 
  data_tailf-mobile-infra_infra_metrics-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:experimental: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_experimental' 
      tailf-mobile-infra:verbose: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose' 
  data_tailf-mobile-infra_infra_metrics_experimental: 
    Type: object 
    Properties: 
      tailf-mobile-infra:experimental: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_experimental' 
  data_tailf-mobile-infra_infra_metrics_experimental-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:version: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_metrics_experimental_version: 
    Type: object 
    Properties: 
      tailf-mobile-infra:version: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_metrics_verbose: 
    Type: object 
    Properties: 
      tailf-mobile-infra:verbose: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose' 
  data_tailf-mobile-infra_infra_metrics_verbose-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:verboseLevels: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_verboseLevels' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType: 
    Type: object 
    Properties: 
      tailf-mobile-infra:verboseLevels: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_verboseLevels' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level: 
    Type: object 
    Properties: 
      tailf-mobile-infra:level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics: 
    Type: object 
    Properties: 
      tailf-mobile-infra:metrics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_metrics' 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:metricsList: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_metrics_metricsList' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:metricsList: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_metrics_metricsList' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id 
  : type: object 
    Properties: 
      tailf-mobile-infra:granular-labels: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level 
  : type: object 
    Properties: 
      tailf-mobile-infra:level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name 
  : type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podType: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pods: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_pods' 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod-names: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_pods_podnames' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod-names: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_pods_podnames' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level: 
    Type: object 
    Properties: 
      tailf-mobile-infra:level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:pod-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction' 
  data_tailf-mobile-infra_infra_transaction-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit' 
      tailf-mobile-infra:loop: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop' 
  data_tailf-mobile-infra_infra_transaction_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit' 
  data_tailf-mobile-infra_infra_transaction_limit-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive' 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive: 
    Type: object 
    Properties: 
      tailf-mobile-infra:consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive' 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:same: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive_same' 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same: 
    Type: object 
    Properties: 
      tailf-mobile-infra:same: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive_same' 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_limit_stage: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop: 
    Type: object 
    Properties: 
      tailf-mobile-infra:loop: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop' 
  data_tailf-mobile-infra_infra_transaction_loop-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:detection: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:category: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_category' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:category: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_category' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold: 
    Type: object 
    Properties: 
      tailf-mobile-infra:threshold: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_threshold' 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:thresholds: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_threshold_thresholds' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:thresholds: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_threshold_thresholds' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action: 
    Type: object 
    Properties: 
      tailf-mobile-infra:action: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: noop 
        enum: 
        - noop 
        - log-event 
        - kill-session 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_infra_transaction_loop_detection: 
    Type: object 
    Properties: 
      tailf-mobile-infra:detection: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance' 
  data_tailf-mobile-infra_instance-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_instanceid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_instanceid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoint: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ep: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_ep' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ep: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_ep' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:certificate-name: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype: 
    Type: object 
    Properties: 
      tailf-mobile-infra:eptype: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instancetype: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: IPv4 
        enum: 
        - IPv4 
        - IPv6 
        - Dual 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_interface' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:certificate-name: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher 
  : type: object 
    Properties: 
      tailf-mobile-infra:dispatcher: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:outbound: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:cache: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:threshold: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:expiry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:nonresponsive: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:flowctrl-group: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache 
  : type: object 
    Properties: 
      tailf-mobile-infra:cache: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count 
  : type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry 
  : type: object 
    Properties: 
      tailf-mobile-infra:expiry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:flowctrl-group: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name 
  : type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound-capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound-rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive 
  : type: object 
    Properties: 
      tailf-mobile-infra:nonresponsive: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold 
  : type: object 
    Properties: 
      tailf-mobile-infra:threshold: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype 
  : type: object 
    Properties: 
      tailf-mobile-infra:instancetype: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: IPv4 
        enum: 
        - IPv4 
        - IPv6 
        - Dual 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type 
  : type: object 
    Properties: 
      tailf-mobile-infra:interface-type: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal 
  : type: object 
    Properties: 
      tailf-mobile-infra:internal: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start 
  : type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth 
  : type: object 
    Properties: 
      tailf-mobile-infra:loopbackEth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort 
  : type: object 
    Properties: 
      tailf-mobile-infra:loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor 
  : type: object 
    Properties: 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_monitor' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol 
  : type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable 
  : type: object 
    Properties: 
      tailf-mobile-infra:mtls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip6' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla: 
    Type: object 
    Properties: 
      tailf-mobile-infra:sla: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_sla' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:procedure: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure 
  : type: object 
    Properties: 
      tailf-mobile-infra:procedure: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response 
  : type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable 
  : type: object 
    Properties: 
      tailf-mobile-infra:tls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme 
  : type: object 
    Properties: 
      tailf-mobile-infra:uri-scheme: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: http 
        enum: 
        - http 
        - https 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip6_1' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal: 
    Type: object 
    Properties: 
      tailf-mobile-infra:internal: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start: 
    Type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth: 
    Type: object 
    Properties: 
      tailf-mobile-infra:loopbackEth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort: 
    Type: object 
    Properties: 
      tailf-mobile-infra:loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_monitor' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol: 
    Type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:mtls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes: 
    Type: object 
    Properties: 
      tailf-mobile-infra:nodes: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_replicas: 
    Type: object 
    Properties: 
      tailf-mobile-infra:replicas: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:service: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_service' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type 
  : type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_interface' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:certificate-name: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher 
  : type: object 
    Properties: 
      tailf-mobile-infra:dispatcher: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:outbound: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:cache: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:threshold: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:expiry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:nonresponsive: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:flowctrl-group: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache 
  : type: object 
    Properties: 
      tailf-mobile-infra:cache: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count 
  : type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry 
  : type: object 
    Properties: 
      tailf-mobile-infra:expiry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:flowctrl-group: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name 
  : type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound-capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound-rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive 
  : type: object 
    Properties: 
      tailf-mobile-infra:nonresponsive: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound 
  : type: object 
    Properties: 
      tailf-mobile-infra:outbound: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit 
  : type: object 
    Properties: 
      tailf-mobile-infra:rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold 
  : type: object 
    Properties: 
      tailf-mobile-infra:threshold: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype 
  : type: object 
    Properties: 
      tailf-mobile-infra:instancetype: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: IPv4 
        enum: 
        - IPv4 
        - IPv6 
        - Dual 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type 
  : type: object 
    Properties: 
      tailf-mobile-infra:interface-type: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal 
  : type: object 
    Properties: 
      tailf-mobile-infra:internal: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start 
  : type: object 
    Properties: 
      tailf-mobile-infra:start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth 
  : type: object 
    Properties: 
      tailf-mobile-infra:loopbackEth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort 
  : type: object 
    Properties: 
      tailf-mobile-infra:loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor 
  : type: object 
    Properties: 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_monitor' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol 
  : type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable 
  : type: object 
    Properties: 
      tailf-mobile-infra:mtls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip6' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:sec-vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla 
  : type: object 
    Properties: 
      tailf-mobile-infra:sla: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_sla' 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla-post 
  : type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:procedure: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure 
  : type: object 
    Properties: 
      tailf-mobile-infra:procedure: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response 
  : type: object 
    Properties: 
      tailf-mobile-infra:response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable 
  : type: object 
    Properties: 
      tailf-mobile-infra:tls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme 
  : type: object 
    Properties: 
      tailf-mobile-infra:uri-scheme: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: http 
        enum: 
        - http 
        - https 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip6_1' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline 
  : type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-ip 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-port 
  : type: object 
    Properties: 
      tailf-mobile-infra:vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf 
  : type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name 
  : type: object 
    Properties: 
      tailf-mobile-infra:service-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level: 
    Type: object 
    Properties: 
      tailf-mobile-infra:system-health-level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:warn: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
      tailf-mobile-infra:critical: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
      tailf-mobile-infra:crash: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash: 
    Type: object 
    Properties: 
      tailf-mobile-infra:crash: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs: 
    Type: object 
    Properties: 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine 
  : type: object 
    Properties: 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical: 
    Type: object 
    Properties: 
      tailf-mobile-infra:critical: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs 
  : type: object 
    Properties: 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine 
  : type: object 
    Properties: 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn: 
    Type: object 
    Properties: 
      tailf-mobile-infra:warn: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs: 
    Type: object 
    Properties: 
      tailf-mobile-infra:memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine 
  : type: object 
    Properties: 
      tailf-mobile-infra:num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme: 
    Type: object 
    Properties: 
      tailf-mobile-infra:uri-scheme: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: http 
        enum: 
        - http 
        - https 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip6' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline: 
    Type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline: 
    Type: object 
    Properties: 
      tailf-mobile-infra:offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-ip: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-port: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:id: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instances: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instances: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstances' 
  data_tailf-mobile-infra_instances-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstances_instance' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instances_instance_instance-instance-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstances_instance' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cluster-id: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:slice-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_system-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:system-id: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_k8: 
    Type: object 
    Properties: 
      tailf-mobile-infra:k8: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8' 
  data_tailf-mobile-infra_k8-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:label: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label' 
  data_tailf-mobile-infra_k8_label: 
    Type: object 
    Properties: 
      tailf-mobile-infra:label: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label' 
  data_tailf-mobile-infra_k8_label-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod-group-config: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label_podgroupconfig' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod-group-config: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label_podgroupconfig' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key 
  : type: object 
    Properties: 
      tailf-mobile-infra:key: 
        Type: string 
        Description: Key for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group 
  : type: object 
    Properties: 
      tailf-mobile-infra:pod-group: 
        Type: string 
        Description: Group for the VMs (leaf) 
        format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value 
  : type: object 
    Properties: 
      tailf-mobile-infra:value: 
        Type: string 
        Description: Value for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_local-instance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:local-instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralocalinstance' 
  data_tailf-mobile-infra_local-instance-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_local-instance_instance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging: 
    Type: object 
    Properties: 
      tailf-mobile-infra:logging: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging' 
  data_tailf-mobile-infra_logging-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_transaction' 
      tailf-mobile-infra:level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_level' 
      tailf-mobile-infra:logger: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfralogging_logger' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:async: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async' 
      tailf-mobile-infra:error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_error' 
  data_tailf-mobile-infra_logging_async: 
    Type: object 
    Properties: 
      tailf-mobile-infra:async: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async' 
  data_tailf-mobile-infra_logging_async-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      tailf-mobile-infra:tracing: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      tailf-mobile-infra:monitor-subscriber: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
  data_tailf-mobile-infra_logging_async_application: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
  data_tailf-mobile-infra_logging_async_application-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_application_disable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_application_enable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
  data_tailf-mobile-infra_logging_async_application_enable-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_application_enable_buffer-size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_monitor-subscriber: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor-subscriber: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
  data_tailf-mobile-infra_logging_async_monitor-subscriber-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_disable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_tracing: 
    Type: object 
    Properties: 
      tailf-mobile-infra:tracing: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
  data_tailf-mobile-infra_logging_async_tracing-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_tracing_disable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_tracing_enable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
  data_tailf-mobile-infra_logging_async_tracing_enable-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_tracing_enable_buffer-size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_transaction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
  data_tailf-mobile-infra_logging_async_transaction-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_transaction_disable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_transaction_enable: 
    Type: object 
    Properties: 
      tailf-mobile-infra:enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
  data_tailf-mobile-infra_logging_async_transaction_enable-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_async_transaction_enable_buffer-size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_error: 
    Type: object 
    Properties: 
      tailf-mobile-infra:error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_error' 
  data_tailf-mobile-infra_logging_error-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stack: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_error_stack: 
    Type: object 
    Properties: 
      tailf-mobile-infra:stack: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_level: 
    Type: object 
    Properties: 
      tailf-mobile-infra:level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_level' 
  data_tailf-mobile-infra_logging_level-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:transaction: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:tracing: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:monitor-subscriber: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_level_application: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_level_monitor-subscriber: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor-subscriber: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_level_tracing: 
    Type: object 
    Properties: 
      tailf-mobile-infra:tracing: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_level_transaction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:logger: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfralogging_logger' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_logging_logger_logger-name_level: 
    Type: object 
    Properties: 
      tailf-mobile-infra:level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_level' 
  data_tailf-mobile-infra_logging_logger_logger-name_level-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:transaction: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:tracing: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:monitor-subscriber: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name_level_application: 
    Type: object 
    Properties: 
      tailf-mobile-infra:application: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor-subscriber: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name_level_tracing: 
    Type: object 
    Properties: 
      tailf-mobile-infra:tracing: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name_level_transaction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_logger_logger-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_transaction' 
  data_tailf-mobile-infra_logging_transaction-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:persist: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:max-file-size: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:max-rotation: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:message: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:duplicate: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction_duplicate: 
    Type: object 
    Properties: 
      tailf-mobile-infra:duplicate: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction_max-file-size: 
    Type: object 
    Properties: 
      tailf-mobile-infra:max-file-size: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction_max-rotation: 
    Type: object 
    Properties: 
      tailf-mobile-infra:max-rotation: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction_message: 
    Type: object 
    Properties: 
      tailf-mobile-infra:message: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_logging_transaction_persist: 
    Type: object 
    Properties: 
      tailf-mobile-infra:persist: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_monitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor' 
  data_tailf-mobile-infra_monitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_bfd' 
      tailf-mobile-infra:protocol: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_protocol' 
  data_tailf-mobile-infra_monitor_bfd: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_bfd' 
  data_tailf-mobile-infra_monitor_bfd-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:node-status: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_monitor_bfd_node-status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:node-status: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_monitor_protocol: 
    Type: object 
    Properties: 
      tailf-mobile-infra:protocol: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_protocol' 
  data_tailf-mobile-infra_monitor_protocol-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_monitor_protocol_cpu-limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_nodemonitor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:nodemonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfranodemonitor' 
  data_tailf-mobile-infra_nodemonitor-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:mode: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: '0' 
        enum: 
        - '0' 
        - '1' 
        - '2' 
        - '3' 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_nodemonitor_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_nodemonitor_mode: 
    Type: object 
    Properties: 
      tailf-mobile-infra:mode: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: '0' 
        enum: 
        - '0' 
        - '1' 
        - '2' 
        - '3' 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers: 
    Type: object 
    Properties: 
      tailf-mobile-infra:peers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrapeers' 
  data_tailf-mobile-infra_peers-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrapeers_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_peers_all: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrapeers_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrapeers_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_additionalDetails: 
    Type: object 
    Properties: 
      tailf-mobile-infra:additionalDetails: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_connectedTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:connectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_direction: 
    Type: object 
    Properties: 
      tailf-mobile-infra:direction: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_endpoint: 
    Type: object 
    Properties: 
      tailf-mobile-infra:endpoint: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_grInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_interfaceName: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interfaceName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_localAddress: 
    Type: object 
    Properties: 
      tailf-mobile-infra:localAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_peerAddress: 
    Type: object 
    Properties: 
      tailf-mobile-infra:peerAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_rpc: 
    Type: object 
    Properties: 
      tailf-mobile-infra:rpc: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_peers_all_all-grInstance_all-endpoint_all-localAddress_all-peerAddress_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource: 
    Type: object 
    Properties: 
      tailf-mobile-infra:resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource' 
  data_tailf-mobile-infra_resource-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresource_pod' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_resource_pod_pod-podtype: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pod: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresource_pod' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpu: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_cpu' 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gomaxproc: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels: 
    Type: object 
    Properties: 
      tailf-mobile-infra:labels: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_labels' 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:key: 
        Type: string 
        Description: Key for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:value: 
        Type: string 
        Description: Value for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key: 
    Type: object 
    Properties: 
      tailf-mobile-infra:key: 
        Type: string 
        Description: Key for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value: 
    Type: object 
    Properties: 
      tailf-mobile-infra:value: 
        Type: string 
        Description: Value for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory: 
    Type: object 
    Properties: 
      tailf-mobile-infra:memory: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_cpu' 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory_request: 
    Type: object 
    Properties: 
      tailf-mobile-infra:request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resource_pod_pod-podtype_podtype: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podtype: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources: 
    Type: object 
    Properties: 
      tailf-mobile-infra:resources: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresources' 
  data_tailf-mobile-infra_resources-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresources_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_resources_info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresources_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_resources_info_info-podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresources_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_resources_info_info-podInstance_cpuUsage: 
    Type: object 
    Properties: 
      tailf-mobile-infra:cpuUsage: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_diskUsageInKbps: 
    Type: object 
    Properties: 
      tailf-mobile-infra:diskUsageInKbps: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_gcCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gcCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_gcPauseInNS: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gcPauseInNS: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_goRoutinesCount: 
    Type: object 
    Properties: 
      tailf-mobile-infra:goRoutinesCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_totalNodeMemoryInMB: 
    Type: object 
    Properties: 
      tailf-mobile-infra:totalNodeMemoryInMB: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_resources_info_info-podInstance_usedPodMemoryInMB: 
    Type: object 
    Properties: 
      tailf-mobile-infra:usedPodMemoryInMB: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router: 
    Type: object 
    Properties: 
      tailf-mobile-infra:router: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter' 
  data_tailf-mobile-infra_router-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bgplist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bgplist' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1' 
      tailf-mobile-infra:monitor-interface: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface' 
  data_tailf-mobile-infra_router_bfd: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1' 
  data_tailf-mobile-infra_router_bfd-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance' 
  data_tailf-mobile-infra_router_bfd_instance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance' 
  data_tailf-mobile-infra_router_bfd_instance-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_instanceid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_instanceid' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id: 
    Type: object 
    Properties: 
      tailf-mobile-infra:id: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface-list: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_interfacelist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-ip: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gateway-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor 
  : type: object 
    Properties: 
      tailf-mobile-infra:neighbors: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_neighbors' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor 
  : type: object 
    Properties: 
      tailf-mobile-infra:neighbor: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bgplist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bgplist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd' 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:min_rx: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:multiplier: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      tailf-mobile-infra:dscp-marking: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: none 
        enum: 
        - none 
        - cs6 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking: 
    Type: object 
    Properties: 
      tailf-mobile-infra:dscp-marking: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: none 
        enum: 
        - none 
        - cs6 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx: 
    Type: object 
    Properties: 
      tailf-mobile-infra:min_rx: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier: 
    Type: object 
    Properties: 
      tailf-mobile-infra:multiplier: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp: 
    Type: object 
    Properties: 
      tailf-mobile-infra:bgp: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interfaceList: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_interfaceList' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface 
  : type: object 
    Properties: 
      tailf-mobile-infra:bondingInterfaces: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bondingInterfaces' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface 
  : type: object 
    Properties: 
      tailf-mobile-infra:bondingInterface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor: 
    Type: object 
    Properties: 
      tailf-mobile-infra:neighbors: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_neighbors' 
        x-yang: 
          Type: list 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over 
  : type: object 
    Properties: 
      tailf-mobile-infra:fail-over: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: bfd 
        enum: 
        - bfd 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor 
  : type: object 
    Properties: 
      tailf-mobile-infra:neighbor: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as 
  : type: object 
    Properties: 
      tailf-mobile-infra:remote-as: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute: 
    Type: object 
    Properties: 
      tailf-mobile-infra:learnDefaultRoute: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort: 
    Type: object 
    Properties: 
      tailf-mobile-infra:loopbackBFDPort: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort: 
    Type: object 
    Properties: 
      tailf-mobile-infra:loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:policies: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_policies' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set: 
    Type: object 
    Properties: 
      tailf-mobile-infra:as-path-set: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gateWay: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix: 
    Type: object 
    Properties: 
      tailf-mobile-infra:ip-prefix: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute: 
    Type: object 
    Properties: 
      tailf-mobile-infra:isStaticRoute: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range: 
    Type: object 
    Properties: 
      tailf-mobile-infra:mask-range: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp: 
    Type: object 
    Properties: 
      tailf-mobile-infra:modifySourceIp: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:policy-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix: 
    Type: object 
    Properties: 
      tailf-mobile-infra:source-prefix: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_monitor-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitor-interface: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface' 
  data_tailf-mobile-infra_router_monitor-interface-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface-list: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface_interfacelist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface-list: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface_interfacelist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:interface-type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface: 
    Type: object 
    Properties: 
      tailf-mobile-infra:linked-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc: 
    Type: object 
    Properties: 
      tailf-mobile-infra:rpc: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarpc' 
  data_tailf-mobile-infra_rpc-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarpc_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_rpc_all: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarpc_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarpc_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_connectedTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:connectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_disconnectedTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:disconnectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_monitorRPCHost: 
    Type: object 
    Properties: 
      tailf-mobile-infra:monitorRPCHost: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_processingInstanceInfo: 
    Type: object 
    Properties: 
      tailf-mobile-infra:processingInstanceInfo: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_remoteAddress: 
    Type: object 
    Properties: 
      tailf-mobile-infra:remoteAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_remoteHost: 
    Type: object 
    Properties: 
      tailf-mobile-infra:remoteHost: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_setName: 
    Type: object 
    Properties: 
      tailf-mobile-infra:setName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_type: 
    Type: object 
    Properties: 
      tailf-mobile-infra:type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_version: 
    Type: object 
    Properties: 
      tailf-mobile-infra:version: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_rpc_all_all-podInstance_all-name_all-remoteAddress_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_running-status: 
    Type: object 
    Properties: 
      tailf-mobile-infra:running-status: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus' 
  data_tailf-mobile-infra_running-status-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_running-status_info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_running-status_info_info-podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus_info' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_running-status_info_info-podInstance_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_running-status_info_info-podInstance_runningStatus: 
    Type: object 
    Properties: 
      tailf-mobile-infra:runningStatus: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_running-status_info_info-podInstance_startTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_running-status_info_info-podInstance_systemHealth: 
    Type: object 
    Properties: 
      tailf-mobile-infra:systemHealth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions: 
    Type: object 
    Properties: 
      tailf-mobile-infra:sessions: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrasessions' 
  data_tailf-mobile-infra_sessions-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:commit-pending: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_commitpending' 
        x-yang: 
          Type: list 
      tailf-mobile-infra:affinity: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_affinity' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_sessions_affinity: 
    Type: object 
    Properties: 
      tailf-mobile-infra:affinity: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_affinity' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_sessions_affinity_affinity-podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:affinity: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_affinity' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_sessions_affinity_affinity-podInstance_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_affinity_affinity-podInstance_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending: 
    Type: object 
    Properties: 
      tailf-mobile-infra:commit-pending: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_commitpending' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:commit-pending: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_commitpending' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_count: 
    Type: object 
    Properties: 
      tailf-mobile-infra:count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_dbBinarySize: 
    Type: object 
    Properties: 
      tailf-mobile-infra:dbBinarySize: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_grInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_lastDbSyncTime: 
    Type: object 
    Properties: 
      tailf-mobile-infra:lastDbSyncTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_pendingCommit: 
    Type: object 
    Properties: 
      tailf-mobile-infra:pendingCommit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_sessions_commit-pending_commit-pending-podInstance_commit-pending-grInstance_podInstance: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_show: 
    Type: object 
    Properties: 
      tailf-mobile-infra:show: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
  data_tailf-mobile-infra_vrf: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrf' 
  data_tailf-mobile-infra_vrf-info: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrf-info: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo' 
  data_tailf-mobile-infra_vrf-info-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_vrf-info_all: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_vrf-info_all_all-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo_all' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_vrf-info_all_all-name_device: 
    Type: object 
    Properties: 
      tailf-mobile-infra:device: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_gateway: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gateway: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_gatewayIpv6: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gatewayIpv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_linkDevice: 
    Type: object 
    Properties: 
      tailf-mobile-infra:linkDevice: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_podName: 
    Type: object 
    Properties: 
      tailf-mobile-infra:podName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_state: 
    Type: object 
    Properties: 
      tailf-mobile-infra:state: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-info_all_all-name_tableId: 
    Type: object 
    Properties: 
      tailf-mobile-infra:tableId: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf-post: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrflist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrf_vrflist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:vrflist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrf_vrflist' 
        x-yang: 
          Type: list 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_device: 
    Type: object 
    Properties: 
      tailf-mobile-infra:device: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gateway: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6: 
    Type: object 
    Properties: 
      tailf-mobile-infra:gatewayIpv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice: 
    Type: object 
    Properties: 
      tailf-mobile-infra:linkDevice: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_name: 
    Type: object 
    Properties: 
      tailf-mobile-infra:name: 
        Type: string 
        Description: (leaf) 
        format: string 
        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_tailfmobileinfrasessions_commitpending: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      pendingCommit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      dbBinarySize: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      lastDbSyncTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrasessions_affinity: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrasessions: 
    Type: object 
    Properties: 
      commit-pending: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_commitpending' 
        x-yang: 
          Type: list 
      affinity: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrasessions_affinity' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrapeers_all: 
    Type: object 
    Properties: 
      grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      endpoint: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      localAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      peerAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      direction: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      Type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      connectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      rpc: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      additionalDetails: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      interfaceName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrapeers: 
    Type: object 
    Properties: 
      all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrapeers_all' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrarpc_all: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      remoteAddress: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      remoteHost: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      Type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      setName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      connectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      disconnectedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      monitorRPCHost: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      processingInstanceInfo: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      version: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarpc: 
    Type: object 
    Properties: 
      all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarpc_all' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraresources_info: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cpuUsage: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      totalNodeMemoryInMB: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      usedPodMemoryInMB: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      diskUsageInKbps: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      goRoutinesCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      gcCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      gcPauseInNS: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfraresources: 
    Type: object 
    Properties: 
      info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresources_info' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrarunningstatus_info: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      runningStatus: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      systemHealth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarunningstatus: 
    Type: object 
    Properties: 
      info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus_info' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfradiagnostics_info: 
    Type: object 
    Properties: 
      podInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      diagnostic: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      component: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      retries: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfradiagnostics: 
    Type: object 
    Properties: 
      info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics_info' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_metrics_experimental: 
    Type: object 
    Properties: 
      version: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_metrics_verbose_pods_podnames: 
    Type: object 
    Properties: 
      pod-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainfra_metrics_verbose_pods: 
    Type: object 
    Properties: 
      pod-names: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_pods_podnames' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_metrics_verbose_metrics_metricsList: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
      granular-labels: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
  datapost_tailfmobileinfrainfra_metrics_verbose_metrics: 
    Type: object 
    Properties: 
      metricsList: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_metrics_metricsList' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_metrics_verbose_verboseLevels: 
    Type: object 
    Properties: 
      podType: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: protocol 
        enum: 
        - protocol 
        - load-balancer 
        - service 
        - application 
        x-yang: 
          Type: leaf 
      pods: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_pods' 
      level: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: production 
        enum: 
        - production 
        - debug 
        - trace 
        - 'off' 
        x-yang: 
          Type: leaf 
      metrics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_metrics' 
  datapost_tailfmobileinfrainfra_metrics_verbose: 
    Type: object 
    Properties: 
      verboseLevels: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose_verboseLevels' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_metrics: 
    Type: object 
    Properties: 
      experimental: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_experimental' 
      verbose: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics_verbose' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction_limit_consecutive_same: 
    Type: object 
    Properties: 
      stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction_limit_consecutive: 
    Type: object 
    Properties: 
      same: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive_same' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction_limit: 
    Type: object 
    Properties: 
      stage: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit_consecutive' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction_loop_threshold_thresholds: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: low 
        enum: 
        - low 
        - high 
        x-yang: 
          Type: leaf 
      count: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      action: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: noop 
        enum: 
        - noop 
        - log-event 
        - kill-session 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainfra_transaction_loop_threshold: 
    Type: object 
    Properties: 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      thresholds: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_threshold_thresholds' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction_loop_category: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      threshold: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_threshold' 
  datapost_tailfmobileinfrainfra_transaction_loop: 
    Type: object 
    Properties: 
      detection: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      category: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop_category' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra_transaction: 
    Type: object 
    Properties: 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_limit' 
      loop: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction_loop' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainfra: 
    Type: object 
    Properties: 
      metrics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_metrics' 
      transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra_transaction' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_http_header: 
    Type: object 
    Properties: 
      user-agent: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: cluster-name 
        enum: 
        - cluster-name 
        - app-name 
        - disable 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_http_ping: 
    Type: object 
    Properties: 
      timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_http: 
    Type: object 
    Properties: 
      header: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_header' 
      ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http_ping' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_limit_pending: 
    Type: object 
    Properties: 
      response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure: 
    Type: object 
    Properties: 
      count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      codes: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_limit_consecutive: 
    Type: object 
    Properties: 
      failure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive_failure' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_limit: 
    Type: object 
    Properties: 
      pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_pending' 
      consecutive: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit_consecutive' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_host_ping: 
    Type: object 
    Properties: 
      timeout: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      backoff: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      fast-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      all-host-down-interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_host: 
    Type: object 
    Properties: 
      ping: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host_ping' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_outbound_interface: 
    Type: object 
    Properties: 
      interface: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit' 
      host: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host' 
  datapost_tailfmobileinfraclient_outbound: 
    Type: object 
    Properties: 
      interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_interface' 
        x-yang: 
          Type: list 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_limit' 
      host: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound_host' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_inbound_limit_pending: 
    Type: object 
    Properties: 
      request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_inbound_limit_overload: 
    Type: object 
    Properties: 
      reject-code: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_inbound_limit: 
    Type: object 
    Properties: 
      pending: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_pending' 
      overload: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit_overload' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient_inbound_interface: 
    Type: object 
    Properties: 
      interface: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit' 
  datapost_tailfmobileinfraclient_inbound: 
    Type: object 
    Properties: 
      interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_interface' 
        x-yang: 
          Type: list 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound_limit' 
    Description: (non-presence) 
  datapost_tailfmobileinfraclient: 
    Type: object 
    Properties: 
      http: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_http' 
      outbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_outbound' 
      inbound: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient_inbound' 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_edrsubscribers: 
    Type: object 
    Properties: 
      subscribers: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_all: 
    Type: object 
    Properties: 
      subscribers: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_limit: 
    Type: object 
    Properties: 
      size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      storage: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_threshold: 
    Type: object 
    Properties: 
      cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      session: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_flush: 
    Type: object 
    Properties: 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enable: 
    Type: object 
    Properties: 
      field: 
        Type: array 
        Items: 
          Type: string 
          Description: (leaf-list) 
          format: string 
        x-yang: 
          Type: leaf-list 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enablefieldid: 
    Type: object 
    Properties: 
      event: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enable' 
  datapost_tailfmobileinfraedr_file_procedure_enableinner_event: 
    Type: object 
    Properties: 
      enable-field-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event_enablefieldid' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_procedure_enableinner: 
    Type: object 
    Properties: 
      event: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner_event' 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_procedure_enableeventid: 
    Type: object 
    Properties: 
      procedure: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      enable-inner: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableinner' 
  datapost_tailfmobileinfraedr_file_procedure: 
    Type: object 
    Properties: 
      enable-event-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure_enableeventid' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr_file_files: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      reporting: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      verbose: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      limit: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_limit' 
      rate: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      threshold: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_threshold' 
      flush: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_flush' 
      procedure: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_procedure' 
  datapost_tailfmobileinfraedr_file: 
    Type: object 
    Properties: 
      files: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file_files' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraedr: 
    Type: object 
    Properties: 
      reporting: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      edrsubscribers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_edrsubscribers' 
      all: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_all' 
      file: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr_file' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_vip: 
    Type: object 
    Properties: 
      vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_vip6: 
    Type: object 
    Properties: 
      vip-ipv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn: 
    Type: object 
    Properties: 
      cpu-percent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      memory-in-mbs: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      num-of-goroutine: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel: 
    Type: object 
    Properties: 
      warn: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
      critical: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
      crash: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel_warn' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_monitor: 
    Type: object 
    Properties: 
      protocol: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: 'on' 
        enum: 
        - 'on' 
        - 'off' 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_sla: 
    Type: object 
    Properties: 
      response: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      procedure: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_secvip: 
    Type: object 
    Properties: 
      sec-vip-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vip-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_vip6_1: 
    Type: object 
    Properties: 
      vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_secvip6: 
    Type: object 
    Properties: 
      sec-vip-ip6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vip-ipv6-port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vip-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      offline: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      outbound-capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      outbound-rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstance_endpoint_dispatcher: 
    Type: object 
    Properties: 
      count: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      capacity: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      outbound: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      rate-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      cache: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      threshold: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      expiry: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      nonresponsive: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      flowctrl-group: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher_flowctrlgroup' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_internal_baseport: 
    Type: object 
    Properties: 
      start: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_internal: 
    Type: object 
    Properties: 
      base-port: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal_baseport' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_endpoint_interface: 
    Type: object 
    Properties: 
      interface-type: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      loopbackEth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      uri-scheme: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: http 
        enum: 
        - http 
        - https 
        x-yang: 
          Type: leaf 
      instancetype: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: IPv4 
        enum: 
        - IPv4 
        - IPv6 
        - Dual 
        x-yang: 
          Type: leaf 
      tls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      mtls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      certificate-name: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      sla: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_sla' 
      vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip' 
        x-yang: 
          Type: list 
      sec-vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip' 
        x-yang: 
          Type: list 
      vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip6_1' 
        x-yang: 
          Type: list 
      sec-vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_secvip6' 
        x-yang: 
          Type: list 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      dispatcher: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_dispatcher' 
      monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_monitor' 
      internal: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal' 
  datapost_tailfmobileinfrainstance_endpoint_service: 
    Type: object 
    Properties: 
      service-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_interface' 
        x-yang: 
          Type: list 
  datapost_tailfmobileinfrainstance_endpoint_ep: 
    Type: object 
    Properties: 
      eptype: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      replicas: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      nodes: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      loopbackEth: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      instancetype: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: IPv4 
        enum: 
        - IPv4 
        - IPv6 
        - Dual 
        x-yang: 
          Type: leaf 
      vip: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip' 
        x-yang: 
          Type: list 
      vip6: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_vip6' 
        x-yang: 
          Type: list 
      system-health-level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_systemhealthlevel' 
      monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_monitor' 
      uri-scheme: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: http 
        enum: 
        - http 
        - https 
        x-yang: 
          Type: leaf 
      mtls-enable: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      certificate-name: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      service: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_service' 
        x-yang: 
          Type: list 
      interface: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_interface' 
        x-yang: 
          Type: list 
      internal: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_internal' 
  datapost_tailfmobileinfrainstance_endpoint: 
    Type: object 
    Properties: 
      ep: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint_ep' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstance_instanceid: 
    Type: object 
    Properties: 
      id: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      endpoint: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_endpoint' 
  datapost_tailfmobileinfrainstance: 
    Type: object 
    Properties: 
      instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstance_instanceid' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraendpoint_info: 
    Type: object 
    Properties: 
      grInstance: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      endpoint: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      address: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      Type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      status: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      Interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      internal: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      startTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      stoppedTime: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfraendpoint: 
    Type: object 
    Properties: 
      info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
      all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint_info' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfravrf_vrflist: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      gateway: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      gatewayIpv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      device: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      linkDevice: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfravrf: 
    Type: object 
    Properties: 
      vrflist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrf_vrflist' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfravrfinfo_all: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      gateway: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      gatewayIpv6: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      device: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      linkDevice: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      tableId: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      state: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      podName: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfravrfinfo: 
    Type: object 
    Properties: 
      all: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo_all' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_transaction: 
    Type: object 
    Properties: 
      persist: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      max-file-size: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      max-rotation: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      message: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
      duplicate: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_level: 
    Type: object 
    Properties: 
      application: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      transaction: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      tracing: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
      monitor-subscriber: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: trace 
        enum: 
        - trace 
        - debug 
        - info 
        - warn 
        - error 
        - 'off' 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_logger: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_level' 
  datapost_tailfmobileinfralogging_async_application_enable: 
    Type: object 
    Properties: 
      buffer-size: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_async_application: 
    Type: object 
    Properties: 
      enable: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application_enable' 
      disable: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_async: 
    Type: object 
    Properties: 
      application: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      tracing: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
      monitor-subscriber: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async_application' 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging_error: 
    Type: object 
    Properties: 
      stack: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: enable 
        enum: 
        - enable 
        - disable 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfralogging: 
    Type: object 
    Properties: 
      transaction: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_transaction' 
      level: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_level' 
      logger: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfralogging_logger' 
        x-yang: 
          Type: list 
      async: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_async' 
      error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging_error' 
    Description: (non-presence) 
  datapost_tailfmobileinfranodemonitor: 
    Type: object 
    Properties: 
      mode: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: '0' 
        enum: 
        - '0' 
        - '1' 
        - '2' 
        - '3' 
        x-yang: 
          Type: leaf 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinframonitor_bfd: 
    Type: object 
    Properties: 
      node-status: 
        Type: string 
        Description: (leaf) 
        format: '[null]' 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinframonitor_protocol: 
    Type: object 
    Properties: 
      cpu-limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinframonitor: 
    Type: object 
    Properties: 
      bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_bfd' 
      protocol: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor_protocol' 
    Description: (non-presence) 
  datapost_tailfmobileinfrarouter_bondingInterfaces: 
    Type: object 
    Properties: 
      bondingInterface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_neighbors: 
    Type: object 
    Properties: 
      neighbor: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      remote-as: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      fail-over: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: bfd 
        enum: 
        - bfd 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_interfaceList: 
    Type: object 
    Properties: 
      interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      bondingInterfaces: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bondingInterfaces' 
        x-yang: 
          Type: list 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      neighbors: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_neighbors' 
        x-yang: 
          Type: list 
  datapost_tailfmobileinfrarouter_policies: 
    Type: object 
    Properties: 
      policy-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      as-path-set: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      ip-prefix: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      source-prefix: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      mask-range: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      modifySourceIp: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      isStaticRoute: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      gateWay: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_bfd: 
    Type: object 
    Properties: 
      interval: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      min_rx: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      multiplier: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      dscp-marking: 
        Type: string 
        Description: (leaf) 
        format: enumeration 
        Default: none 
        enum: 
        - none 
        - cs6 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrarouter_bgplist: 
    Type: object 
    Properties: 
      bgp: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      loopbackPort: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      loopbackBFDPort: 
        Type: integer 
        Description: (leaf) 
        format: uint32 
        x-yang: 
          Type: leaf 
      learnDefaultRoute: 
        Type: boolean 
        Description: (leaf) 
        x-yang: 
          Type: leaf 
      interfaceList: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_interfaceList' 
        x-yang: 
          Type: list 
      policies: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_policies' 
        x-yang: 
          Type: list 
      bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd' 
  datapost_tailfmobileinfrarouter_bfd_1_instance_neighbors: 
    Type: object 
    Properties: 
      neighbor: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_bfd_1_instance_interfacelist: 
    Type: object 
    Properties: 
      interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vrf: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      neighbors: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_neighbors' 
        x-yang: 
          Type: list 
      gateway-ip: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_bfd_1_instance_instanceid: 
    Type: object 
    Properties: 
      id: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
      interface-list: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_interfacelist' 
        x-yang: 
          Type: list 
  datapost_tailfmobileinfrarouter_bfd_1_instance: 
    Type: object 
    Properties: 
      instance-id: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance_instanceid' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrarouter_bfd_1: 
    Type: object 
    Properties: 
      instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1_instance' 
    Description: (non-presence) 
  datapost_tailfmobileinfrarouter_monitorinterface_interfacelist: 
    Type: object 
    Properties: 
      interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      linked-interface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      interface-type: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrarouter_monitorinterface: 
    Type: object 
    Properties: 
      interface-list: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface_interfacelist' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrarouter: 
    Type: object 
    Properties: 
      bgplist: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bgplist' 
        x-yang: 
          Type: list 
      bfd: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_bfd_1' 
      monitor-interface: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter_monitorinterface' 
    Description: (non-presence) 
  datapost_tailfmobileinfradeployment_resource: 
    Type: object 
    Properties: 
      cpu: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfradeployment: 
    Type: object 
    Properties: 
      app-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cluster-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      dc-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      model: 
        Type: string 
        Description: Deployment Model default large (leaf) 
        format: enumeration 
        Default: small 
        enum: 
        - small 
        x-yang: 
          Type: leaf 
      resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment_resource' 
      logical-nf-instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrak8_label_podgroupconfig: 
    Type: object 
    Properties: 
      pod-group: 
        Type: string 
        Description: Group for the VMs (leaf) 
        format: enumeration 
        Default: protocol-layer 
        enum: 
        - protocol-layer 
        - service-layer 
        - cdl-layer 
        - oam-layer 
        x-yang: 
          Type: leaf 
      key: 
        Type: string 
        Description: Key for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      value: 
        Type: string 
        Description: Value for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrak8_label: 
    Type: object 
    Properties: 
      pod-group-config: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label_podgroupconfig' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrak8: 
    Type: object 
    Properties: 
      label: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8_label' 
    Description: (non-presence) 
  datapost_tailfmobileinfraconfigerror_info: 
    Type: object 
    Properties: 
      errorComponent: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      errorDescription: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfraconfigerror: 
    Type: object 
    Properties: 
      info: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror_info' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfraresource_cpu: 
    Type: object 
    Properties: 
      request: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      limit: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraresource_labels: 
    Type: object 
    Properties: 
      key: 
        Type: string 
        Description: Key for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      value: 
        Type: string 
        Description: Value for the label (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfraresource_pod: 
    Type: object 
    Properties: 
      podtype: 
        Type: string 
        Description: (leaf) 
        format: identityref 
        x-yang: 
          Type: leaf 
      cpu: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_cpu' 
      memory: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_cpu' 
      gomaxproc: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      labels: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource_labels' 
  datapost_tailfmobileinfraresource: 
    Type: object 
    Properties: 
      pod: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfraresource_pod' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrageomonitor_podmonitor_pods: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryFailOverInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      failedReplicaPercent: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrageomonitor_podmonitor: 
    Type: object 
    Properties: 
      pods: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor_pods' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrageomonitor_remoteclustermonitor: 
    Type: object 
    Properties: 
      retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrageomonitor_vipmonitor_vips: 
    Type: object 
    Properties: 
      vipInterface: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vipIp: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      vipPort: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      retryFailOverInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrageomonitor_vipmonitor_instance: 
    Type: object 
    Properties: 
      instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      vips: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor_vips' 
        x-yang: 
          Type: list 
  datapost_tailfmobileinfrageomonitor_vipmonitor: 
    Type: object 
    Properties: 
      instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor_instance' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfrageomonitor_trafficMonitor: 
    Type: object 
    Properties: 
      thresholdCount: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      thresholdInterval: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfrageomonitor: 
    Type: object 
    Properties: 
      podmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_podmonitor' 
      remoteclustermonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_remoteclustermonitor' 
      vipmonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_vipmonitor' 
      trafficMonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor_trafficMonitor' 
    Description: (non-presence) 
  datapost_tailfmobileinfrainstances_instance: 
    Type: object 
    Properties: 
      instance-id: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
      system-id: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      cluster-id: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      slice-name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfrainstances: 
    Type: object 
    Properties: 
      instance: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfrainstances_instance' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfralocalinstance: 
    Type: object 
    Properties: 
      instance: 
        Type: string 
        Description: (leaf) 
        format: leafref 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfradatastore_sessiondb_endpoints: 
    Type: object 
    Properties: 
      host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
  datapost_tailfmobileinfradatastore_sessiondb: 
    Type: object 
    Properties: 
      endpoints: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb_endpoints' 
        x-yang: 
          Type: list 
    Description: (non-presence) 
  datapost_tailfmobileinfradatastore_dbs: 
    Type: object 
    Properties: 
      name: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      endpoints: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb_endpoints' 
        x-yang: 
          Type: list 
  datapost_tailfmobileinfradatastore_notificationep: 
    Type: object 
    Properties: 
      host: 
        Type: string 
        Description: (leaf) 
        format: string 
        x-yang: 
          Type: leaf 
      port: 
        Type: integer 
        Description: (leaf) 
        format: int32 
        x-yang: 
          Type: leaf 
    Description: (non-presence) 
  datapost_tailfmobileinfradatastore: 
    Type: object 
    Properties: 
      session-db: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_sessiondb' 
      dbs: 
        Type: array 
        Description: (list) 
        Items: 
          Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_dbs' 
        x-yang: 
          Type: list 
      notification-ep: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore_notificationep' 
    Description: (non-presence) 
  dataputpatch_ietfrestconfdata: 
    Type: object 
    Properties: 
      tailf-mobile-infra:sessions: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrasessions' 
      tailf-mobile-infra:peers: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrapeers' 
      tailf-mobile-infra:rpc: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarpc' 
      tailf-mobile-infra:resources: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresources' 
      tailf-mobile-infra:running-status: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarunningstatus' 
      tailf-mobile-infra:diagnostics: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradiagnostics' 
      tailf-mobile-infra:infra: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainfra' 
      tailf-mobile-infra:client: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraclient' 
      tailf-mobile-infra:edr: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraedr' 
      tailf-mobile-infra:instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstance' 
      tailf-mobile-infra:endpoint: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraendpoint' 
      tailf-mobile-infra:vrf: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrf' 
      tailf-mobile-infra:vrf-info: 
        Reference: '#/components/schemas/datapost_tailfmobileinfravrfinfo' 
      tailf-mobile-infra:logging: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralogging' 
      tailf-mobile-infra:nodemonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfranodemonitor' 
      tailf-mobile-infra:monitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinframonitor' 
      tailf-mobile-infra:router: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrarouter' 
      tailf-mobile-infra:deployment: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradeployment' 
      tailf-mobile-infra:k8: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrak8' 
      tailf-mobile-infra:geo: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:show: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:clear: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:dump: 
        Type: object 
        Properties: {} 
        Description: (non-presence) 
        x-yang: 
          Type: container 
          is_presence: 'false' 
      tailf-mobile-infra:config-error: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraconfigerror' 
      tailf-mobile-infra:resource: 
        Reference: '#/components/schemas/datapost_tailfmobileinfraresource' 
      tailf-mobile-infra:geomonitor: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrageomonitor' 
      tailf-mobile-infra:instances: 
        Reference: '#/components/schemas/datapost_tailfmobileinfrainstances' 
      tailf-mobile-infra:local-instance: 
        Reference: '#/components/schemas/datapost_tailfmobileinfralocalinstance' 
      tailf-mobile-infra:datastore: 
        Reference: '#/components/schemas/datapost_tailfmobileinfradatastore' 
    Description: '' 
  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 
  affinity-podInstance: 
    name: affinity-podInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-address: 
    name: all-address 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-endpoint: 
    name: all-endpoint 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-grInstance: 
    name: all-grInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-localAddress: 
    name: all-localAddress 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-name: 
    name: all-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-peerAddress: 
    name: all-peerAddress 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-podInstance: 
    name: all-podInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  all-remoteAddress: 
    name: all-remoteAddress 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  bgplist-bgp: 
    name: bgplist-bgp 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: integer 
      format: uint32 
  bondingInterfaces-bondingInterface: 
    name: bondingInterfaces-bondingInterface 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  category-name: 
    name: category-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  codes-id: 
    name: codes-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  commit-pending-grInstance: 
    name: commit-pending-grInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  commit-pending-podInstance: 
    name: commit-pending-podInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  dbs-name: 
    name: dbs-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  enable-event-id-procedure: 
    name: enable-event-id-procedure 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  enable-field-id-event: 
    name: enable-field-id-event 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  endpoints-host: 
    name: endpoints-host 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  ep-eptype: 
    name: ep-eptype 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  field-id: 
    name: field-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  files-name: 
    name: files-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  flowctrl-group-name: 
    name: flowctrl-group-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  granular-labels-id: 
    name: granular-labels-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-address: 
    name: info-address 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-diagnostic: 
    name: info-diagnostic 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-endpoint: 
    name: info-endpoint 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-errorComponent: 
    name: info-errorComponent 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-grInstance: 
    name: info-grInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  info-podInstance: 
    name: info-podInstance 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  instance-id-id: 
    name: instance-id-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: leafref 
  instance-instance-id: 
    name: instance-instance-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: integer 
      format: int32 
  interface-interface: 
    name: interface-interface 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  interface-interface-type: 
    name: interface-interface-type 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  interface-list-interface: 
    name: interface-list-interface 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  interfaceList-interface: 
    name: interfaceList-interface 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  logger-name: 
    name: logger-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  metricsList-name: 
    name: metricsList-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  neighbors-neighbor: 
    name: neighbors-neighbor 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  pod-group-config-key: 
    name: pod-group-config-key 
    in: path 
    Description: Key for the label 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  pod-group-config-pod-group: 
    name: pod-group-config-pod-group 
    in: path 
    Description: Group for the VMs 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: enumeration 
      Default: protocol-layer 
      enum: 
      - protocol-layer 
      - service-layer 
      - cdl-layer 
      - oam-layer 
  pod-group-config-value: 
    name: pod-group-config-value 
    in: path 
    Description: Value for the label 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  pod-names-pod-name: 
    name: pod-names-pod-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  pod-podtype: 
    name: pod-podtype 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: identityref 
  pods-name: 
    name: pods-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  policies-policy-name: 
    name: policies-policy-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  sec-vip-sec-vip-ip: 
    name: sec-vip-sec-vip-ip 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  sec-vip6-sec-vip-ip6: 
    name: sec-vip6-sec-vip-ip6 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  service-service-name: 
    name: service-service-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  subscribers-id: 
    name: subscribers-id 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  thresholds-name: 
    name: thresholds-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: enumeration 
      Default: low 
      enum: 
      - low 
      - high 
  verboseLevels-podType: 
    name: verboseLevels-podType 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: enumeration 
      Default: protocol 
      enum: 
      - protocol 
      - load-balancer 
      - service 
      - application 
  vip-vip-ip: 
    name: vip-vip-ip 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  vip6-vip-ip6: 
    name: vip6-vip-ip6 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  vip6-vip-ipv6: 
    name: vip6-vip-ipv6 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  vips-vipInterface: 
    name: vips-vipInterface 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
  vrflist-name: 
    name: vrflist-name 
    in: path 
    Required: true 
    style: simple 
    explode: false 
    schema: 
      Type: string 
      format: string 
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_tailf-mobile-infra_client: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client' 
    Required: true 
  data_tailf-mobile-infra_client-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client-post' 
    Required: true 
  data_tailf-mobile-infra_client_http: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http' 
    Required: true 
  data_tailf-mobile-infra_client_http-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http-post' 
    Required: true 
  data_tailf-mobile-infra_client_http_header: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header' 
    Required: true 
  data_tailf-mobile-infra_client_http_header-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header-post' 
    Required: true 
  data_tailf-mobile-infra_client_http_header_user-agent: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_header_user-agent' 
    Required: true 
  data_tailf-mobile-infra_client_http_ping: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping' 
    Required: true 
  data_tailf-mobile-infra_client_http_ping-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping-post' 
    Required: true 
  data_tailf-mobile-infra_client_http_ping_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_interval' 
    Required: true 
  data_tailf-mobile-infra_client_http_ping_timeout: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_http_ping_timeout' 
    Required: true 
  data_tailf-mobile-infra_client_inbound: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound' 
    Required: true 
  data_tailf-mobile-infra_client_inbound-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_interface' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_overload_reject-code' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_interface_interface-interface_limit_pending_request' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_overload: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_overload-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_overload_reject-code: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_overload_reject-code' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_pending: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_pending-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending-post' 
    Required: true 
  data_tailf-mobile-infra_client_inbound_limit_pending_request: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_inbound_limit_pending_request' 
    Required: true 
  data_tailf-mobile-infra_client_outbound: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound' 
    Required: true 
  data_tailf-mobile-infra_client_outbound-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_all-host-down-interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_backoff: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_backoff' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_fast-interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_fast-interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_retry: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_retry' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_host_ping_timeout: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_host_ping_timeout' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_all-host-down-interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_backoff' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_fast-interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_interval' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_retry' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_host_ping_timeout' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_interface' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_codes_codes-id' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_consecutive_failure_count' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_interface_interface-interface_limit_pending_response' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_codes_codes-id' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_consecutive_failure_count' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_pending: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_pending-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending-post' 
    Required: true 
  data_tailf-mobile-infra_client_outbound_limit_pending_response: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_client_outbound_limit_pending_response' 
    Required: true 
  data_tailf-mobile-infra_config-error: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_config-error' 
    Required: true 
  data_tailf-mobile-infra_config-error-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_config-error-post' 
    Required: true 
  data_tailf-mobile-infra_datastore: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore' 
    Required: true 
  data_tailf-mobile-infra_datastore-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore-post' 
    Required: true 
  data_tailf-mobile-infra_datastore_dbs_dbs-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name' 
    Required: true 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host' 
    Required: true 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_host' 
    Required: true 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_endpoints_endpoints-host_port' 
    Required: true 
  data_tailf-mobile-infra_datastore_dbs_dbs-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_dbs_dbs-name_name' 
    Required: true 
  data_tailf-mobile-infra_datastore_notification-ep: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep' 
    Required: true 
  data_tailf-mobile-infra_datastore_notification-ep-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep-post' 
    Required: true 
  data_tailf-mobile-infra_datastore_notification-ep_host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_host' 
    Required: true 
  data_tailf-mobile-infra_datastore_notification-ep_port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_notification-ep_port' 
    Required: true 
  data_tailf-mobile-infra_datastore_session-db: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db' 
    Required: true 
  data_tailf-mobile-infra_datastore_session-db-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db-post' 
    Required: true 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host' 
    Required: true 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_host' 
    Required: true 
  data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_datastore_session-db_endpoints_endpoints-host_port' 
    Required: true 
  data_tailf-mobile-infra_deployment: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment' 
    Required: true 
  data_tailf-mobile-infra_deployment-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment-post' 
    Required: true 
  data_tailf-mobile-infra_deployment_app-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_app-name' 
    Required: true 
  data_tailf-mobile-infra_deployment_cluster-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_cluster-name' 
    Required: true 
  data_tailf-mobile-infra_deployment_dc-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_dc-name' 
    Required: true 
  data_tailf-mobile-infra_deployment_logical-nf-instance-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_logical-nf-instance-id' 
    Required: true 
  data_tailf-mobile-infra_deployment_model: 
    Description: Deployment Model default large 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_model' 
    Required: true 
  data_tailf-mobile-infra_deployment_resource: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource' 
    Required: true 
  data_tailf-mobile-infra_deployment_resource-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource-post' 
    Required: true 
  data_tailf-mobile-infra_deployment_resource_cpu: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_deployment_resource_cpu' 
    Required: true 
  data_tailf-mobile-infra_diagnostics: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_diagnostics' 
    Required: true 
  data_tailf-mobile-infra_diagnostics-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_diagnostics-post' 
    Required: true 
  data_tailf-mobile-infra_dump: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_dump' 
    Required: true 
  data_tailf-mobile-infra_dump-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_dump-post' 
    Required: true 
  data_tailf-mobile-infra_edr: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr' 
    Required: true 
  data_tailf-mobile-infra_edr-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr-post' 
    Required: true 
  data_tailf-mobile-infra_edr_all: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all' 
    Required: true 
  data_tailf-mobile-infra_edr_all-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all-post' 
    Required: true 
  data_tailf-mobile-infra_edr_all_subscribers: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_all_subscribers' 
    Required: true 
  data_tailf-mobile-infra_edr_edrsubscribers: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers' 
    Required: true 
  data_tailf-mobile-infra_edr_edrsubscribers-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers-post' 
    Required: true 
  data_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_edrsubscribers_subscribers_subscribers-id' 
    Required: true 
  data_tailf-mobile-infra_edr_file: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file' 
    Required: true 
  data_tailf-mobile-infra_edr_file-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_flush: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_flush-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_flush_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_flush_interval' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_count: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_count' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_size' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_limit_storage: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_limit_storage' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_name' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event-post' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable-post' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_enable_field_field-id' 
    Required: true 
  ? data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_enable-inner_event_enable-field-id_enable-field-id-event_event' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_procedure_enable-event-id_enable-event-id-procedure_procedure' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_rate: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_rate' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_reporting: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_reporting' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold-post' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_cpu' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_threshold_session: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_threshold_session' 
    Required: true 
  data_tailf-mobile-infra_edr_file_files_files-name_verbose: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_file_files_files-name_verbose' 
    Required: true 
  data_tailf-mobile-infra_edr_reporting: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_edr_reporting' 
    Required: true 
  data_tailf-mobile-infra_endpoint: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_endpoint' 
    Required: true 
  data_tailf-mobile-infra_endpoint-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_endpoint-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor' 
    Required: true 
  data_tailf-mobile-infra_geomonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_failedReplicaPercent' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_name' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryCount' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryFailOverInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_podmonitor_pods_pods-name_retryInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryCount' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_remoteclustermonitor_retryInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_trafficMonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_trafficMonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdCount' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_trafficMonitor_thresholdInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor-post' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_instance-id' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryCount' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryFailOverInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_retryInterval' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipInterface' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipIp' 
    Required: true 
  data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_geomonitor_vipmonitor_instance_instance-instance-id_vips_vips-vipInterface_vipPort' 
    Required: true 
  data_tailf-mobile-infra_infra: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra' 
    Required: true 
  data_tailf-mobile-infra_infra-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_experimental: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_experimental-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_experimental_version: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_experimental_version' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_level' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name' 
    Required: true 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_granular-labels_granular-labels-id' 
    Required: true 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_level' 
    Required: true 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_metrics_metricsList_metricsList-name_name' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_podType' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods-post' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name' 
    Required: true 
  data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_level' 
    Required: true 
  ? data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_metrics_verbose_verboseLevels_verboseLevels-podType_pods_pod-names_pod-names-pod-name_pod-name' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_consecutive_same_stage' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_limit_stage: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_limit_stage' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_name' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold-post' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_interval' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_action' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_count' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_category_category-name_threshold_thresholds_thresholds-name_name' 
    Required: true 
  data_tailf-mobile-infra_infra_transaction_loop_detection: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_infra_transaction_loop_detection' 
    Required: true 
  data_tailf-mobile-infra_instance: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance' 
    Required: true 
  data_tailf-mobile-infra_instance-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_certificate-name' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_eptype' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_instancetype' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_certificate-name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_cache' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_count' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_expiry' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_nonresponsive' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_outbound' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_dispatcher_threshold' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_instancetype' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_interface-type' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_internal_base-port_start' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackEth' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_loopbackPort' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_monitor_protocol' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_mtls-enable' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_procedure' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_sla_response' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_tls-enable' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_uri-scheme' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_interface_interface-interface-type_vrf' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_internal_base-port_start' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackEth' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_loopbackPort' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_monitor_protocol' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_mtls-enable' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_nodes' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_replicas: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_replicas' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_certificate-name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_cache' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_count' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_expiry' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_name' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-capacity' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_outbound-rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_flowctrl-group_flowctrl-group-name_rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_nonresponsive' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_outbound' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_rate-limit' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_dispatcher_threshold' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_instancetype' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_interface-type' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_internal_base-port_start' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackEth' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_loopbackPort' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_monitor_protocol' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_mtls-enable' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_sec-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vip-ipv6-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip6_sec-vip6-sec-vip-ip6_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_sec-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vip-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sec-vip_sec-vip-sec-vip-ip_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla-post 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla-post' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_procedure' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_sla_response' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_tls-enable' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_uri-scheme' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ip6' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vip-ipv6-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip6_vip6-vip-ip6_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_offline' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-interface' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-ip 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-ip' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-port 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vip-port' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vip_vip-vip-ip_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_interface_interface-interface-type_vrf' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_service_service-service-name_service-name' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_cpu-percent' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_memory-in-mbs' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_crash_num-of-goroutine' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_cpu-percent' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_memory-in-mbs' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_critical_num-of-goroutine' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn-post' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_cpu-percent' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_memory-in-mbs' 
    Required: true 
  ? data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_system-health-level_warn_num-of-goroutine' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_uri-scheme' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_offline' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-interface' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vip-ipv6-port' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip6_vip6-vip-ipv6_vrf' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_offline' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-interface' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-ip: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-ip' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-port: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vip-port' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_endpoint_ep_ep-eptype_vip_vip-vip-ip_vrf' 
    Required: true 
  data_tailf-mobile-infra_instance_instance-id_instance-id-id_id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instance_instance-id_instance-id-id_id' 
    Required: true 
  data_tailf-mobile-infra_instances: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances' 
    Required: true 
  data_tailf-mobile-infra_instances-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances-post' 
    Required: true 
  data_tailf-mobile-infra_instances_instance_instance-instance-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id' 
    Required: true 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_cluster-id' 
    Required: true 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_instance-id' 
    Required: true 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_slice-name' 
    Required: true 
  data_tailf-mobile-infra_instances_instance_instance-instance-id_system-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_instances_instance_instance-instance-id_system-id' 
    Required: true 
  data_tailf-mobile-infra_k8: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8' 
    Required: true 
  data_tailf-mobile-infra_k8-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8-post' 
    Required: true 
  data_tailf-mobile-infra_k8_label: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label' 
    Required: true 
  data_tailf-mobile-infra_k8_label-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label-post' 
    Required: true 
  data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value' 
    Required: true 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key 
  : description: Key for the label 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_key' 
    Required: true 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group 
  : description: Group for the VMs 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_pod-group' 
    Required: true 
  ? data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value 
  : description: Value for the label 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_k8_label_pod-group-config_pod-group-config-pod-group_pod-group-config-key_pod-group-config-value_value' 
    Required: true 
  data_tailf-mobile-infra_local-instance: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance' 
    Required: true 
  data_tailf-mobile-infra_local-instance-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance-post' 
    Required: true 
  data_tailf-mobile-infra_local-instance_instance: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_local-instance_instance' 
    Required: true 
  data_tailf-mobile-infra_logging: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging' 
    Required: true 
  data_tailf-mobile-infra_logging-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async' 
    Required: true 
  data_tailf-mobile-infra_logging_async-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application_disable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_disable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application_enable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application_enable-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_application_enable_buffer-size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_application_enable_buffer-size' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_disable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_disable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_monitor-subscriber_enable_buffer-size' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing_disable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_disable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing_enable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing_enable-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_tracing_enable_buffer-size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_tracing_enable_buffer-size' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction_disable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_disable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction_enable: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction_enable-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable-post' 
    Required: true 
  data_tailf-mobile-infra_logging_async_transaction_enable_buffer-size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_async_transaction_enable_buffer-size' 
    Required: true 
  data_tailf-mobile-infra_logging_error: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error' 
    Required: true 
  data_tailf-mobile-infra_logging_error-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error-post' 
    Required: true 
  data_tailf-mobile-infra_logging_error_stack: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_error_stack' 
    Required: true 
  data_tailf-mobile-infra_logging_level: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level' 
    Required: true 
  data_tailf-mobile-infra_logging_level-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level-post' 
    Required: true 
  data_tailf-mobile-infra_logging_level_application: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_application' 
    Required: true 
  data_tailf-mobile-infra_logging_level_monitor-subscriber: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_monitor-subscriber' 
    Required: true 
  data_tailf-mobile-infra_logging_level_tracing: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_tracing' 
    Required: true 
  data_tailf-mobile-infra_logging_level_transaction: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_level_transaction' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level-post' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level_application: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_application' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_monitor-subscriber' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level_tracing: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_tracing' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_level_transaction: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_level_transaction' 
    Required: true 
  data_tailf-mobile-infra_logging_logger_logger-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_logger_logger-name_name' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction-post' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction_duplicate: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_duplicate' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction_max-file-size: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-file-size' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction_max-rotation: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_max-rotation' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction_message: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_message' 
    Required: true 
  data_tailf-mobile-infra_logging_transaction_persist: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_logging_transaction_persist' 
    Required: true 
  data_tailf-mobile-infra_monitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor' 
    Required: true 
  data_tailf-mobile-infra_monitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor-post' 
    Required: true 
  data_tailf-mobile-infra_monitor_bfd: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd' 
    Required: true 
  data_tailf-mobile-infra_monitor_bfd-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd-post' 
    Required: true 
  data_tailf-mobile-infra_monitor_bfd_node-status: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_bfd_node-status' 
    Required: true 
  data_tailf-mobile-infra_monitor_protocol: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol' 
    Required: true 
  data_tailf-mobile-infra_monitor_protocol-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol-post' 
    Required: true 
  data_tailf-mobile-infra_monitor_protocol_cpu-limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_monitor_protocol_cpu-limit' 
    Required: true 
  data_tailf-mobile-infra_nodemonitor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor' 
    Required: true 
  data_tailf-mobile-infra_nodemonitor-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor-post' 
    Required: true 
  data_tailf-mobile-infra_nodemonitor_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_interval' 
    Required: true 
  data_tailf-mobile-infra_nodemonitor_mode: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_nodemonitor_mode' 
    Required: true 
  data_tailf-mobile-infra_peers: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_peers' 
    Required: true 
  data_tailf-mobile-infra_peers-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_peers-post' 
    Required: true 
  data_tailf-mobile-infra_resource: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource' 
    Required: true 
  data_tailf-mobile-infra_resource-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource-post' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu-post' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_limit' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_cpu_request' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_gomaxproc' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels-post' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key: 
    Description: Key for the label 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_key' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value: 
    Description: Value for the label 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_labels_value' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory-post' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_limit' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_memory_request: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_memory_request' 
    Required: true 
  data_tailf-mobile-infra_resource_pod_pod-podtype_podtype: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resource_pod_pod-podtype_podtype' 
    Required: true 
  data_tailf-mobile-infra_resources: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resources' 
    Required: true 
  data_tailf-mobile-infra_resources-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_resources-post' 
    Required: true 
  data_tailf-mobile-infra_router: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router' 
    Required: true 
  data_tailf-mobile-infra_router-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router-post' 
    Required: true 
  data_tailf-mobile-infra_router_bfd: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd' 
    Required: true 
  data_tailf-mobile-infra_router_bfd-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd-post' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance-post' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_id' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-ip: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_gateway-ip' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_interface' 
    Required: true 
  ? data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor' 
    Required: true 
  ? data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_neighbors_neighbors-neighbor_neighbor' 
    Required: true 
  data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bfd_instance_instance-id_instance-id-id_interface-list_interface-list-interface_vrf' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd-post' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_dscp-marking' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_interval' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_min_rx' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bfd_multiplier' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_bgp' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface' 
    Required: true 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface' 
    Required: true 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_bondingInterfaces_bondingInterfaces-bondingInterface_bondingInterface' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_interface' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor' 
    Required: true 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_fail-over' 
    Required: true 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_neighbor' 
    Required: true 
  ? data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as 
  : content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_neighbors_neighbors-neighbor_remote-as' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_interfaceList_interfaceList-interface_vrf' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_learnDefaultRoute' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackBFDPort' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_loopbackPort' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_as-path-set' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_gateWay' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_interface' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_ip-prefix' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_isStaticRoute' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_mask-range' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_modifySourceIp' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_policy-name' 
    Required: true 
  data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_bgplist_bgplist-bgp_policies_policies-policy-name_source-prefix' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface-post' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_interface-type' 
    Required: true 
  data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_router_monitor-interface_interface-list_interface-list-interface_linked-interface' 
    Required: true 
  data_tailf-mobile-infra_rpc: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_rpc' 
    Required: true 
  data_tailf-mobile-infra_rpc-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_rpc-post' 
    Required: true 
  data_tailf-mobile-infra_running-status: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_running-status' 
    Required: true 
  data_tailf-mobile-infra_running-status-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_running-status-post' 
    Required: true 
  data_tailf-mobile-infra_sessions: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_sessions' 
    Required: true 
  data_tailf-mobile-infra_sessions-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_sessions-post' 
    Required: true 
  data_tailf-mobile-infra_vrf: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf' 
    Required: true 
  data_tailf-mobile-infra_vrf-info: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-info' 
    Required: true 
  data_tailf-mobile-infra_vrf-info-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-info-post' 
    Required: true 
  data_tailf-mobile-infra_vrf-post: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf-post' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_device: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_device' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gateway' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_gatewayIpv6' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_linkDevice' 
    Required: true 
  data_tailf-mobile-infra_vrf_vrflist_vrflist-name_name: 
    content: 
      application/yang-data+json: 
        schema: 
          Reference: '#/components/schemas/data_tailf-mobile-infra_vrf_vrflist_vrflist-name_name' 
    Required: true 
securitySchemes: 
  basicAuth: 
    Type: http 
    scheme: basic