{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - MPLS-VPN-MIB",
    "description": "MIB data from `MPLS-VPN-MIB` module.\n\n**Root containers:** 1 (MPLS-VPN-MIB)\n**Paths:** 94 | **Descendants:** 93\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": "MPLS-VPN-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/MPLS-VPN-MIB:MPLS-VPN-MIB": {
      "get": {
        "summary": "Get MPLS-VPN-MIB",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnScalars": {
                      "type": "object",
                      "properties": {
                        "mplsVpnConfiguredVrfs": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnActiveVrfs": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnConnectedInterfaces": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnNotificationEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "mplsVpnVrfConfMaxPossibleRoutes": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceConfTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnInterfaceConfEntry": {
                          "type": "object",
                          "properties": {
                            "mplsVpnVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "mplsVpnInterfaceConfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnInterfaceLabelEdgeType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnInterfaceVpnClassification": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnInterfaceVpnRouteDistProtocol": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnInterfaceConfStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnInterfaceConfRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnVrfTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "mplsVpnVrfName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "mplsVpnVrfDescription": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfRouteDistinguisher": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfCreationTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "mplsVpnVrfOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "mplsVpnVrfActiveInterfaces": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfAssociatedInterfaces": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfConfMidRouteThreshold": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfConfHighRouteThreshold": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfConfMaxRoutes": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfConfLastChanged": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfConfRowStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "mplsVpnVrfConfStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfSecIllegalLabelViolations": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfSecIllegalLabelRcvThresh": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "mplsVpnVrfPerfRoutesAdded": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfPerfRoutesDeleted": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "mplsVpnVrfPerfCurrNumRoutes": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 10
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTargetTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfRouteTargetEntry": {
                          "type": "object",
                          "properties": {
                            "mplsVpnVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "mplsVpnVrfRouteTargetIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "mplsVpnVrfRouteTargetType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteTarget": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteTargetDescr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteTargetRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrAddrTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfBgpNbrAddrEntry": {
                          "type": "object",
                          "properties": {
                            "mplsVpnVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "mplsVpnInterfaceConfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfBgpNbrIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "mplsVpnVrfBgpNbrRole": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfBgpNbrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfBgpNbrAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfBgpNbrRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "mplsVpnVrfBgpNbrStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrPrefixTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfBgpNbrPrefixEntry": {
                          "type": "object",
                          "properties": {
                            "mplsVpnVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "mplsVpnVrfBgpPathAttrPeer": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfBgpPathAttrIpAddrPrefix": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrOrigin": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrASPathSegment": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrNextHop": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrMultiExitDisc": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfBgpPathAttrLocalPref": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfBgpPathAttrAtomicAggregate": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrAggregatorAS": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfBgpPathAttrAggregatorAddr": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrCalcLocalPref": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfBgpPathAttrBest": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "mplsVpnVrfBgpPathAttrUnknown": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTable": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfRouteEntry": {
                          "type": "object",
                          "properties": {
                            "mplsVpnVrfName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "mplsVpnVrfRouteDest": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteDestAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteMaskAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteTos": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "mplsVpnVrfRouteNextHop": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteNextHopAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteProto": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteAge": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "mplsVpnVrfRouteInfo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "mplsVpnVrfRouteNextHopAS": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "mplsVpnVrfRouteMetric1": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfRouteMetric2": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfRouteMetric3": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfRouteMetric4": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfRouteMetric5": {
                              "type": "integer",
                              "example": 1
                            },
                            "mplsVpnVrfRouteRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "mplsVpnVrfRouteStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:MPLS-VPN-MIB": {
                    "mplsVpnScalars": {
                      "mplsVpnConfiguredVrfs": 1,
                      "mplsVpnActiveVrfs": 1,
                      "mplsVpnConnectedInterfaces": 1,
                      "mplsVpnNotificationEnable": true,
                      "mplsVpnVrfConfMaxPossibleRoutes": 1
                    },
                    "mplsVpnInterfaceConfTable": {
                      "mplsVpnInterfaceConfEntry": {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnInterfaceConfIndex": "configured-value",
                        "mplsVpnInterfaceLabelEdgeType": "default",
                        "mplsVpnInterfaceVpnClassification": "default",
                        "mplsVpnInterfaceVpnRouteDistProtocol": "",
                        "mplsVpnInterfaceConfStorageType": "configured-value",
                        "mplsVpnInterfaceConfRowStatus": "active"
                      }
                    },
                    "mplsVpnVrfTable": {
                      "mplsVpnVrfEntry": [
                        {
                          "mplsVpnVrfName": "example-1",
                          "mplsVpnVrfDescription": "configured-value",
                          "mplsVpnVrfRouteDistinguisher": "configured-value",
                          "mplsVpnVrfCreationTime": "10:30:45",
                          "mplsVpnVrfOperStatus": "default",
                          "mplsVpnVrfActiveInterfaces": 1,
                          "mplsVpnVrfAssociatedInterfaces": 1,
                          "mplsVpnVrfConfMidRouteThreshold": 1,
                          "mplsVpnVrfConfHighRouteThreshold": 1,
                          "mplsVpnVrfConfMaxRoutes": 1,
                          "mplsVpnVrfConfLastChanged": "configured-value",
                          "mplsVpnVrfConfRowStatus": "active",
                          "mplsVpnVrfConfStorageType": "configured-value",
                          "mplsVpnVrfSecIllegalLabelViolations": "configured-value",
                          "mplsVpnVrfSecIllegalLabelRcvThresh": 1,
                          "mplsVpnVrfPerfRoutesAdded": "configured-value",
                          "mplsVpnVrfPerfRoutesDeleted": "configured-value",
                          "mplsVpnVrfPerfCurrNumRoutes": 10
                        }
                      ]
                    },
                    "mplsVpnVrfRouteTargetTable": {
                      "mplsVpnVrfRouteTargetEntry": {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnVrfRouteTargetIndex": 1,
                        "mplsVpnVrfRouteTargetType": "default",
                        "mplsVpnVrfRouteTarget": "configured-value",
                        "mplsVpnVrfRouteTargetDescr": "configured-value",
                        "mplsVpnVrfRouteTargetRowStatus": "active"
                      }
                    },
                    "mplsVpnVrfBgpNbrAddrTable": {
                      "mplsVpnVrfBgpNbrAddrEntry": {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnInterfaceConfIndex": "configured-value",
                        "mplsVpnVrfBgpNbrIndex": 1,
                        "mplsVpnVrfBgpNbrRole": "default",
                        "mplsVpnVrfBgpNbrType": "configured-value",
                        "mplsVpnVrfBgpNbrAddr": "configured-value",
                        "mplsVpnVrfBgpNbrRowStatus": "active",
                        "mplsVpnVrfBgpNbrStorageType": "configured-value"
                      }
                    },
                    "mplsVpnVrfBgpNbrPrefixTable": {
                      "mplsVpnVrfBgpNbrPrefixEntry": {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnVrfBgpPathAttrPeer": "/data/example",
                        "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": 1,
                        "mplsVpnVrfBgpPathAttrIpAddrPrefix": "/data/example",
                        "mplsVpnVrfBgpPathAttrOrigin": "default",
                        "mplsVpnVrfBgpPathAttrASPathSegment": "QmFzZTY0",
                        "mplsVpnVrfBgpPathAttrNextHop": "/data/example",
                        "mplsVpnVrfBgpPathAttrMultiExitDisc": 1,
                        "mplsVpnVrfBgpPathAttrLocalPref": 1,
                        "mplsVpnVrfBgpPathAttrAtomicAggregate": "default",
                        "mplsVpnVrfBgpPathAttrAggregatorAS": 1,
                        "mplsVpnVrfBgpPathAttrAggregatorAddr": "/data/example",
                        "mplsVpnVrfBgpPathAttrCalcLocalPref": 1,
                        "mplsVpnVrfBgpPathAttrBest": "default",
                        "mplsVpnVrfBgpPathAttrUnknown": "QmFzZTY0"
                      }
                    },
                    "mplsVpnVrfRouteTable": {
                      "mplsVpnVrfRouteEntry": {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnVrfRouteDest": "configured-value",
                        "mplsVpnVrfRouteDestAddrType": "configured-value",
                        "mplsVpnVrfRouteMask": "configured-value",
                        "mplsVpnVrfRouteMaskAddrType": "configured-value",
                        "mplsVpnVrfRouteTos": 1,
                        "mplsVpnVrfRouteNextHop": "configured-value",
                        "mplsVpnVrfRouteNextHopAddrType": "configured-value",
                        "mplsVpnVrfRouteIfIndex": "configured-value",
                        "mplsVpnVrfRouteType": "default",
                        "mplsVpnVrfRouteProto": "default",
                        "mplsVpnVrfRouteAge": 1,
                        "mplsVpnVrfRouteInfo": "configured-value",
                        "mplsVpnVrfRouteNextHopAS": 1,
                        "mplsVpnVrfRouteMetric1": 1,
                        "mplsVpnVrfRouteMetric2": 1,
                        "mplsVpnVrfRouteMetric3": 1,
                        "mplsVpnVrfRouteMetric4": 1,
                        "mplsVpnVrfRouteMetric5": 1,
                        "mplsVpnVrfRouteRowStatus": "active",
                        "mplsVpnVrfRouteStorageType": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve MPLS-VPN-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars": {
      "get": {
        "summary": "Get mplsVpnScalars",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnConfiguredVrfs": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnActiveVrfs": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnConnectedInterfaces": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnNotificationEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "mplsVpnVrfConfMaxPossibleRoutes": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnScalars": {
                    "mplsVpnConfiguredVrfs": 1,
                    "mplsVpnActiveVrfs": 1,
                    "mplsVpnConnectedInterfaces": 1,
                    "mplsVpnNotificationEnable": true,
                    "mplsVpnVrfConfMaxPossibleRoutes": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnScalars from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars/mplsVpnConfiguredVrfs": {
      "get": {
        "summary": "Get mplsVpnConfiguredVrfs",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars-mplsVpnConfiguredVrfs",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnConfiguredVrfs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnConfiguredVrfs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars/mplsVpnActiveVrfs": {
      "get": {
        "summary": "Get mplsVpnActiveVrfs",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars-mplsVpnActiveVrfs",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnActiveVrfs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnActiveVrfs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars/mplsVpnConnectedInterfaces": {
      "get": {
        "summary": "Get mplsVpnConnectedInterfaces",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars-mplsVpnConnectedInterfaces",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnConnectedInterfaces": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnConnectedInterfaces from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars/mplsVpnNotificationEnable": {
      "get": {
        "summary": "Get mplsVpnNotificationEnable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars-mplsVpnNotificationEnable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnNotificationEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnNotificationEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnScalars/mplsVpnVrfConfMaxPossibleRoutes": {
      "get": {
        "summary": "Get mplsVpnVrfConfMaxPossibleRoutes",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnScalars-mplsVpnVrfConfMaxPossibleRoutes",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfMaxPossibleRoutes": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfMaxPossibleRoutes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnInterfaceConfEntry": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "mplsVpnInterfaceConfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnInterfaceLabelEdgeType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnInterfaceVpnClassification": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnInterfaceVpnRouteDistProtocol": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnInterfaceConfStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnInterfaceConfRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfTable": {
                    "mplsVpnInterfaceConfEntry": {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnInterfaceConfIndex": "configured-value",
                      "mplsVpnInterfaceLabelEdgeType": "default",
                      "mplsVpnInterfaceVpnClassification": "default",
                      "mplsVpnInterfaceVpnRouteDistProtocol": "",
                      "mplsVpnInterfaceConfStorageType": "configured-value",
                      "mplsVpnInterfaceConfRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "mplsVpnInterfaceConfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceLabelEdgeType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceVpnClassification": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceVpnRouteDistProtocol": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceConfStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnInterfaceConfRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfEntry": {
                    "mplsVpnVrfName": "example-1",
                    "mplsVpnInterfaceConfIndex": "configured-value",
                    "mplsVpnInterfaceLabelEdgeType": "default",
                    "mplsVpnInterfaceVpnClassification": "default",
                    "mplsVpnInterfaceVpnRouteDistProtocol": "",
                    "mplsVpnInterfaceConfStorageType": "configured-value",
                    "mplsVpnInterfaceConfRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceConfIndex": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfIndex",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceConfIndex",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceLabelEdgeType": {
      "get": {
        "summary": "Get mplsVpnInterfaceLabelEdgeType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceLabelEdgeType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceLabelEdgeType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceLabelEdgeType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceVpnClassification": {
      "get": {
        "summary": "Get mplsVpnInterfaceVpnClassification",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceVpnClassification",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceVpnClassification": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceVpnClassification from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceVpnRouteDistProtocol": {
      "get": {
        "summary": "Get mplsVpnInterfaceVpnRouteDistProtocol",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceVpnRouteDistProtocol",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceVpnRouteDistProtocol": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceVpnRouteDistProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceConfStorageType": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfStorageType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceConfStorageType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnInterfaceConfTable/mplsVpnInterfaceConfEntry/mplsVpnInterfaceConfRowStatus": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfRowStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnInterfaceConfTable-mplsVpnInterfaceConfEntry-mplsVpnInterfaceConfRowStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable": {
      "get": {
        "summary": "Get mplsVpnVrfTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "mplsVpnVrfName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "mplsVpnVrfDescription": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfRouteDistinguisher": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfCreationTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "mplsVpnVrfOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "mplsVpnVrfActiveInterfaces": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfAssociatedInterfaces": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfConfMidRouteThreshold": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfConfHighRouteThreshold": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfConfMaxRoutes": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfConfLastChanged": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfConfRowStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "mplsVpnVrfConfStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfSecIllegalLabelViolations": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfSecIllegalLabelRcvThresh": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "mplsVpnVrfPerfRoutesAdded": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfPerfRoutesDeleted": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "mplsVpnVrfPerfCurrNumRoutes": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 10
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfTable": {
                    "mplsVpnVrfEntry": [
                      {
                        "mplsVpnVrfName": "example-1",
                        "mplsVpnVrfDescription": "configured-value",
                        "mplsVpnVrfRouteDistinguisher": "configured-value",
                        "mplsVpnVrfCreationTime": "10:30:45",
                        "mplsVpnVrfOperStatus": "default",
                        "mplsVpnVrfActiveInterfaces": 1,
                        "mplsVpnVrfAssociatedInterfaces": 1,
                        "mplsVpnVrfConfMidRouteThreshold": 1,
                        "mplsVpnVrfConfHighRouteThreshold": 1,
                        "mplsVpnVrfConfMaxRoutes": 1,
                        "mplsVpnVrfConfLastChanged": "configured-value",
                        "mplsVpnVrfConfRowStatus": "active",
                        "mplsVpnVrfConfStorageType": "configured-value",
                        "mplsVpnVrfSecIllegalLabelViolations": "configured-value",
                        "mplsVpnVrfSecIllegalLabelRcvThresh": 1,
                        "mplsVpnVrfPerfRoutesAdded": "configured-value",
                        "mplsVpnVrfPerfRoutesDeleted": "configured-value",
                        "mplsVpnVrfPerfCurrNumRoutes": 10
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry": {
      "get": {
        "summary": "Get mplsVpnVrfEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry",
        "tags": [
          "MPLS-VPN-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": {
                      "mplsVpnVrfName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "mplsVpnVrfDescription": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfRouteDistinguisher": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfCreationTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "mplsVpnVrfOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "mplsVpnVrfActiveInterfaces": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfAssociatedInterfaces": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfConfMidRouteThreshold": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfConfHighRouteThreshold": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfConfMaxRoutes": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfConfLastChanged": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfConfRowStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "mplsVpnVrfConfStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfSecIllegalLabelViolations": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfSecIllegalLabelRcvThresh": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "mplsVpnVrfPerfRoutesAdded": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfPerfRoutesDeleted": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "mplsVpnVrfPerfCurrNumRoutes": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 10
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfEntry": [
                    {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnVrfDescription": "configured-value",
                      "mplsVpnVrfRouteDistinguisher": "configured-value",
                      "mplsVpnVrfCreationTime": "10:30:45",
                      "mplsVpnVrfOperStatus": "default",
                      "mplsVpnVrfActiveInterfaces": 1,
                      "mplsVpnVrfAssociatedInterfaces": 1,
                      "mplsVpnVrfConfMidRouteThreshold": 1,
                      "mplsVpnVrfConfHighRouteThreshold": 1,
                      "mplsVpnVrfConfMaxRoutes": 1,
                      "mplsVpnVrfConfLastChanged": "configured-value",
                      "mplsVpnVrfConfRowStatus": "active",
                      "mplsVpnVrfConfStorageType": "configured-value",
                      "mplsVpnVrfSecIllegalLabelViolations": "configured-value",
                      "mplsVpnVrfSecIllegalLabelRcvThresh": 1,
                      "mplsVpnVrfPerfRoutesAdded": "configured-value",
                      "mplsVpnVrfPerfRoutesDeleted": "configured-value",
                      "mplsVpnVrfPerfCurrNumRoutes": 10
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfDescription": {
      "get": {
        "summary": "Get mplsVpnVrfDescription",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfDescription",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfDescription": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfDescription from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfRouteDistinguisher": {
      "get": {
        "summary": "Get mplsVpnVrfRouteDistinguisher",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfRouteDistinguisher",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteDistinguisher": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteDistinguisher from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfCreationTime": {
      "get": {
        "summary": "Get mplsVpnVrfCreationTime",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfCreationTime",
        "tags": [
          "MPLS-VPN-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:30:45"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfCreationTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfCreationTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfOperStatus": {
      "get": {
        "summary": "Get mplsVpnVrfOperStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfOperStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfOperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfActiveInterfaces": {
      "get": {
        "summary": "Get mplsVpnVrfActiveInterfaces",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfActiveInterfaces",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfActiveInterfaces": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfActiveInterfaces from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfAssociatedInterfaces": {
      "get": {
        "summary": "Get mplsVpnVrfAssociatedInterfaces",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfAssociatedInterfaces",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfAssociatedInterfaces": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfAssociatedInterfaces from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfMidRouteThreshold": {
      "get": {
        "summary": "Get mplsVpnVrfConfMidRouteThreshold",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfMidRouteThreshold",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfMidRouteThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfMidRouteThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfHighRouteThreshold": {
      "get": {
        "summary": "Get mplsVpnVrfConfHighRouteThreshold",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfHighRouteThreshold",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfHighRouteThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfHighRouteThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfMaxRoutes": {
      "get": {
        "summary": "Get mplsVpnVrfConfMaxRoutes",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfMaxRoutes",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfMaxRoutes": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfMaxRoutes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfLastChanged": {
      "get": {
        "summary": "Get mplsVpnVrfConfLastChanged",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfLastChanged",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfLastChanged": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfLastChanged from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfRowStatus": {
      "get": {
        "summary": "Get mplsVpnVrfConfRowStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfRowStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfConfStorageType": {
      "get": {
        "summary": "Get mplsVpnVrfConfStorageType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfConfStorageType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfConfStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfConfStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfSecIllegalLabelViolations": {
      "get": {
        "summary": "Get mplsVpnVrfSecIllegalLabelViolations",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfSecIllegalLabelViolations",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfSecIllegalLabelViolations": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfSecIllegalLabelViolations from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfSecIllegalLabelRcvThresh": {
      "get": {
        "summary": "Get mplsVpnVrfSecIllegalLabelRcvThresh",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfSecIllegalLabelRcvThresh",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfSecIllegalLabelRcvThresh": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfSecIllegalLabelRcvThresh from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfPerfRoutesAdded": {
      "get": {
        "summary": "Get mplsVpnVrfPerfRoutesAdded",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfPerfRoutesAdded",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfPerfRoutesAdded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfPerfRoutesAdded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfPerfRoutesDeleted": {
      "get": {
        "summary": "Get mplsVpnVrfPerfRoutesDeleted",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfPerfRoutesDeleted",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfPerfRoutesDeleted": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfPerfRoutesDeleted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfTable/mplsVpnVrfEntry/mplsVpnVrfPerfCurrNumRoutes": {
      "get": {
        "summary": "Get mplsVpnVrfPerfCurrNumRoutes",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfTable-mplsVpnVrfEntry-mplsVpnVrfPerfCurrNumRoutes",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 10
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfPerfCurrNumRoutes": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfPerfCurrNumRoutes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfRouteTargetEntry": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "mplsVpnVrfRouteTargetIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnVrfRouteTargetType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteTarget": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteTargetDescr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteTargetRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetTable": {
                    "mplsVpnVrfRouteTargetEntry": {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnVrfRouteTargetIndex": 1,
                      "mplsVpnVrfRouteTargetType": "default",
                      "mplsVpnVrfRouteTarget": "configured-value",
                      "mplsVpnVrfRouteTargetDescr": "configured-value",
                      "mplsVpnVrfRouteTargetRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "mplsVpnVrfRouteTargetIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnVrfRouteTargetType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTarget": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTargetDescr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTargetRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetEntry": {
                    "mplsVpnVrfName": "example-1",
                    "mplsVpnVrfRouteTargetIndex": 1,
                    "mplsVpnVrfRouteTargetType": "default",
                    "mplsVpnVrfRouteTarget": "configured-value",
                    "mplsVpnVrfRouteTargetDescr": "configured-value",
                    "mplsVpnVrfRouteTargetRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfRouteTargetIndex": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetIndex",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfRouteTargetIndex",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfRouteTargetType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfRouteTargetType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfRouteTarget": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTarget",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfRouteTarget",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTarget": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTarget from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfRouteTargetDescr": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetDescr",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfRouteTargetDescr",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTargetTable/mplsVpnVrfRouteTargetEntry/mplsVpnVrfRouteTargetRowStatus": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTargetRowStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTargetTable-mplsVpnVrfRouteTargetEntry-mplsVpnVrfRouteTargetRowStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTargetRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTargetRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrAddrTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfBgpNbrAddrEntry": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "mplsVpnInterfaceConfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfBgpNbrIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnVrfBgpNbrRole": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfBgpNbrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfBgpNbrAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfBgpNbrRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "mplsVpnVrfBgpNbrStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrAddrTable": {
                    "mplsVpnVrfBgpNbrAddrEntry": {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnInterfaceConfIndex": "configured-value",
                      "mplsVpnVrfBgpNbrIndex": 1,
                      "mplsVpnVrfBgpNbrRole": "default",
                      "mplsVpnVrfBgpNbrType": "configured-value",
                      "mplsVpnVrfBgpNbrAddr": "configured-value",
                      "mplsVpnVrfBgpNbrRowStatus": "active",
                      "mplsVpnVrfBgpNbrStorageType": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrAddrEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "mplsVpnInterfaceConfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnVrfBgpNbrRole": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfBgpNbrRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "mplsVpnVrfBgpNbrStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrAddrEntry": {
                    "mplsVpnVrfName": "example-1",
                    "mplsVpnInterfaceConfIndex": "configured-value",
                    "mplsVpnVrfBgpNbrIndex": 1,
                    "mplsVpnVrfBgpNbrRole": "default",
                    "mplsVpnVrfBgpNbrType": "configured-value",
                    "mplsVpnVrfBgpNbrAddr": "configured-value",
                    "mplsVpnVrfBgpNbrRowStatus": "active",
                    "mplsVpnVrfBgpNbrStorageType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnInterfaceConfIndex": {
      "get": {
        "summary": "Get mplsVpnInterfaceConfIndex",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnInterfaceConfIndex",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnInterfaceConfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnInterfaceConfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrIndex": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrIndex",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrIndex",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrRole": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrRole",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrRole",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrRole": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrRole from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrType": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrAddr": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrAddr",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrAddr",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrRowStatus": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrRowStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrRowStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrAddrTable/mplsVpnVrfBgpNbrAddrEntry/mplsVpnVrfBgpNbrStorageType": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrStorageType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrAddrTable-mplsVpnVrfBgpNbrAddrEntry-mplsVpnVrfBgpNbrStorageType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrPrefixTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfBgpNbrPrefixEntry": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "mplsVpnVrfBgpPathAttrPeer": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfBgpPathAttrIpAddrPrefix": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrOrigin": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrASPathSegment": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrNextHop": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrMultiExitDisc": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfBgpPathAttrLocalPref": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfBgpPathAttrAtomicAggregate": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrAggregatorAS": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfBgpPathAttrAggregatorAddr": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrCalcLocalPref": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfBgpPathAttrBest": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "mplsVpnVrfBgpPathAttrUnknown": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrPrefixTable": {
                    "mplsVpnVrfBgpNbrPrefixEntry": {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnVrfBgpPathAttrPeer": "/data/example",
                      "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": 1,
                      "mplsVpnVrfBgpPathAttrIpAddrPrefix": "/data/example",
                      "mplsVpnVrfBgpPathAttrOrigin": "default",
                      "mplsVpnVrfBgpPathAttrASPathSegment": "QmFzZTY0",
                      "mplsVpnVrfBgpPathAttrNextHop": "/data/example",
                      "mplsVpnVrfBgpPathAttrMultiExitDisc": 1,
                      "mplsVpnVrfBgpPathAttrLocalPref": 1,
                      "mplsVpnVrfBgpPathAttrAtomicAggregate": "default",
                      "mplsVpnVrfBgpPathAttrAggregatorAS": 1,
                      "mplsVpnVrfBgpPathAttrAggregatorAddr": "/data/example",
                      "mplsVpnVrfBgpPathAttrCalcLocalPref": 1,
                      "mplsVpnVrfBgpPathAttrBest": "default",
                      "mplsVpnVrfBgpPathAttrUnknown": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrPrefixTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry": {
      "get": {
        "summary": "Get mplsVpnVrfBgpNbrPrefixEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "mplsVpnVrfBgpPathAttrPeer": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfBgpPathAttrIpAddrPrefix": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrOrigin": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrASPathSegment": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrNextHop": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrMultiExitDisc": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfBgpPathAttrLocalPref": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfBgpPathAttrAtomicAggregate": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrAggregatorAS": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfBgpPathAttrAggregatorAddr": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrCalcLocalPref": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfBgpPathAttrBest": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "mplsVpnVrfBgpPathAttrUnknown": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpNbrPrefixEntry": {
                    "mplsVpnVrfName": "example-1",
                    "mplsVpnVrfBgpPathAttrPeer": "/data/example",
                    "mplsVpnVrfBgpPathAttrIpAddrPrefixLen": 1,
                    "mplsVpnVrfBgpPathAttrIpAddrPrefix": "/data/example",
                    "mplsVpnVrfBgpPathAttrOrigin": "default",
                    "mplsVpnVrfBgpPathAttrASPathSegment": "QmFzZTY0",
                    "mplsVpnVrfBgpPathAttrNextHop": "/data/example",
                    "mplsVpnVrfBgpPathAttrMultiExitDisc": 1,
                    "mplsVpnVrfBgpPathAttrLocalPref": 1,
                    "mplsVpnVrfBgpPathAttrAtomicAggregate": "default",
                    "mplsVpnVrfBgpPathAttrAggregatorAS": 1,
                    "mplsVpnVrfBgpPathAttrAggregatorAddr": "/data/example",
                    "mplsVpnVrfBgpPathAttrCalcLocalPref": 1,
                    "mplsVpnVrfBgpPathAttrBest": "default",
                    "mplsVpnVrfBgpPathAttrUnknown": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpNbrPrefixEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrPeer": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrPeer",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrPeer",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrPeer": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrIpAddrPrefixLen": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrIpAddrPrefixLen",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrIpAddrPrefixLen",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrIpAddrPrefixLen": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrIpAddrPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrIpAddrPrefix": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrIpAddrPrefix",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrIpAddrPrefix",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrIpAddrPrefix": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrIpAddrPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrOrigin": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrOrigin",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrOrigin",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrASPathSegment": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrASPathSegment",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrASPathSegment",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrASPathSegment": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrASPathSegment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrNextHop": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrNextHop",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrNextHop",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrNextHop": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrMultiExitDisc": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrMultiExitDisc",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrMultiExitDisc",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrMultiExitDisc": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrMultiExitDisc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrLocalPref": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrLocalPref",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrLocalPref",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrLocalPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrLocalPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrAtomicAggregate": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrAtomicAggregate",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrAtomicAggregate",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrAtomicAggregate": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrAtomicAggregate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrAggregatorAS": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrAggregatorAS",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrAggregatorAS",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrAggregatorAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrAggregatorAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrAggregatorAddr": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrAggregatorAddr",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrAggregatorAddr",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrAggregatorAddr": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrAggregatorAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrCalcLocalPref": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrCalcLocalPref",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrCalcLocalPref",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrCalcLocalPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrCalcLocalPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrBest": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrBest",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrBest",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "/data/example"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrBest": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrBest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfBgpNbrPrefixTable/mplsVpnVrfBgpNbrPrefixEntry/mplsVpnVrfBgpPathAttrUnknown": {
      "get": {
        "summary": "Get mplsVpnVrfBgpPathAttrUnknown",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfBgpNbrPrefixTable-mplsVpnVrfBgpNbrPrefixEntry-mplsVpnVrfBgpPathAttrUnknown",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "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": {
                  "MPLS-VPN-MIB:mplsVpnVrfBgpPathAttrUnknown": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfBgpPathAttrUnknown from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTable",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfRouteEntry": {
                      "type": "object",
                      "properties": {
                        "mplsVpnVrfName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "mplsVpnVrfRouteDest": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteDestAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteMaskAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteTos": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnVrfRouteNextHop": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteNextHopAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteProto": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteAge": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnVrfRouteInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "mplsVpnVrfRouteNextHopAS": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "mplsVpnVrfRouteMetric1": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfRouteMetric2": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfRouteMetric3": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfRouteMetric4": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfRouteMetric5": {
                          "type": "integer",
                          "example": 1
                        },
                        "mplsVpnVrfRouteRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "mplsVpnVrfRouteStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTable": {
                    "mplsVpnVrfRouteEntry": {
                      "mplsVpnVrfName": "example-1",
                      "mplsVpnVrfRouteDest": "configured-value",
                      "mplsVpnVrfRouteDestAddrType": "configured-value",
                      "mplsVpnVrfRouteMask": "configured-value",
                      "mplsVpnVrfRouteMaskAddrType": "configured-value",
                      "mplsVpnVrfRouteTos": 1,
                      "mplsVpnVrfRouteNextHop": "configured-value",
                      "mplsVpnVrfRouteNextHopAddrType": "configured-value",
                      "mplsVpnVrfRouteIfIndex": "configured-value",
                      "mplsVpnVrfRouteType": "default",
                      "mplsVpnVrfRouteProto": "default",
                      "mplsVpnVrfRouteAge": 1,
                      "mplsVpnVrfRouteInfo": "configured-value",
                      "mplsVpnVrfRouteNextHopAS": 1,
                      "mplsVpnVrfRouteMetric1": 1,
                      "mplsVpnVrfRouteMetric2": 1,
                      "mplsVpnVrfRouteMetric3": 1,
                      "mplsVpnVrfRouteMetric4": 1,
                      "mplsVpnVrfRouteMetric5": 1,
                      "mplsVpnVrfRouteRowStatus": "active",
                      "mplsVpnVrfRouteStorageType": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry": {
      "get": {
        "summary": "Get mplsVpnVrfRouteEntry",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mplsVpnVrfName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "mplsVpnVrfRouteDest": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteDestAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteMaskAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteTos": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnVrfRouteNextHop": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteNextHopAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteProto": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteAge": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnVrfRouteInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "mplsVpnVrfRouteNextHopAS": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "mplsVpnVrfRouteMetric1": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfRouteMetric2": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfRouteMetric3": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfRouteMetric4": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfRouteMetric5": {
                      "type": "integer",
                      "example": 1
                    },
                    "mplsVpnVrfRouteRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "mplsVpnVrfRouteStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteEntry": {
                    "mplsVpnVrfName": "example-1",
                    "mplsVpnVrfRouteDest": "configured-value",
                    "mplsVpnVrfRouteDestAddrType": "configured-value",
                    "mplsVpnVrfRouteMask": "configured-value",
                    "mplsVpnVrfRouteMaskAddrType": "configured-value",
                    "mplsVpnVrfRouteTos": 1,
                    "mplsVpnVrfRouteNextHop": "configured-value",
                    "mplsVpnVrfRouteNextHopAddrType": "configured-value",
                    "mplsVpnVrfRouteIfIndex": "configured-value",
                    "mplsVpnVrfRouteType": "default",
                    "mplsVpnVrfRouteProto": "default",
                    "mplsVpnVrfRouteAge": 1,
                    "mplsVpnVrfRouteInfo": "configured-value",
                    "mplsVpnVrfRouteNextHopAS": 1,
                    "mplsVpnVrfRouteMetric1": 1,
                    "mplsVpnVrfRouteMetric2": 1,
                    "mplsVpnVrfRouteMetric3": 1,
                    "mplsVpnVrfRouteMetric4": 1,
                    "mplsVpnVrfRouteMetric5": 1,
                    "mplsVpnVrfRouteRowStatus": "active",
                    "mplsVpnVrfRouteStorageType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfName": {
      "get": {
        "summary": "Get mplsVpnVrfName",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfName",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteDest": {
      "get": {
        "summary": "Get mplsVpnVrfRouteDest",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteDest",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteDest": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteDest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteDestAddrType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteDestAddrType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteDestAddrType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteDestAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteDestAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMask": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMask",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMask",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMaskAddrType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMaskAddrType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMaskAddrType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMaskAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMaskAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteTos": {
      "get": {
        "summary": "Get mplsVpnVrfRouteTos",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteTos",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteTos": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteTos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteNextHop": {
      "get": {
        "summary": "Get mplsVpnVrfRouteNextHop",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteNextHop",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteNextHop": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteNextHopAddrType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteNextHopAddrType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteNextHopAddrType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteNextHopAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteNextHopAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteIfIndex": {
      "get": {
        "summary": "Get mplsVpnVrfRouteIfIndex",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteIfIndex",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteProto": {
      "get": {
        "summary": "Get mplsVpnVrfRouteProto",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteProto",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteProto": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteProto from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteAge": {
      "get": {
        "summary": "Get mplsVpnVrfRouteAge",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteAge",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteInfo": {
      "get": {
        "summary": "Get mplsVpnVrfRouteInfo",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteInfo",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteNextHopAS": {
      "get": {
        "summary": "Get mplsVpnVrfRouteNextHopAS",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteNextHopAS",
        "tags": [
          "MPLS-VPN-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteNextHopAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteNextHopAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMetric1": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMetric1",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMetric1",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMetric1": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMetric1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMetric2": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMetric2",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMetric2",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMetric2": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMetric2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMetric3": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMetric3",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMetric3",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMetric3": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMetric3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMetric4": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMetric4",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMetric4",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMetric4": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMetric4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteMetric5": {
      "get": {
        "summary": "Get mplsVpnVrfRouteMetric5",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteMetric5",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteMetric5": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteMetric5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteRowStatus": {
      "get": {
        "summary": "Get mplsVpnVrfRouteRowStatus",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteRowStatus",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/MPLS-VPN-MIB:MPLS-VPN-MIB/mplsVpnVrfRouteTable/mplsVpnVrfRouteEntry/mplsVpnVrfRouteStorageType": {
      "get": {
        "summary": "Get mplsVpnVrfRouteStorageType",
        "operationId": "get-MPLS-VPN-MIB:MPLS-VPN-MIB-mplsVpnVrfRouteTable-mplsVpnVrfRouteEntry-mplsVpnVrfRouteStorageType",
        "tags": [
          "MPLS-VPN-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": {
                  "MPLS-VPN-MIB:mplsVpnVrfRouteStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve mplsVpnVrfRouteStorageType 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": []
    }
  ]
}
