{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - ETHER-WIS",
    "description": "MIB data from `ETHER-WIS` module.\n\n**Root containers:** 1 (ETHER-WIS)\n**Paths:** 22 | **Descendants:** 21\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "ETHER-WIS",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/ETHER-WIS:ETHER-WIS": {
      "get": {
        "summary": "Get ETHER-WIS",
        "operationId": "get-ETHER-WIS:ETHER-WIS",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "etherWisDeviceTable": {
                      "type": "object",
                      "properties": {
                        "etherWisDeviceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisDeviceTxTestPatternMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisDeviceRxTestPatternMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisDeviceRxTestPatternErrors": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "etherWisSectionCurrentTable": {
                      "type": "object",
                      "properties": {
                        "etherWisSectionCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisSectionCurrentJ0Transmitted": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "etherWisSectionCurrentJ0Received": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "etherWisPathCurrentTable": {
                      "type": "object",
                      "properties": {
                        "etherWisPathCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisPathCurrentStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "etherWisPathCurrentJ1Transmitted": {
                                "type": "string",
                                "format": "byte",
                                "example": "/data/example"
                              },
                              "etherWisPathCurrentJ1Received": {
                                "type": "string",
                                "format": "byte",
                                "example": "/data/example"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "etherWisFarEndPathCurrentTable": {
                      "type": "object",
                      "properties": {
                        "etherWisFarEndPathCurrentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "etherWisFarEndPathCurrentStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:ETHER-WIS": {
                    "etherWisDeviceTable": {
                      "etherWisDeviceEntry": [
                        {
                          "ifIndex": "configured-value",
                          "etherWisDeviceTxTestPatternMode": "default",
                          "etherWisDeviceRxTestPatternMode": "default",
                          "etherWisDeviceRxTestPatternErrors": "0"
                        }
                      ]
                    },
                    "etherWisSectionCurrentTable": {
                      "etherWisSectionCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "etherWisSectionCurrentJ0Transmitted": "QmFzZTY0",
                          "etherWisSectionCurrentJ0Received": "QmFzZTY0"
                        }
                      ]
                    },
                    "etherWisPathCurrentTable": {
                      "etherWisPathCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "etherWisPathCurrentStatus": "",
                          "etherWisPathCurrentJ1Transmitted": "QmFzZTY0",
                          "etherWisPathCurrentJ1Received": "QmFzZTY0"
                        }
                      ]
                    },
                    "etherWisFarEndPathCurrentTable": {
                      "etherWisFarEndPathCurrentEntry": [
                        {
                          "ifIndex": "configured-value",
                          "etherWisFarEndPathCurrentStatus": ""
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ETHER-WIS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable": {
      "get": {
        "summary": "Get etherWisDeviceTable",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "etherWisDeviceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisDeviceTxTestPatternMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisDeviceRxTestPatternMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisDeviceRxTestPatternErrors": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisDeviceTable": {
                    "etherWisDeviceEntry": [
                      {
                        "ifIndex": "configured-value",
                        "etherWisDeviceTxTestPatternMode": "default",
                        "etherWisDeviceRxTestPatternMode": "default",
                        "etherWisDeviceRxTestPatternErrors": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisDeviceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable/etherWisDeviceEntry": {
      "get": {
        "summary": "Get etherWisDeviceEntry",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable-etherWisDeviceEntry",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisDeviceTxTestPatternMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisDeviceRxTestPatternMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisDeviceRxTestPatternErrors": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisDeviceEntry": [
                    {
                      "ifIndex": "configured-value",
                      "etherWisDeviceTxTestPatternMode": "default",
                      "etherWisDeviceRxTestPatternMode": "default",
                      "etherWisDeviceRxTestPatternErrors": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisDeviceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable/etherWisDeviceEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable-etherWisDeviceEntry-ifIndex",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable/etherWisDeviceEntry/etherWisDeviceTxTestPatternMode": {
      "get": {
        "summary": "Get etherWisDeviceTxTestPatternMode",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable-etherWisDeviceEntry-etherWisDeviceTxTestPatternMode",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisDeviceTxTestPatternMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisDeviceTxTestPatternMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable/etherWisDeviceEntry/etherWisDeviceRxTestPatternMode": {
      "get": {
        "summary": "Get etherWisDeviceRxTestPatternMode",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable-etherWisDeviceEntry-etherWisDeviceRxTestPatternMode",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisDeviceRxTestPatternMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisDeviceRxTestPatternMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisDeviceTable/etherWisDeviceEntry/etherWisDeviceRxTestPatternErrors": {
      "get": {
        "summary": "Get etherWisDeviceRxTestPatternErrors",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisDeviceTable-etherWisDeviceEntry-etherWisDeviceRxTestPatternErrors",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "ETHER-WIS:etherWisDeviceRxTestPatternErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisDeviceRxTestPatternErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisSectionCurrentTable": {
      "get": {
        "summary": "Get etherWisSectionCurrentTable",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisSectionCurrentTable",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "etherWisSectionCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisSectionCurrentJ0Transmitted": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "etherWisSectionCurrentJ0Received": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisSectionCurrentTable": {
                    "etherWisSectionCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "etherWisSectionCurrentJ0Transmitted": "QmFzZTY0",
                        "etherWisSectionCurrentJ0Received": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisSectionCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisSectionCurrentTable/etherWisSectionCurrentEntry": {
      "get": {
        "summary": "Get etherWisSectionCurrentEntry",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisSectionCurrentTable-etherWisSectionCurrentEntry",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisSectionCurrentJ0Transmitted": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "etherWisSectionCurrentJ0Received": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisSectionCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "etherWisSectionCurrentJ0Transmitted": "QmFzZTY0",
                      "etherWisSectionCurrentJ0Received": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisSectionCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisSectionCurrentTable/etherWisSectionCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisSectionCurrentTable-etherWisSectionCurrentEntry-ifIndex",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisSectionCurrentTable/etherWisSectionCurrentEntry/etherWisSectionCurrentJ0Transmitted": {
      "get": {
        "summary": "Get etherWisSectionCurrentJ0Transmitted",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisSectionCurrentTable-etherWisSectionCurrentEntry-etherWisSectionCurrentJ0Transmitted",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisSectionCurrentJ0Transmitted": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisSectionCurrentJ0Transmitted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisSectionCurrentTable/etherWisSectionCurrentEntry/etherWisSectionCurrentJ0Received": {
      "get": {
        "summary": "Get etherWisSectionCurrentJ0Received",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisSectionCurrentTable-etherWisSectionCurrentEntry-etherWisSectionCurrentJ0Received",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:etherWisSectionCurrentJ0Received": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisSectionCurrentJ0Received from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable": {
      "get": {
        "summary": "Get etherWisPathCurrentTable",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "etherWisPathCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisPathCurrentStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "etherWisPathCurrentJ1Transmitted": {
                            "type": "string",
                            "format": "byte",
                            "example": "/data/example"
                          },
                          "etherWisPathCurrentJ1Received": {
                            "type": "string",
                            "format": "byte",
                            "example": "/data/example"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisPathCurrentTable": {
                    "etherWisPathCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "etherWisPathCurrentStatus": "",
                        "etherWisPathCurrentJ1Transmitted": "QmFzZTY0",
                        "etherWisPathCurrentJ1Received": "QmFzZTY0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisPathCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable/etherWisPathCurrentEntry": {
      "get": {
        "summary": "Get etherWisPathCurrentEntry",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable-etherWisPathCurrentEntry",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisPathCurrentStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "etherWisPathCurrentJ1Transmitted": {
                        "type": "string",
                        "format": "byte",
                        "example": "/data/example"
                      },
                      "etherWisPathCurrentJ1Received": {
                        "type": "string",
                        "format": "byte",
                        "example": "/data/example"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisPathCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "etherWisPathCurrentStatus": "",
                      "etherWisPathCurrentJ1Transmitted": "QmFzZTY0",
                      "etherWisPathCurrentJ1Received": "QmFzZTY0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisPathCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable/etherWisPathCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable-etherWisPathCurrentEntry-ifIndex",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable/etherWisPathCurrentEntry/etherWisPathCurrentStatus": {
      "get": {
        "summary": "Get etherWisPathCurrentStatus",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable-etherWisPathCurrentEntry-etherWisPathCurrentStatus",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "ETHER-WIS:etherWisPathCurrentStatus": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisPathCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable/etherWisPathCurrentEntry/etherWisPathCurrentJ1Transmitted": {
      "get": {
        "summary": "Get etherWisPathCurrentJ1Transmitted",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable-etherWisPathCurrentEntry-etherWisPathCurrentJ1Transmitted",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisPathCurrentJ1Transmitted": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisPathCurrentJ1Transmitted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisPathCurrentTable/etherWisPathCurrentEntry/etherWisPathCurrentJ1Received": {
      "get": {
        "summary": "Get etherWisPathCurrentJ1Received",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisPathCurrentTable-etherWisPathCurrentEntry-etherWisPathCurrentJ1Received",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisPathCurrentJ1Received": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisPathCurrentJ1Received from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisFarEndPathCurrentTable": {
      "get": {
        "summary": "Get etherWisFarEndPathCurrentTable",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisFarEndPathCurrentTable",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "etherWisFarEndPathCurrentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "etherWisFarEndPathCurrentStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisFarEndPathCurrentTable": {
                    "etherWisFarEndPathCurrentEntry": [
                      {
                        "ifIndex": "configured-value",
                        "etherWisFarEndPathCurrentStatus": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisFarEndPathCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisFarEndPathCurrentTable/etherWisFarEndPathCurrentEntry": {
      "get": {
        "summary": "Get etherWisFarEndPathCurrentEntry",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisFarEndPathCurrentTable-etherWisFarEndPathCurrentEntry",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "etherWisFarEndPathCurrentStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "/data/example"
                },
                "example": {
                  "ETHER-WIS:etherWisFarEndPathCurrentEntry": [
                    {
                      "ifIndex": "configured-value",
                      "etherWisFarEndPathCurrentStatus": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisFarEndPathCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisFarEndPathCurrentTable/etherWisFarEndPathCurrentEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisFarEndPathCurrentTable-etherWisFarEndPathCurrentEntry-ifIndex",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "ETHER-WIS:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/ETHER-WIS:ETHER-WIS/etherWisFarEndPathCurrentTable/etherWisFarEndPathCurrentEntry/etherWisFarEndPathCurrentStatus": {
      "get": {
        "summary": "Get etherWisFarEndPathCurrentStatus",
        "operationId": "get-ETHER-WIS:ETHER-WIS-etherWisFarEndPathCurrentTable-etherWisFarEndPathCurrentEntry-etherWisFarEndPathCurrentStatus",
        "tags": [
          "ETHER-WIS"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "ETHER-WIS:etherWisFarEndPathCurrentStatus": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve etherWisFarEndPathCurrentStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
