{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - TUNNEL-MIB",
    "description": "MIB data from `TUNNEL-MIB` module.\n\n**Root containers:** 1 (TUNNEL-MIB)\n**Paths:** 23 | **Descendants:** 22\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": "TUNNEL-MIB",
    "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/TUNNEL-MIB:TUNNEL-MIB": {
      "get": {
        "summary": "Get TUNNEL-MIB",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tunnelIfTable": {
                      "type": "object",
                      "properties": {
                        "tunnelIfEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tunnelIfEncapsMethod": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tunnelIfHopLimit": {
                                "type": "integer",
                                "example": 1
                              },
                              "tunnelIfSecurity": {
                                "type": "string",
                                "example": "https://10.1.1.1/restconf"
                              },
                              "tunnelIfTOS": {
                                "type": "integer",
                                "example": 1
                              },
                              "tunnelIfFlowLabel": {
                                "type": "integer",
                                "example": 1
                              },
                              "tunnelIfAddressType": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "tunnelIfLocalInetAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "tunnelIfRemoteInetAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "tunnelIfEncapsLimit": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tunnelInetConfigTable": {
                      "type": "object",
                      "properties": {
                        "tunnelInetConfigEntry": {
                          "type": "object",
                          "properties": {
                            "tunnelInetConfigAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tunnelInetConfigLocalAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tunnelInetConfigRemoteAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "tunnelInetConfigEncapsMethod": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tunnelInetConfigID": {
                              "type": "integer",
                              "example": 1
                            },
                            "tunnelInetConfigIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tunnelInetConfigStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "tunnelInetConfigStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TUNNEL-MIB:TUNNEL-MIB": {
                    "tunnelIfTable": {
                      "tunnelIfEntry": [
                        {
                          "ifIndex": "configured-value",
                          "tunnelIfEncapsMethod": "configured-value",
                          "tunnelIfHopLimit": 1,
                          "tunnelIfSecurity": "default",
                          "tunnelIfTOS": 1,
                          "tunnelIfFlowLabel": 1,
                          "tunnelIfAddressType": "10.1.1.1",
                          "tunnelIfLocalInetAddress": "10.1.1.1",
                          "tunnelIfRemoteInetAddress": "10.1.1.1",
                          "tunnelIfEncapsLimit": 1
                        }
                      ]
                    },
                    "tunnelInetConfigTable": {
                      "tunnelInetConfigEntry": {
                        "tunnelInetConfigAddressType": "10.1.1.1",
                        "tunnelInetConfigLocalAddress": "10.1.1.1",
                        "tunnelInetConfigRemoteAddress": "10.1.1.1",
                        "tunnelInetConfigEncapsMethod": "configured-value",
                        "tunnelInetConfigID": 1,
                        "tunnelInetConfigIfIndex": "configured-value",
                        "tunnelInetConfigStatus": "active",
                        "tunnelInetConfigStorageType": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve TUNNEL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable": {
      "get": {
        "summary": "Get tunnelIfTable",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tunnelIfEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tunnelIfEncapsMethod": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tunnelIfHopLimit": {
                            "type": "integer",
                            "example": 1
                          },
                          "tunnelIfSecurity": {
                            "type": "string",
                            "example": "https://10.1.1.1/restconf"
                          },
                          "tunnelIfTOS": {
                            "type": "integer",
                            "example": 1
                          },
                          "tunnelIfFlowLabel": {
                            "type": "integer",
                            "example": 1
                          },
                          "tunnelIfAddressType": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "tunnelIfLocalInetAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "tunnelIfRemoteInetAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "tunnelIfEncapsLimit": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfTable": {
                    "tunnelIfEntry": [
                      {
                        "ifIndex": "configured-value",
                        "tunnelIfEncapsMethod": "configured-value",
                        "tunnelIfHopLimit": 1,
                        "tunnelIfSecurity": "default",
                        "tunnelIfTOS": 1,
                        "tunnelIfFlowLabel": 1,
                        "tunnelIfAddressType": "10.1.1.1",
                        "tunnelIfLocalInetAddress": "10.1.1.1",
                        "tunnelIfRemoteInetAddress": "10.1.1.1",
                        "tunnelIfEncapsLimit": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry": {
      "get": {
        "summary": "Get tunnelIfEntry",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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"
                      },
                      "tunnelIfEncapsMethod": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tunnelIfHopLimit": {
                        "type": "integer",
                        "example": 1
                      },
                      "tunnelIfSecurity": {
                        "type": "string",
                        "example": "https://10.1.1.1/restconf"
                      },
                      "tunnelIfTOS": {
                        "type": "integer",
                        "example": 1
                      },
                      "tunnelIfFlowLabel": {
                        "type": "integer",
                        "example": 1
                      },
                      "tunnelIfAddressType": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "tunnelIfLocalInetAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "tunnelIfRemoteInetAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "tunnelIfEncapsLimit": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfEntry": [
                    {
                      "ifIndex": "configured-value",
                      "tunnelIfEncapsMethod": "configured-value",
                      "tunnelIfHopLimit": 1,
                      "tunnelIfSecurity": "default",
                      "tunnelIfTOS": 1,
                      "tunnelIfFlowLabel": 1,
                      "tunnelIfAddressType": "10.1.1.1",
                      "tunnelIfLocalInetAddress": "10.1.1.1",
                      "tunnelIfRemoteInetAddress": "10.1.1.1",
                      "tunnelIfEncapsLimit": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-ifIndex",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB: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/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfEncapsMethod": {
      "get": {
        "summary": "Get tunnelIfEncapsMethod",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfEncapsMethod",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB:tunnelIfEncapsMethod": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfEncapsMethod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfHopLimit": {
      "get": {
        "summary": "Get tunnelIfHopLimit",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfHopLimit",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfHopLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfHopLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfSecurity": {
      "get": {
        "summary": "Get tunnelIfSecurity",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfSecurity",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfSecurity": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfSecurity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfTOS": {
      "get": {
        "summary": "Get tunnelIfTOS",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfTOS",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfTOS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfTOS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfFlowLabel": {
      "get": {
        "summary": "Get tunnelIfFlowLabel",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfFlowLabel",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfFlowLabel": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfFlowLabel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfAddressType": {
      "get": {
        "summary": "Get tunnelIfAddressType",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfAddressType",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfLocalInetAddress": {
      "get": {
        "summary": "Get tunnelIfLocalInetAddress",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfLocalInetAddress",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfLocalInetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfLocalInetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfRemoteInetAddress": {
      "get": {
        "summary": "Get tunnelIfRemoteInetAddress",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfRemoteInetAddress",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfRemoteInetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfRemoteInetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelIfTable/tunnelIfEntry/tunnelIfEncapsLimit": {
      "get": {
        "summary": "Get tunnelIfEncapsLimit",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelIfTable-tunnelIfEntry-tunnelIfEncapsLimit",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TUNNEL-MIB:tunnelIfEncapsLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelIfEncapsLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable": {
      "get": {
        "summary": "Get tunnelInetConfigTable",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tunnelInetConfigEntry": {
                      "type": "object",
                      "properties": {
                        "tunnelInetConfigAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tunnelInetConfigLocalAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tunnelInetConfigRemoteAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "tunnelInetConfigEncapsMethod": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tunnelInetConfigID": {
                          "type": "integer",
                          "example": 1
                        },
                        "tunnelInetConfigIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tunnelInetConfigStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "tunnelInetConfigStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigTable": {
                    "tunnelInetConfigEntry": {
                      "tunnelInetConfigAddressType": "10.1.1.1",
                      "tunnelInetConfigLocalAddress": "10.1.1.1",
                      "tunnelInetConfigRemoteAddress": "10.1.1.1",
                      "tunnelInetConfigEncapsMethod": "configured-value",
                      "tunnelInetConfigID": 1,
                      "tunnelInetConfigIfIndex": "configured-value",
                      "tunnelInetConfigStatus": "active",
                      "tunnelInetConfigStorageType": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry": {
      "get": {
        "summary": "Get tunnelInetConfigEntry",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tunnelInetConfigAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tunnelInetConfigLocalAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tunnelInetConfigRemoteAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "tunnelInetConfigEncapsMethod": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tunnelInetConfigID": {
                      "type": "integer",
                      "example": 1
                    },
                    "tunnelInetConfigIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tunnelInetConfigStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "tunnelInetConfigStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigEntry": {
                    "tunnelInetConfigAddressType": "10.1.1.1",
                    "tunnelInetConfigLocalAddress": "10.1.1.1",
                    "tunnelInetConfigRemoteAddress": "10.1.1.1",
                    "tunnelInetConfigEncapsMethod": "configured-value",
                    "tunnelInetConfigID": 1,
                    "tunnelInetConfigIfIndex": "configured-value",
                    "tunnelInetConfigStatus": "active",
                    "tunnelInetConfigStorageType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigAddressType": {
      "get": {
        "summary": "Get tunnelInetConfigAddressType",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigAddressType",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigLocalAddress": {
      "get": {
        "summary": "Get tunnelInetConfigLocalAddress",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigLocalAddress",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigLocalAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigLocalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigRemoteAddress": {
      "get": {
        "summary": "Get tunnelInetConfigRemoteAddress",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigRemoteAddress",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigRemoteAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigRemoteAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigEncapsMethod": {
      "get": {
        "summary": "Get tunnelInetConfigEncapsMethod",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigEncapsMethod",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB:tunnelInetConfigEncapsMethod": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigEncapsMethod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigID": {
      "get": {
        "summary": "Get tunnelInetConfigID",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigID",
        "tags": [
          "TUNNEL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TUNNEL-MIB:tunnelInetConfigID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigIfIndex": {
      "get": {
        "summary": "Get tunnelInetConfigIfIndex",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigIfIndex",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB:tunnelInetConfigIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigStatus": {
      "get": {
        "summary": "Get tunnelInetConfigStatus",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigStatus",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB:tunnelInetConfigStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TUNNEL-MIB:TUNNEL-MIB/tunnelInetConfigTable/tunnelInetConfigEntry/tunnelInetConfigStorageType": {
      "get": {
        "summary": "Get tunnelInetConfigStorageType",
        "operationId": "get-TUNNEL-MIB:TUNNEL-MIB-tunnelInetConfigTable-tunnelInetConfigEntry-tunnelInetConfigStorageType",
        "tags": [
          "TUNNEL-MIB"
        ],
        "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": {
                  "TUNNEL-MIB:tunnelInetConfigStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tunnelInetConfigStorageType 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": []
    }
  ]
}
