{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB",
    "description": "MIB data from `CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB` module.\n\n**Root containers:** 1 (CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB)\n**Paths:** 6 | **Descendants:** 5\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": "CISCO-VLAN-IFTABLE-RELATIONSHIP-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/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB": {
      "get": {
        "summary": "Get CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cviVlanInterfaceIndexTable": {
                      "type": "object",
                      "properties": {
                        "cviVlanInterfaceIndexEntry": {
                          "type": "object",
                          "properties": {
                            "cviVlanId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cviPhysicalIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cviRoutedVlanIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB": {
                    "cviVlanInterfaceIndexTable": {
                      "cviVlanInterfaceIndexEntry": {
                        "cviVlanId": "1",
                        "cviPhysicalIfIndex": "configured-value",
                        "cviRoutedVlanIfIndex": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB/cviVlanInterfaceIndexTable": {
      "get": {
        "summary": "Get cviVlanInterfaceIndexTable",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB-cviVlanInterfaceIndexTable",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cviVlanInterfaceIndexEntry": {
                      "type": "object",
                      "properties": {
                        "cviVlanId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cviPhysicalIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cviRoutedVlanIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:cviVlanInterfaceIndexTable": {
                    "cviVlanInterfaceIndexEntry": {
                      "cviVlanId": "1",
                      "cviPhysicalIfIndex": "configured-value",
                      "cviRoutedVlanIfIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cviVlanInterfaceIndexTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB/cviVlanInterfaceIndexTable/cviVlanInterfaceIndexEntry": {
      "get": {
        "summary": "Get cviVlanInterfaceIndexEntry",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB-cviVlanInterfaceIndexTable-cviVlanInterfaceIndexEntry",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cviVlanId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cviPhysicalIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cviRoutedVlanIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:cviVlanInterfaceIndexEntry": {
                    "cviVlanId": "1",
                    "cviPhysicalIfIndex": "configured-value",
                    "cviRoutedVlanIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cviVlanInterfaceIndexEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB/cviVlanInterfaceIndexTable/cviVlanInterfaceIndexEntry/cviVlanId": {
      "get": {
        "summary": "Get cviVlanId",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB-cviVlanInterfaceIndexTable-cviVlanInterfaceIndexEntry-cviVlanId",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:cviVlanId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cviVlanId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB/cviVlanInterfaceIndexTable/cviVlanInterfaceIndexEntry/cviPhysicalIfIndex": {
      "get": {
        "summary": "Get cviPhysicalIfIndex",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB-cviVlanInterfaceIndexTable-cviVlanInterfaceIndexEntry-cviPhysicalIfIndex",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-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": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:cviPhysicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cviPhysicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB/cviVlanInterfaceIndexTable/cviVlanInterfaceIndexEntry/cviRoutedVlanIfIndex": {
      "get": {
        "summary": "Get cviRoutedVlanIfIndex",
        "operationId": "get-CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB-cviVlanInterfaceIndexTable-cviVlanInterfaceIndexEntry-cviRoutedVlanIfIndex",
        "tags": [
          "CISCO-VLAN-IFTABLE-RELATIONSHIP-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": {
                  "CISCO-VLAN-IFTABLE-RELATIONSHIP-MIB:cviRoutedVlanIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cviRoutedVlanIfIndex 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": []
    }
  ]
}
