{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-VPDN-MGMT-MIB",
    "description": "MIB data from `CISCO-VPDN-MGMT-MIB` module.\n\n**Root containers:** 1 (CISCO-VPDN-MGMT-MIB)\n**Paths:** 160 | **Descendants:** 159\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-VPDN-MGMT-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB": {
      "get": {
        "summary": "Get CISCO-VPDN-MGMT-MIB",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoVpdnMgmtMIBNotifs": {
                      "type": "object",
                      "properties": {
                        "cvpdnNotifSessionID": {
                          "type": "integer",
                          "example": 1
                        },
                        "cvpdnNotifSessionEvent": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnSystemInfo": {
                      "type": "object",
                      "properties": {
                        "cvpdnTunnelTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnSessionTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnDeniedUsersTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnSystemNotifSessionEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnSystemClearSessions": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnMultilinkInfo": {
                      "type": "object",
                      "properties": {
                        "cvpdnBundlesWithOneLink": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnBundlesWithTwoLinks": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnBundlesWithMoreThanTwoLinks": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnBundleLastChanged": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnSystemTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnSystemEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cvpdnSystemTunnelType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemTunnelTotal": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemSessionTotal": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemDeniedUsersTotal": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemInitialConnReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemSuccessConnReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnSystemFailedConnReq": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnTunnelTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnTunnelEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cvpdnTunnelTunnelId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cvpdnTunnelRemoteTunnelId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cvpdnTunnelLocalName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvpdnTunnelRemoteName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvpdnTunnelRemoteEndpointName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvpdnTunnelLocalInitConnection": {
                                "type": "boolean",
                                "example": true
                              },
                              "cvpdnTunnelOrigCause": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnTunnelState": {
                                "type": "string",
                                "example": "active"
                              },
                              "cvpdnTunnelActiveSessions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnTunnelDeniedUsers": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnTunnelSoftshut": {
                                "type": "boolean",
                                "example": true
                              },
                              "cvpdnTunnelNetworkServiceType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnTunnelLocalIpAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cvpdnTunnelSourceIpAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cvpdnTunnelRemoteIpAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnTunnelAttrEntry": {
                          "type": "object",
                          "properties": {
                            "cvpdnSystemTunnelType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrTunnelId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cvpdnTunnelAttrRemoteTunnelId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cvpdnTunnelAttrLocalName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnTunnelAttrRemoteName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnTunnelAttrRemoteEndpointName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnTunnelAttrLocalInitConnection": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvpdnTunnelAttrOrigCause": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cvpdnTunnelAttrActiveSessions": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrDeniedUsers": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrSoftshut": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvpdnTunnelAttrNetworkServiceType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrLocalInetAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cvpdnTunnelAttrLocalInetAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cvpdnTunnelAttrSourceInetAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cvpdnTunnelAttrSourceInetAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cvpdnTunnelAttrRemoteInetAddressType": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cvpdnTunnelAttrRemoteInetAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnTunnelSessionTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnTunnelSessionEntry": {
                          "type": "object",
                          "properties": {
                            "cvpdnTunnelTunnelId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnTunnelSessionId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionUserName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnTunnelSessionState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cvpdnTunnelSessionCallDuration": {
                              "type": "string",
                              "example": "50"
                            },
                            "cvpdnTunnelSessionPacketsOut": {
                              "type": "string",
                              "example": "10234567"
                            },
                            "cvpdnTunnelSessionBytesOut": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "cvpdnTunnelSessionPacketsIn": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "cvpdnTunnelSessionBytesIn": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cvpdnTunnelSessionDeviceType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelSessionDeviceCallerId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnTunnelSessionDevicePhyId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnTunnelSessionMultilink": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvpdnTunnelSessionModemSlotIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionModemPortIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionDS1SlotIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionDS1PortIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionDS1ChannelIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnTunnelSessionModemCallStartTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cvpdnTunnelSessionModemCallStartIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnSessionAttrTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnSessionAttrEntry": {
                          "type": "object",
                          "properties": {
                            "cvpdnSystemTunnelType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrTunnelId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrSessionId": {
                              "type": "integer",
                              "example": 1
                            },
                            "cvpdnSessionAttrUserName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnSessionAttrState": {
                              "type": "string",
                              "example": "active"
                            },
                            "cvpdnSessionAttrCallDuration": {
                              "type": "string",
                              "example": "50"
                            },
                            "cvpdnSessionAttrPacketsOut": {
                              "type": "string",
                              "example": "10234567"
                            },
                            "cvpdnSessionAttrBytesOut": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "cvpdnSessionAttrPacketsIn": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "cvpdnSessionAttrBytesIn": {
                              "type": "string",
                              "example": "1284563200"
                            },
                            "cvpdnSessionAttrDeviceType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnSessionAttrDeviceCallerId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrDevicePhyId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrMultilink": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvpdnSessionAttrModemSlotIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrModemPortIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrDS1SlotIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrDS1PortIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrDS1ChannelIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrModemCallStartTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cvpdnSessionAttrModemCallStartIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrVirtualCircuitID": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnSessionAttrSentPktsDropped": {
                              "type": "string",
                              "example": "0"
                            },
                            "cvpdnSessionAttrRecvPktsDropped": {
                              "type": "string",
                              "example": "0"
                            },
                            "cvpdnSessionAttrMultilinkBundle": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnSessionAttrMultilinkIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnUserToFailHistInfoTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnUserToFailHistInfoEntry": {
                          "type": "object",
                          "properties": {
                            "cvpdnUnameToFailHistUname": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistTunnelId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnUnameToFailHistUserId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnUnameToFailHistLocalInitConn": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvpdnUnameToFailHistLocalName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistRemoteName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistCount": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistFailTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cvpdnUnameToFailHistFailType": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistFailReason": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistSourceInetType": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistSourceInetAddr": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistDestInetType": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnUnameToFailHistDestInetAddr": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnTemplateTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnTemplateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cvpdnTemplateName": {
                                "type": "string",
                                "example": "45"
                              },
                              "cvpdnTemplateActiveSessions": {
                                "type": "string",
                                "example": "45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 45
                        }
                      },
                      "example": 45
                    },
                    "cvpdnBundleTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnBundleEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cvpdnBundleName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvpdnBundleLinkCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "cvpdnBundleEndpoint": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cvpdnBundlePeerIpAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnBundlePeerIpAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvpdnBundleEndpointClass": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvpdnBundleChildTable": {
                      "type": "object",
                      "properties": {
                        "cvpdnBundleChildEntry": {
                          "type": "object",
                          "properties": {
                            "cvpdnBundleName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvpdnBundleChildTunnelType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnBundleChildTunnelId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cvpdnBundleChildSessionId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cvpdnNotifSessionID": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cvpdnNotifSessionEvent": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "cvpdnSystemTunnelType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrTunnelId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrSessionId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrDevicePhyId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "cvpdnSystemTunnelType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvpdnTunnelAttrTunnelId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrSessionId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvpdnSessionAttrVirtualCircuitID": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB": {
                    "ciscoVpdnMgmtMIBNotifs": {
                      "cvpdnNotifSessionID": 1,
                      "cvpdnNotifSessionEvent": "default"
                    },
                    "cvpdnSystemInfo": {
                      "cvpdnTunnelTotal": "configured-value",
                      "cvpdnSessionTotal": "configured-value",
                      "cvpdnDeniedUsersTotal": "configured-value",
                      "cvpdnSystemNotifSessionEnabled": true,
                      "cvpdnSystemClearSessions": "default"
                    },
                    "cvpdnMultilinkInfo": {
                      "cvpdnBundlesWithOneLink": "configured-value",
                      "cvpdnBundlesWithTwoLinks": "configured-value",
                      "cvpdnBundlesWithMoreThanTwoLinks": "configured-value",
                      "cvpdnBundleLastChanged": "configured-value"
                    },
                    "cvpdnSystemTable": {
                      "cvpdnSystemEntry": [
                        {
                          "cvpdnSystemTunnelType": "configured-value",
                          "cvpdnSystemTunnelTotal": "configured-value",
                          "cvpdnSystemSessionTotal": "configured-value",
                          "cvpdnSystemDeniedUsersTotal": "configured-value",
                          "cvpdnSystemInitialConnReq": "configured-value",
                          "cvpdnSystemSuccessConnReq": "configured-value",
                          "cvpdnSystemFailedConnReq": "configured-value"
                        }
                      ]
                    },
                    "cvpdnTunnelTable": {
                      "cvpdnTunnelEntry": [
                        {
                          "cvpdnTunnelTunnelId": 1,
                          "cvpdnTunnelRemoteTunnelId": 1,
                          "cvpdnTunnelLocalName": "example-1",
                          "cvpdnTunnelRemoteName": "example-1",
                          "cvpdnTunnelRemoteEndpointName": "example-1",
                          "cvpdnTunnelLocalInitConnection": true,
                          "cvpdnTunnelOrigCause": "default",
                          "cvpdnTunnelState": "default",
                          "cvpdnTunnelActiveSessions": "configured-value",
                          "cvpdnTunnelDeniedUsers": "configured-value",
                          "cvpdnTunnelSoftshut": true,
                          "cvpdnTunnelNetworkServiceType": "default",
                          "cvpdnTunnelLocalIpAddress": "10.1.1.1",
                          "cvpdnTunnelSourceIpAddress": "10.1.1.1",
                          "cvpdnTunnelRemoteIpAddress": "10.1.1.1"
                        }
                      ]
                    },
                    "cvpdnTunnelAttrTable": {
                      "cvpdnTunnelAttrEntry": {
                        "cvpdnSystemTunnelType": "configured-value",
                        "cvpdnTunnelAttrTunnelId": 1,
                        "cvpdnTunnelAttrRemoteTunnelId": 1,
                        "cvpdnTunnelAttrLocalName": "example-1",
                        "cvpdnTunnelAttrRemoteName": "example-1",
                        "cvpdnTunnelAttrRemoteEndpointName": "example-1",
                        "cvpdnTunnelAttrLocalInitConnection": true,
                        "cvpdnTunnelAttrOrigCause": "default",
                        "cvpdnTunnelAttrState": "default",
                        "cvpdnTunnelAttrActiveSessions": "configured-value",
                        "cvpdnTunnelAttrDeniedUsers": "configured-value",
                        "cvpdnTunnelAttrSoftshut": true,
                        "cvpdnTunnelAttrNetworkServiceType": "default",
                        "cvpdnTunnelAttrLocalInetAddressType": "10.1.1.1",
                        "cvpdnTunnelAttrLocalInetAddress": "10.1.1.1",
                        "cvpdnTunnelAttrSourceInetAddressType": "10.1.1.1",
                        "cvpdnTunnelAttrSourceInetAddress": "10.1.1.1",
                        "cvpdnTunnelAttrRemoteInetAddressType": "10.1.1.1",
                        "cvpdnTunnelAttrRemoteInetAddress": "10.1.1.1"
                      }
                    },
                    "cvpdnTunnelSessionTable": {
                      "cvpdnTunnelSessionEntry": {
                        "cvpdnTunnelTunnelId": "1",
                        "cvpdnTunnelSessionId": 1,
                        "cvpdnTunnelSessionUserName": "example-1",
                        "cvpdnTunnelSessionState": "default",
                        "cvpdnTunnelSessionCallDuration": "50",
                        "cvpdnTunnelSessionPacketsOut": "10234567",
                        "cvpdnTunnelSessionBytesOut": "1023456700",
                        "cvpdnTunnelSessionPacketsIn": "12845632",
                        "cvpdnTunnelSessionBytesIn": "1284563200",
                        "cvpdnTunnelSessionDeviceType": "default",
                        "cvpdnTunnelSessionDeviceCallerId": "1",
                        "cvpdnTunnelSessionDevicePhyId": "1",
                        "cvpdnTunnelSessionMultilink": true,
                        "cvpdnTunnelSessionModemSlotIndex": 1,
                        "cvpdnTunnelSessionModemPortIndex": 1,
                        "cvpdnTunnelSessionDS1SlotIndex": 1,
                        "cvpdnTunnelSessionDS1PortIndex": 1,
                        "cvpdnTunnelSessionDS1ChannelIndex": 1,
                        "cvpdnTunnelSessionModemCallStartTime": "10:30:45",
                        "cvpdnTunnelSessionModemCallStartIndex": 1
                      }
                    },
                    "cvpdnSessionAttrTable": {
                      "cvpdnSessionAttrEntry": {
                        "cvpdnSystemTunnelType": "configured-value",
                        "cvpdnTunnelAttrTunnelId": "1",
                        "cvpdnSessionAttrSessionId": 1,
                        "cvpdnSessionAttrUserName": "example-1",
                        "cvpdnSessionAttrState": "default",
                        "cvpdnSessionAttrCallDuration": "50",
                        "cvpdnSessionAttrPacketsOut": "10234567",
                        "cvpdnSessionAttrBytesOut": "1023456700",
                        "cvpdnSessionAttrPacketsIn": "12845632",
                        "cvpdnSessionAttrBytesIn": "1284563200",
                        "cvpdnSessionAttrDeviceType": "default",
                        "cvpdnSessionAttrDeviceCallerId": "1",
                        "cvpdnSessionAttrDevicePhyId": "1",
                        "cvpdnSessionAttrMultilink": true,
                        "cvpdnSessionAttrModemSlotIndex": 1,
                        "cvpdnSessionAttrModemPortIndex": 1,
                        "cvpdnSessionAttrDS1SlotIndex": 1,
                        "cvpdnSessionAttrDS1PortIndex": 1,
                        "cvpdnSessionAttrDS1ChannelIndex": 1,
                        "cvpdnSessionAttrModemCallStartTime": "10:30:45",
                        "cvpdnSessionAttrModemCallStartIndex": 1,
                        "cvpdnSessionAttrVirtualCircuitID": 1,
                        "cvpdnSessionAttrSentPktsDropped": "0",
                        "cvpdnSessionAttrRecvPktsDropped": "0",
                        "cvpdnSessionAttrMultilinkBundle": "configured-value",
                        "cvpdnSessionAttrMultilinkIfIndex": "configured-value"
                      }
                    },
                    "cvpdnUserToFailHistInfoTable": {
                      "cvpdnUserToFailHistInfoEntry": {
                        "cvpdnUnameToFailHistUname": "example-1",
                        "cvpdnUnameToFailHistTunnelId": 1,
                        "cvpdnUnameToFailHistUserId": 1,
                        "cvpdnUnameToFailHistLocalInitConn": true,
                        "cvpdnUnameToFailHistLocalName": "example-1",
                        "cvpdnUnameToFailHistRemoteName": "example-1",
                        "cvpdnUnameToFailHistCount": "example-1",
                        "cvpdnUnameToFailHistFailTime": "10:30:45",
                        "cvpdnUnameToFailHistFailType": "example-1",
                        "cvpdnUnameToFailHistFailReason": "example-1",
                        "cvpdnUnameToFailHistSourceInetType": "example-1",
                        "cvpdnUnameToFailHistSourceInetAddr": "example-1",
                        "cvpdnUnameToFailHistDestInetType": "example-1",
                        "cvpdnUnameToFailHistDestInetAddr": "example-1"
                      }
                    },
                    "cvpdnTemplateTable": {
                      "cvpdnTemplateEntry": [
                        {
                          "cvpdnTemplateName": "45",
                          "cvpdnTemplateActiveSessions": "45"
                        }
                      ]
                    },
                    "cvpdnBundleTable": {
                      "cvpdnBundleEntry": [
                        {
                          "cvpdnBundleName": "example-1",
                          "cvpdnBundleLinkCount": "10",
                          "cvpdnBundleEndpoint": "QmFzZTY0",
                          "cvpdnBundlePeerIpAddrType": "configured-value",
                          "cvpdnBundlePeerIpAddr": "configured-value",
                          "cvpdnBundleEndpointClass": "configured-value"
                        }
                      ]
                    },
                    "cvpdnBundleChildTable": {
                      "cvpdnBundleChildEntry": {
                        "cvpdnBundleName": "example-1",
                        "cvpdnBundleChildTunnelType": "configured-value",
                        "cvpdnBundleChildTunnelId": 1,
                        "cvpdnBundleChildSessionId": 1
                      },
                      "object-1": {
                        "cvpdnNotifSessionID": "1"
                      },
                      "object-2": {
                        "cvpdnNotifSessionEvent": "configured-value"
                      },
                      "object-3": {
                        "cvpdnSystemTunnelType": "configured-value",
                        "cvpdnTunnelAttrTunnelId": "1",
                        "cvpdnSessionAttrSessionId": "1",
                        "cvpdnSessionAttrDevicePhyId": "1"
                      },
                      "object-4": {
                        "cvpdnSystemTunnelType": "configured-value",
                        "cvpdnTunnelAttrTunnelId": "1",
                        "cvpdnSessionAttrSessionId": "1",
                        "cvpdnSessionAttrVirtualCircuitID": "1"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-VPDN-MGMT-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/ciscoVpdnMgmtMIBNotifs": {
      "get": {
        "summary": "Get ciscoVpdnMgmtMIBNotifs",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-ciscoVpdnMgmtMIBNotifs",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnNotifSessionID": {
                      "type": "integer",
                      "example": 1
                    },
                    "cvpdnNotifSessionEvent": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:ciscoVpdnMgmtMIBNotifs": {
                    "cvpdnNotifSessionID": 1,
                    "cvpdnNotifSessionEvent": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoVpdnMgmtMIBNotifs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/ciscoVpdnMgmtMIBNotifs/cvpdnNotifSessionID": {
      "get": {
        "summary": "Get cvpdnNotifSessionID",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-ciscoVpdnMgmtMIBNotifs-cvpdnNotifSessionID",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnNotifSessionID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnNotifSessionID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/ciscoVpdnMgmtMIBNotifs/cvpdnNotifSessionEvent": {
      "get": {
        "summary": "Get cvpdnNotifSessionEvent",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-ciscoVpdnMgmtMIBNotifs-cvpdnNotifSessionEvent",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnNotifSessionEvent": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnNotifSessionEvent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo": {
      "get": {
        "summary": "Get cvpdnSystemInfo",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTunnelTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnSessionTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnDeniedUsersTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnSystemNotifSessionEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnSystemClearSessions": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemInfo": {
                    "cvpdnTunnelTotal": "configured-value",
                    "cvpdnSessionTotal": "configured-value",
                    "cvpdnDeniedUsersTotal": "configured-value",
                    "cvpdnSystemNotifSessionEnabled": true,
                    "cvpdnSystemClearSessions": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo/cvpdnTunnelTotal": {
      "get": {
        "summary": "Get cvpdnTunnelTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo-cvpdnTunnelTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo/cvpdnSessionTotal": {
      "get": {
        "summary": "Get cvpdnSessionTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo-cvpdnSessionTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo/cvpdnDeniedUsersTotal": {
      "get": {
        "summary": "Get cvpdnDeniedUsersTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo-cvpdnDeniedUsersTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnDeniedUsersTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnDeniedUsersTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo/cvpdnSystemNotifSessionEnabled": {
      "get": {
        "summary": "Get cvpdnSystemNotifSessionEnabled",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo-cvpdnSystemNotifSessionEnabled",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemNotifSessionEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemNotifSessionEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemInfo/cvpdnSystemClearSessions": {
      "get": {
        "summary": "Get cvpdnSystemClearSessions",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemInfo-cvpdnSystemClearSessions",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemClearSessions": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemClearSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnMultilinkInfo": {
      "get": {
        "summary": "Get cvpdnMultilinkInfo",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnMultilinkInfo",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnBundlesWithOneLink": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnBundlesWithTwoLinks": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnBundlesWithMoreThanTwoLinks": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnBundleLastChanged": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnMultilinkInfo": {
                    "cvpdnBundlesWithOneLink": "configured-value",
                    "cvpdnBundlesWithTwoLinks": "configured-value",
                    "cvpdnBundlesWithMoreThanTwoLinks": "configured-value",
                    "cvpdnBundleLastChanged": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnMultilinkInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnMultilinkInfo/cvpdnBundlesWithOneLink": {
      "get": {
        "summary": "Get cvpdnBundlesWithOneLink",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnMultilinkInfo-cvpdnBundlesWithOneLink",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundlesWithOneLink": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundlesWithOneLink from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnMultilinkInfo/cvpdnBundlesWithTwoLinks": {
      "get": {
        "summary": "Get cvpdnBundlesWithTwoLinks",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnMultilinkInfo-cvpdnBundlesWithTwoLinks",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundlesWithTwoLinks": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundlesWithTwoLinks from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnMultilinkInfo/cvpdnBundlesWithMoreThanTwoLinks": {
      "get": {
        "summary": "Get cvpdnBundlesWithMoreThanTwoLinks",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnMultilinkInfo-cvpdnBundlesWithMoreThanTwoLinks",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundlesWithMoreThanTwoLinks": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundlesWithMoreThanTwoLinks from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnMultilinkInfo/cvpdnBundleLastChanged": {
      "get": {
        "summary": "Get cvpdnBundleLastChanged",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnMultilinkInfo-cvpdnBundleLastChanged",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleLastChanged": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleLastChanged from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable": {
      "get": {
        "summary": "Get cvpdnSystemTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSystemEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cvpdnSystemTunnelType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemTunnelTotal": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemSessionTotal": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemDeniedUsersTotal": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemInitialConnReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemSuccessConnReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnSystemFailedConnReq": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTable": {
                    "cvpdnSystemEntry": [
                      {
                        "cvpdnSystemTunnelType": "configured-value",
                        "cvpdnSystemTunnelTotal": "configured-value",
                        "cvpdnSystemSessionTotal": "configured-value",
                        "cvpdnSystemDeniedUsersTotal": "configured-value",
                        "cvpdnSystemInitialConnReq": "configured-value",
                        "cvpdnSystemSuccessConnReq": "configured-value",
                        "cvpdnSystemFailedConnReq": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry": {
      "get": {
        "summary": "Get cvpdnSystemEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                      "cvpdnSystemTunnelType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemTunnelTotal": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemSessionTotal": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemDeniedUsersTotal": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemInitialConnReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemSuccessConnReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnSystemFailedConnReq": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemEntry": [
                    {
                      "cvpdnSystemTunnelType": "configured-value",
                      "cvpdnSystemTunnelTotal": "configured-value",
                      "cvpdnSystemSessionTotal": "configured-value",
                      "cvpdnSystemDeniedUsersTotal": "configured-value",
                      "cvpdnSystemInitialConnReq": "configured-value",
                      "cvpdnSystemSuccessConnReq": "configured-value",
                      "cvpdnSystemFailedConnReq": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemTunnelType": {
      "get": {
        "summary": "Get cvpdnSystemTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemTunnelTotal": {
      "get": {
        "summary": "Get cvpdnSystemTunnelTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemTunnelTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemSessionTotal": {
      "get": {
        "summary": "Get cvpdnSystemSessionTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemSessionTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemSessionTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemSessionTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemDeniedUsersTotal": {
      "get": {
        "summary": "Get cvpdnSystemDeniedUsersTotal",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemDeniedUsersTotal",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemDeniedUsersTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemDeniedUsersTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemInitialConnReq": {
      "get": {
        "summary": "Get cvpdnSystemInitialConnReq",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemInitialConnReq",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemInitialConnReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemInitialConnReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemSuccessConnReq": {
      "get": {
        "summary": "Get cvpdnSystemSuccessConnReq",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemSuccessConnReq",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemSuccessConnReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemSuccessConnReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSystemTable/cvpdnSystemEntry/cvpdnSystemFailedConnReq": {
      "get": {
        "summary": "Get cvpdnSystemFailedConnReq",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSystemTable-cvpdnSystemEntry-cvpdnSystemFailedConnReq",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemFailedConnReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemFailedConnReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable": {
      "get": {
        "summary": "Get cvpdnTunnelTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTunnelEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cvpdnTunnelTunnelId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cvpdnTunnelRemoteTunnelId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cvpdnTunnelLocalName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvpdnTunnelRemoteName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvpdnTunnelRemoteEndpointName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvpdnTunnelLocalInitConnection": {
                            "type": "boolean",
                            "example": true
                          },
                          "cvpdnTunnelOrigCause": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnTunnelState": {
                            "type": "string",
                            "example": "active"
                          },
                          "cvpdnTunnelActiveSessions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnTunnelDeniedUsers": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnTunnelSoftshut": {
                            "type": "boolean",
                            "example": true
                          },
                          "cvpdnTunnelNetworkServiceType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnTunnelLocalIpAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cvpdnTunnelSourceIpAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cvpdnTunnelRemoteIpAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelTable": {
                    "cvpdnTunnelEntry": [
                      {
                        "cvpdnTunnelTunnelId": 1,
                        "cvpdnTunnelRemoteTunnelId": 1,
                        "cvpdnTunnelLocalName": "example-1",
                        "cvpdnTunnelRemoteName": "example-1",
                        "cvpdnTunnelRemoteEndpointName": "example-1",
                        "cvpdnTunnelLocalInitConnection": true,
                        "cvpdnTunnelOrigCause": "default",
                        "cvpdnTunnelState": "default",
                        "cvpdnTunnelActiveSessions": "configured-value",
                        "cvpdnTunnelDeniedUsers": "configured-value",
                        "cvpdnTunnelSoftshut": true,
                        "cvpdnTunnelNetworkServiceType": "default",
                        "cvpdnTunnelLocalIpAddress": "10.1.1.1",
                        "cvpdnTunnelSourceIpAddress": "10.1.1.1",
                        "cvpdnTunnelRemoteIpAddress": "10.1.1.1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry": {
      "get": {
        "summary": "Get cvpdnTunnelEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                      "cvpdnTunnelTunnelId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cvpdnTunnelRemoteTunnelId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cvpdnTunnelLocalName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvpdnTunnelRemoteName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvpdnTunnelRemoteEndpointName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvpdnTunnelLocalInitConnection": {
                        "type": "boolean",
                        "example": true
                      },
                      "cvpdnTunnelOrigCause": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnTunnelState": {
                        "type": "string",
                        "example": "active"
                      },
                      "cvpdnTunnelActiveSessions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnTunnelDeniedUsers": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnTunnelSoftshut": {
                        "type": "boolean",
                        "example": true
                      },
                      "cvpdnTunnelNetworkServiceType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnTunnelLocalIpAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cvpdnTunnelSourceIpAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cvpdnTunnelRemoteIpAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelEntry": [
                    {
                      "cvpdnTunnelTunnelId": 1,
                      "cvpdnTunnelRemoteTunnelId": 1,
                      "cvpdnTunnelLocalName": "example-1",
                      "cvpdnTunnelRemoteName": "example-1",
                      "cvpdnTunnelRemoteEndpointName": "example-1",
                      "cvpdnTunnelLocalInitConnection": true,
                      "cvpdnTunnelOrigCause": "default",
                      "cvpdnTunnelState": "default",
                      "cvpdnTunnelActiveSessions": "configured-value",
                      "cvpdnTunnelDeniedUsers": "configured-value",
                      "cvpdnTunnelSoftshut": true,
                      "cvpdnTunnelNetworkServiceType": "default",
                      "cvpdnTunnelLocalIpAddress": "10.1.1.1",
                      "cvpdnTunnelSourceIpAddress": "10.1.1.1",
                      "cvpdnTunnelRemoteIpAddress": "10.1.1.1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelRemoteTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelRemoteTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelRemoteTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelRemoteTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelRemoteTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelLocalName": {
      "get": {
        "summary": "Get cvpdnTunnelLocalName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelLocalName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelLocalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelLocalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelRemoteName": {
      "get": {
        "summary": "Get cvpdnTunnelRemoteName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelRemoteName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelRemoteName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelRemoteName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelRemoteEndpointName": {
      "get": {
        "summary": "Get cvpdnTunnelRemoteEndpointName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelRemoteEndpointName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelRemoteEndpointName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelRemoteEndpointName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelLocalInitConnection": {
      "get": {
        "summary": "Get cvpdnTunnelLocalInitConnection",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelLocalInitConnection",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelLocalInitConnection": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelLocalInitConnection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelOrigCause": {
      "get": {
        "summary": "Get cvpdnTunnelOrigCause",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelOrigCause",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelOrigCause": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelOrigCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelState": {
      "get": {
        "summary": "Get cvpdnTunnelState",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelState",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelActiveSessions": {
      "get": {
        "summary": "Get cvpdnTunnelActiveSessions",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelActiveSessions",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelActiveSessions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelActiveSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelDeniedUsers": {
      "get": {
        "summary": "Get cvpdnTunnelDeniedUsers",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelDeniedUsers",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelDeniedUsers": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelDeniedUsers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelSoftshut": {
      "get": {
        "summary": "Get cvpdnTunnelSoftshut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelSoftshut",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSoftshut": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSoftshut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelNetworkServiceType": {
      "get": {
        "summary": "Get cvpdnTunnelNetworkServiceType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelNetworkServiceType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelNetworkServiceType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelNetworkServiceType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelLocalIpAddress": {
      "get": {
        "summary": "Get cvpdnTunnelLocalIpAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelLocalIpAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelLocalIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelLocalIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelSourceIpAddress": {
      "get": {
        "summary": "Get cvpdnTunnelSourceIpAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelSourceIpAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSourceIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSourceIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelTable/cvpdnTunnelEntry/cvpdnTunnelRemoteIpAddress": {
      "get": {
        "summary": "Get cvpdnTunnelRemoteIpAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelTable-cvpdnTunnelEntry-cvpdnTunnelRemoteIpAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelRemoteIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelRemoteIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable": {
      "get": {
        "summary": "Get cvpdnTunnelAttrTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTunnelAttrEntry": {
                      "type": "object",
                      "properties": {
                        "cvpdnSystemTunnelType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrTunnelId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cvpdnTunnelAttrRemoteTunnelId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cvpdnTunnelAttrLocalName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnTunnelAttrRemoteName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnTunnelAttrRemoteEndpointName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnTunnelAttrLocalInitConnection": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnTunnelAttrOrigCause": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cvpdnTunnelAttrActiveSessions": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrDeniedUsers": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrSoftshut": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnTunnelAttrNetworkServiceType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrLocalInetAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cvpdnTunnelAttrLocalInetAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cvpdnTunnelAttrSourceInetAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cvpdnTunnelAttrSourceInetAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cvpdnTunnelAttrRemoteInetAddressType": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cvpdnTunnelAttrRemoteInetAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrTable": {
                    "cvpdnTunnelAttrEntry": {
                      "cvpdnSystemTunnelType": "configured-value",
                      "cvpdnTunnelAttrTunnelId": 1,
                      "cvpdnTunnelAttrRemoteTunnelId": 1,
                      "cvpdnTunnelAttrLocalName": "example-1",
                      "cvpdnTunnelAttrRemoteName": "example-1",
                      "cvpdnTunnelAttrRemoteEndpointName": "example-1",
                      "cvpdnTunnelAttrLocalInitConnection": true,
                      "cvpdnTunnelAttrOrigCause": "default",
                      "cvpdnTunnelAttrState": "default",
                      "cvpdnTunnelAttrActiveSessions": "configured-value",
                      "cvpdnTunnelAttrDeniedUsers": "configured-value",
                      "cvpdnTunnelAttrSoftshut": true,
                      "cvpdnTunnelAttrNetworkServiceType": "default",
                      "cvpdnTunnelAttrLocalInetAddressType": "10.1.1.1",
                      "cvpdnTunnelAttrLocalInetAddress": "10.1.1.1",
                      "cvpdnTunnelAttrSourceInetAddressType": "10.1.1.1",
                      "cvpdnTunnelAttrSourceInetAddress": "10.1.1.1",
                      "cvpdnTunnelAttrRemoteInetAddressType": "10.1.1.1",
                      "cvpdnTunnelAttrRemoteInetAddress": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry": {
      "get": {
        "summary": "Get cvpdnTunnelAttrEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSystemTunnelType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrTunnelId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cvpdnTunnelAttrRemoteTunnelId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cvpdnTunnelAttrLocalName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnTunnelAttrRemoteName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnTunnelAttrRemoteEndpointName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnTunnelAttrLocalInitConnection": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnTunnelAttrOrigCause": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cvpdnTunnelAttrActiveSessions": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrDeniedUsers": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrSoftshut": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnTunnelAttrNetworkServiceType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrLocalInetAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cvpdnTunnelAttrLocalInetAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cvpdnTunnelAttrSourceInetAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cvpdnTunnelAttrSourceInetAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cvpdnTunnelAttrRemoteInetAddressType": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cvpdnTunnelAttrRemoteInetAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrEntry": {
                    "cvpdnSystemTunnelType": "configured-value",
                    "cvpdnTunnelAttrTunnelId": 1,
                    "cvpdnTunnelAttrRemoteTunnelId": 1,
                    "cvpdnTunnelAttrLocalName": "example-1",
                    "cvpdnTunnelAttrRemoteName": "example-1",
                    "cvpdnTunnelAttrRemoteEndpointName": "example-1",
                    "cvpdnTunnelAttrLocalInitConnection": true,
                    "cvpdnTunnelAttrOrigCause": "default",
                    "cvpdnTunnelAttrState": "default",
                    "cvpdnTunnelAttrActiveSessions": "configured-value",
                    "cvpdnTunnelAttrDeniedUsers": "configured-value",
                    "cvpdnTunnelAttrSoftshut": true,
                    "cvpdnTunnelAttrNetworkServiceType": "default",
                    "cvpdnTunnelAttrLocalInetAddressType": "10.1.1.1",
                    "cvpdnTunnelAttrLocalInetAddress": "10.1.1.1",
                    "cvpdnTunnelAttrSourceInetAddressType": "10.1.1.1",
                    "cvpdnTunnelAttrSourceInetAddress": "10.1.1.1",
                    "cvpdnTunnelAttrRemoteInetAddressType": "10.1.1.1",
                    "cvpdnTunnelAttrRemoteInetAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnSystemTunnelType": {
      "get": {
        "summary": "Get cvpdnSystemTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnSystemTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelAttrTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrRemoteTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelAttrRemoteTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrRemoteTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrRemoteTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrRemoteTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrLocalName": {
      "get": {
        "summary": "Get cvpdnTunnelAttrLocalName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrLocalName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrLocalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrLocalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrRemoteName": {
      "get": {
        "summary": "Get cvpdnTunnelAttrRemoteName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrRemoteName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrRemoteName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrRemoteName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrRemoteEndpointName": {
      "get": {
        "summary": "Get cvpdnTunnelAttrRemoteEndpointName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrRemoteEndpointName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrRemoteEndpointName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrRemoteEndpointName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrLocalInitConnection": {
      "get": {
        "summary": "Get cvpdnTunnelAttrLocalInitConnection",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrLocalInitConnection",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrLocalInitConnection": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrLocalInitConnection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrOrigCause": {
      "get": {
        "summary": "Get cvpdnTunnelAttrOrigCause",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrOrigCause",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrOrigCause": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrOrigCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrState": {
      "get": {
        "summary": "Get cvpdnTunnelAttrState",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrState",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrActiveSessions": {
      "get": {
        "summary": "Get cvpdnTunnelAttrActiveSessions",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrActiveSessions",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrActiveSessions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrActiveSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrDeniedUsers": {
      "get": {
        "summary": "Get cvpdnTunnelAttrDeniedUsers",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrDeniedUsers",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrDeniedUsers": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrDeniedUsers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrSoftshut": {
      "get": {
        "summary": "Get cvpdnTunnelAttrSoftshut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrSoftshut",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrSoftshut": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrSoftshut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrNetworkServiceType": {
      "get": {
        "summary": "Get cvpdnTunnelAttrNetworkServiceType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrNetworkServiceType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrNetworkServiceType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrNetworkServiceType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrLocalInetAddressType": {
      "get": {
        "summary": "Get cvpdnTunnelAttrLocalInetAddressType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrLocalInetAddressType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrLocalInetAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrLocalInetAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrLocalInetAddress": {
      "get": {
        "summary": "Get cvpdnTunnelAttrLocalInetAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrLocalInetAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrLocalInetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrLocalInetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrSourceInetAddressType": {
      "get": {
        "summary": "Get cvpdnTunnelAttrSourceInetAddressType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrSourceInetAddressType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrSourceInetAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrSourceInetAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrSourceInetAddress": {
      "get": {
        "summary": "Get cvpdnTunnelAttrSourceInetAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrSourceInetAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrSourceInetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrSourceInetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrRemoteInetAddressType": {
      "get": {
        "summary": "Get cvpdnTunnelAttrRemoteInetAddressType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrRemoteInetAddressType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrRemoteInetAddressType": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrRemoteInetAddressType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelAttrTable/cvpdnTunnelAttrEntry/cvpdnTunnelAttrRemoteInetAddress": {
      "get": {
        "summary": "Get cvpdnTunnelAttrRemoteInetAddress",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelAttrTable-cvpdnTunnelAttrEntry-cvpdnTunnelAttrRemoteInetAddress",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrRemoteInetAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrRemoteInetAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable": {
      "get": {
        "summary": "Get cvpdnTunnelSessionTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTunnelSessionEntry": {
                      "type": "object",
                      "properties": {
                        "cvpdnTunnelTunnelId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnTunnelSessionId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionUserName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnTunnelSessionState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cvpdnTunnelSessionCallDuration": {
                          "type": "string",
                          "example": "50"
                        },
                        "cvpdnTunnelSessionPacketsOut": {
                          "type": "string",
                          "example": "10234567"
                        },
                        "cvpdnTunnelSessionBytesOut": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "cvpdnTunnelSessionPacketsIn": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "cvpdnTunnelSessionBytesIn": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cvpdnTunnelSessionDeviceType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelSessionDeviceCallerId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnTunnelSessionDevicePhyId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnTunnelSessionMultilink": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnTunnelSessionModemSlotIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionModemPortIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionDS1SlotIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionDS1PortIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionDS1ChannelIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnTunnelSessionModemCallStartTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cvpdnTunnelSessionModemCallStartIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionTable": {
                    "cvpdnTunnelSessionEntry": {
                      "cvpdnTunnelTunnelId": "1",
                      "cvpdnTunnelSessionId": 1,
                      "cvpdnTunnelSessionUserName": "example-1",
                      "cvpdnTunnelSessionState": "default",
                      "cvpdnTunnelSessionCallDuration": "50",
                      "cvpdnTunnelSessionPacketsOut": "10234567",
                      "cvpdnTunnelSessionBytesOut": "1023456700",
                      "cvpdnTunnelSessionPacketsIn": "12845632",
                      "cvpdnTunnelSessionBytesIn": "1284563200",
                      "cvpdnTunnelSessionDeviceType": "default",
                      "cvpdnTunnelSessionDeviceCallerId": "1",
                      "cvpdnTunnelSessionDevicePhyId": "1",
                      "cvpdnTunnelSessionMultilink": true,
                      "cvpdnTunnelSessionModemSlotIndex": 1,
                      "cvpdnTunnelSessionModemPortIndex": 1,
                      "cvpdnTunnelSessionDS1SlotIndex": 1,
                      "cvpdnTunnelSessionDS1PortIndex": 1,
                      "cvpdnTunnelSessionDS1ChannelIndex": 1,
                      "cvpdnTunnelSessionModemCallStartTime": "10:30:45",
                      "cvpdnTunnelSessionModemCallStartIndex": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry": {
      "get": {
        "summary": "Get cvpdnTunnelSessionEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTunnelTunnelId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnTunnelSessionId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionUserName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnTunnelSessionState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cvpdnTunnelSessionCallDuration": {
                      "type": "string",
                      "example": "50"
                    },
                    "cvpdnTunnelSessionPacketsOut": {
                      "type": "string",
                      "example": "10234567"
                    },
                    "cvpdnTunnelSessionBytesOut": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "cvpdnTunnelSessionPacketsIn": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "cvpdnTunnelSessionBytesIn": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cvpdnTunnelSessionDeviceType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelSessionDeviceCallerId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnTunnelSessionDevicePhyId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnTunnelSessionMultilink": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnTunnelSessionModemSlotIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionModemPortIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionDS1SlotIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionDS1PortIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionDS1ChannelIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnTunnelSessionModemCallStartTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cvpdnTunnelSessionModemCallStartIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionEntry": {
                    "cvpdnTunnelTunnelId": "1",
                    "cvpdnTunnelSessionId": 1,
                    "cvpdnTunnelSessionUserName": "example-1",
                    "cvpdnTunnelSessionState": "default",
                    "cvpdnTunnelSessionCallDuration": "50",
                    "cvpdnTunnelSessionPacketsOut": "10234567",
                    "cvpdnTunnelSessionBytesOut": "1023456700",
                    "cvpdnTunnelSessionPacketsIn": "12845632",
                    "cvpdnTunnelSessionBytesIn": "1284563200",
                    "cvpdnTunnelSessionDeviceType": "default",
                    "cvpdnTunnelSessionDeviceCallerId": "1",
                    "cvpdnTunnelSessionDevicePhyId": "1",
                    "cvpdnTunnelSessionMultilink": true,
                    "cvpdnTunnelSessionModemSlotIndex": 1,
                    "cvpdnTunnelSessionModemPortIndex": 1,
                    "cvpdnTunnelSessionDS1SlotIndex": 1,
                    "cvpdnTunnelSessionDS1PortIndex": 1,
                    "cvpdnTunnelSessionDS1ChannelIndex": 1,
                    "cvpdnTunnelSessionModemCallStartTime": "10:30:45",
                    "cvpdnTunnelSessionModemCallStartIndex": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelTunnelId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionId": {
      "get": {
        "summary": "Get cvpdnTunnelSessionId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionUserName": {
      "get": {
        "summary": "Get cvpdnTunnelSessionUserName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionUserName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionUserName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionUserName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionState": {
      "get": {
        "summary": "Get cvpdnTunnelSessionState",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionState",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionCallDuration": {
      "get": {
        "summary": "Get cvpdnTunnelSessionCallDuration",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionCallDuration",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "50"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionCallDuration": "50"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionCallDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionPacketsOut": {
      "get": {
        "summary": "Get cvpdnTunnelSessionPacketsOut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionPacketsOut",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10234567"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionPacketsOut": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionPacketsOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionBytesOut": {
      "get": {
        "summary": "Get cvpdnTunnelSessionBytesOut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionBytesOut",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1023456700"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionBytesOut": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionBytesOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionPacketsIn": {
      "get": {
        "summary": "Get cvpdnTunnelSessionPacketsIn",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionPacketsIn",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionPacketsIn": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionPacketsIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionBytesIn": {
      "get": {
        "summary": "Get cvpdnTunnelSessionBytesIn",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionBytesIn",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionBytesIn": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionBytesIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDeviceType": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDeviceType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDeviceType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDeviceType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDeviceType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDeviceCallerId": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDeviceCallerId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDeviceCallerId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDeviceCallerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDeviceCallerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDevicePhyId": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDevicePhyId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDevicePhyId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDevicePhyId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDevicePhyId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionMultilink": {
      "get": {
        "summary": "Get cvpdnTunnelSessionMultilink",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionMultilink",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionMultilink": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionMultilink from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionModemSlotIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionModemSlotIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionModemSlotIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionModemSlotIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionModemSlotIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionModemPortIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionModemPortIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionModemPortIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionModemPortIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionModemPortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDS1SlotIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDS1SlotIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDS1SlotIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDS1SlotIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDS1SlotIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDS1PortIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDS1PortIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDS1PortIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDS1PortIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDS1PortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionDS1ChannelIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionDS1ChannelIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionDS1ChannelIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionDS1ChannelIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionDS1ChannelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionModemCallStartTime": {
      "get": {
        "summary": "Get cvpdnTunnelSessionModemCallStartTime",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionModemCallStartTime",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionModemCallStartTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionModemCallStartTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTunnelSessionTable/cvpdnTunnelSessionEntry/cvpdnTunnelSessionModemCallStartIndex": {
      "get": {
        "summary": "Get cvpdnTunnelSessionModemCallStartIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTunnelSessionTable-cvpdnTunnelSessionEntry-cvpdnTunnelSessionModemCallStartIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelSessionModemCallStartIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelSessionModemCallStartIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable": {
      "get": {
        "summary": "Get cvpdnSessionAttrTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSessionAttrEntry": {
                      "type": "object",
                      "properties": {
                        "cvpdnSystemTunnelType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrTunnelId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrSessionId": {
                          "type": "integer",
                          "example": 1
                        },
                        "cvpdnSessionAttrUserName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnSessionAttrState": {
                          "type": "string",
                          "example": "active"
                        },
                        "cvpdnSessionAttrCallDuration": {
                          "type": "string",
                          "example": "50"
                        },
                        "cvpdnSessionAttrPacketsOut": {
                          "type": "string",
                          "example": "10234567"
                        },
                        "cvpdnSessionAttrBytesOut": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "cvpdnSessionAttrPacketsIn": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "cvpdnSessionAttrBytesIn": {
                          "type": "string",
                          "example": "1284563200"
                        },
                        "cvpdnSessionAttrDeviceType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnSessionAttrDeviceCallerId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrDevicePhyId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrMultilink": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnSessionAttrModemSlotIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrModemPortIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrDS1SlotIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrDS1PortIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrDS1ChannelIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrModemCallStartTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cvpdnSessionAttrModemCallStartIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrVirtualCircuitID": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnSessionAttrSentPktsDropped": {
                          "type": "string",
                          "example": "0"
                        },
                        "cvpdnSessionAttrRecvPktsDropped": {
                          "type": "string",
                          "example": "0"
                        },
                        "cvpdnSessionAttrMultilinkBundle": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnSessionAttrMultilinkIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrTable": {
                    "cvpdnSessionAttrEntry": {
                      "cvpdnSystemTunnelType": "configured-value",
                      "cvpdnTunnelAttrTunnelId": "1",
                      "cvpdnSessionAttrSessionId": 1,
                      "cvpdnSessionAttrUserName": "example-1",
                      "cvpdnSessionAttrState": "default",
                      "cvpdnSessionAttrCallDuration": "50",
                      "cvpdnSessionAttrPacketsOut": "10234567",
                      "cvpdnSessionAttrBytesOut": "1023456700",
                      "cvpdnSessionAttrPacketsIn": "12845632",
                      "cvpdnSessionAttrBytesIn": "1284563200",
                      "cvpdnSessionAttrDeviceType": "default",
                      "cvpdnSessionAttrDeviceCallerId": "1",
                      "cvpdnSessionAttrDevicePhyId": "1",
                      "cvpdnSessionAttrMultilink": true,
                      "cvpdnSessionAttrModemSlotIndex": 1,
                      "cvpdnSessionAttrModemPortIndex": 1,
                      "cvpdnSessionAttrDS1SlotIndex": 1,
                      "cvpdnSessionAttrDS1PortIndex": 1,
                      "cvpdnSessionAttrDS1ChannelIndex": 1,
                      "cvpdnSessionAttrModemCallStartTime": "10:30:45",
                      "cvpdnSessionAttrModemCallStartIndex": 1,
                      "cvpdnSessionAttrVirtualCircuitID": 1,
                      "cvpdnSessionAttrSentPktsDropped": "0",
                      "cvpdnSessionAttrRecvPktsDropped": "0",
                      "cvpdnSessionAttrMultilinkBundle": "configured-value",
                      "cvpdnSessionAttrMultilinkIfIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry": {
      "get": {
        "summary": "Get cvpdnSessionAttrEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSystemTunnelType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrTunnelId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrSessionId": {
                      "type": "integer",
                      "example": 1
                    },
                    "cvpdnSessionAttrUserName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnSessionAttrState": {
                      "type": "string",
                      "example": "active"
                    },
                    "cvpdnSessionAttrCallDuration": {
                      "type": "string",
                      "example": "50"
                    },
                    "cvpdnSessionAttrPacketsOut": {
                      "type": "string",
                      "example": "10234567"
                    },
                    "cvpdnSessionAttrBytesOut": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "cvpdnSessionAttrPacketsIn": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "cvpdnSessionAttrBytesIn": {
                      "type": "string",
                      "example": "1284563200"
                    },
                    "cvpdnSessionAttrDeviceType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnSessionAttrDeviceCallerId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrDevicePhyId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrMultilink": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnSessionAttrModemSlotIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrModemPortIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrDS1SlotIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrDS1PortIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrDS1ChannelIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrModemCallStartTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cvpdnSessionAttrModemCallStartIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrVirtualCircuitID": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnSessionAttrSentPktsDropped": {
                      "type": "string",
                      "example": "0"
                    },
                    "cvpdnSessionAttrRecvPktsDropped": {
                      "type": "string",
                      "example": "0"
                    },
                    "cvpdnSessionAttrMultilinkBundle": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnSessionAttrMultilinkIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrEntry": {
                    "cvpdnSystemTunnelType": "configured-value",
                    "cvpdnTunnelAttrTunnelId": "1",
                    "cvpdnSessionAttrSessionId": 1,
                    "cvpdnSessionAttrUserName": "example-1",
                    "cvpdnSessionAttrState": "default",
                    "cvpdnSessionAttrCallDuration": "50",
                    "cvpdnSessionAttrPacketsOut": "10234567",
                    "cvpdnSessionAttrBytesOut": "1023456700",
                    "cvpdnSessionAttrPacketsIn": "12845632",
                    "cvpdnSessionAttrBytesIn": "1284563200",
                    "cvpdnSessionAttrDeviceType": "default",
                    "cvpdnSessionAttrDeviceCallerId": "1",
                    "cvpdnSessionAttrDevicePhyId": "1",
                    "cvpdnSessionAttrMultilink": true,
                    "cvpdnSessionAttrModemSlotIndex": 1,
                    "cvpdnSessionAttrModemPortIndex": 1,
                    "cvpdnSessionAttrDS1SlotIndex": 1,
                    "cvpdnSessionAttrDS1PortIndex": 1,
                    "cvpdnSessionAttrDS1ChannelIndex": 1,
                    "cvpdnSessionAttrModemCallStartTime": "10:30:45",
                    "cvpdnSessionAttrModemCallStartIndex": 1,
                    "cvpdnSessionAttrVirtualCircuitID": 1,
                    "cvpdnSessionAttrSentPktsDropped": "0",
                    "cvpdnSessionAttrRecvPktsDropped": "0",
                    "cvpdnSessionAttrMultilinkBundle": "configured-value",
                    "cvpdnSessionAttrMultilinkIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSystemTunnelType": {
      "get": {
        "summary": "Get cvpdnSystemTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSystemTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnTunnelAttrTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelAttrTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnTunnelAttrTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrTunnelId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrSessionId": {
      "get": {
        "summary": "Get cvpdnSessionAttrSessionId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrSessionId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrSessionId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrUserName": {
      "get": {
        "summary": "Get cvpdnSessionAttrUserName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrUserName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrUserName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrUserName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrState": {
      "get": {
        "summary": "Get cvpdnSessionAttrState",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrState",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrCallDuration": {
      "get": {
        "summary": "Get cvpdnSessionAttrCallDuration",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrCallDuration",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "50"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrCallDuration": "50"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrCallDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrPacketsOut": {
      "get": {
        "summary": "Get cvpdnSessionAttrPacketsOut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrPacketsOut",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10234567"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrPacketsOut": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrPacketsOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrBytesOut": {
      "get": {
        "summary": "Get cvpdnSessionAttrBytesOut",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrBytesOut",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1023456700"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrBytesOut": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrBytesOut from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrPacketsIn": {
      "get": {
        "summary": "Get cvpdnSessionAttrPacketsIn",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrPacketsIn",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "12845632"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrPacketsIn": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrPacketsIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrBytesIn": {
      "get": {
        "summary": "Get cvpdnSessionAttrBytesIn",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrBytesIn",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1284563200"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrBytesIn": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrBytesIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDeviceType": {
      "get": {
        "summary": "Get cvpdnSessionAttrDeviceType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDeviceType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDeviceType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDeviceType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDeviceCallerId": {
      "get": {
        "summary": "Get cvpdnSessionAttrDeviceCallerId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDeviceCallerId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDeviceCallerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDeviceCallerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDevicePhyId": {
      "get": {
        "summary": "Get cvpdnSessionAttrDevicePhyId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDevicePhyId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDevicePhyId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDevicePhyId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrMultilink": {
      "get": {
        "summary": "Get cvpdnSessionAttrMultilink",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrMultilink",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrMultilink": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrMultilink from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrModemSlotIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrModemSlotIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrModemSlotIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrModemSlotIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrModemSlotIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrModemPortIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrModemPortIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrModemPortIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrModemPortIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrModemPortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDS1SlotIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrDS1SlotIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDS1SlotIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDS1SlotIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDS1SlotIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDS1PortIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrDS1PortIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDS1PortIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDS1PortIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDS1PortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrDS1ChannelIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrDS1ChannelIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrDS1ChannelIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDS1ChannelIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDS1ChannelIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrModemCallStartTime": {
      "get": {
        "summary": "Get cvpdnSessionAttrModemCallStartTime",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrModemCallStartTime",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrModemCallStartTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrModemCallStartTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrModemCallStartIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrModemCallStartIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrModemCallStartIndex",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrModemCallStartIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrModemCallStartIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrVirtualCircuitID": {
      "get": {
        "summary": "Get cvpdnSessionAttrVirtualCircuitID",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrVirtualCircuitID",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrVirtualCircuitID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrVirtualCircuitID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrSentPktsDropped": {
      "get": {
        "summary": "Get cvpdnSessionAttrSentPktsDropped",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrSentPktsDropped",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrSentPktsDropped": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrSentPktsDropped from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrRecvPktsDropped": {
      "get": {
        "summary": "Get cvpdnSessionAttrRecvPktsDropped",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrRecvPktsDropped",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrRecvPktsDropped": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrRecvPktsDropped from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrMultilinkBundle": {
      "get": {
        "summary": "Get cvpdnSessionAttrMultilinkBundle",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrMultilinkBundle",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrMultilinkBundle": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrMultilinkBundle from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnSessionAttrTable/cvpdnSessionAttrEntry/cvpdnSessionAttrMultilinkIfIndex": {
      "get": {
        "summary": "Get cvpdnSessionAttrMultilinkIfIndex",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnSessionAttrTable-cvpdnSessionAttrEntry-cvpdnSessionAttrMultilinkIfIndex",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrMultilinkIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrMultilinkIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable": {
      "get": {
        "summary": "Get cvpdnUserToFailHistInfoTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnUserToFailHistInfoEntry": {
                      "type": "object",
                      "properties": {
                        "cvpdnUnameToFailHistUname": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistTunnelId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnUnameToFailHistUserId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnUnameToFailHistLocalInitConn": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvpdnUnameToFailHistLocalName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistRemoteName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistCount": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistFailTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cvpdnUnameToFailHistFailType": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistFailReason": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistSourceInetType": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistSourceInetAddr": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistDestInetType": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnUnameToFailHistDestInetAddr": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUserToFailHistInfoTable": {
                    "cvpdnUserToFailHistInfoEntry": {
                      "cvpdnUnameToFailHistUname": "example-1",
                      "cvpdnUnameToFailHistTunnelId": 1,
                      "cvpdnUnameToFailHistUserId": 1,
                      "cvpdnUnameToFailHistLocalInitConn": true,
                      "cvpdnUnameToFailHistLocalName": "example-1",
                      "cvpdnUnameToFailHistRemoteName": "example-1",
                      "cvpdnUnameToFailHistCount": "example-1",
                      "cvpdnUnameToFailHistFailTime": "10:30:45",
                      "cvpdnUnameToFailHistFailType": "example-1",
                      "cvpdnUnameToFailHistFailReason": "example-1",
                      "cvpdnUnameToFailHistSourceInetType": "example-1",
                      "cvpdnUnameToFailHistSourceInetAddr": "example-1",
                      "cvpdnUnameToFailHistDestInetType": "example-1",
                      "cvpdnUnameToFailHistDestInetAddr": "example-1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUserToFailHistInfoTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry": {
      "get": {
        "summary": "Get cvpdnUserToFailHistInfoEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnUnameToFailHistUname": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistTunnelId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnUnameToFailHistUserId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnUnameToFailHistLocalInitConn": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvpdnUnameToFailHistLocalName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistRemoteName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistCount": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistFailTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cvpdnUnameToFailHistFailType": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistFailReason": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistSourceInetType": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistSourceInetAddr": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistDestInetType": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnUnameToFailHistDestInetAddr": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUserToFailHistInfoEntry": {
                    "cvpdnUnameToFailHistUname": "example-1",
                    "cvpdnUnameToFailHistTunnelId": 1,
                    "cvpdnUnameToFailHistUserId": 1,
                    "cvpdnUnameToFailHistLocalInitConn": true,
                    "cvpdnUnameToFailHistLocalName": "example-1",
                    "cvpdnUnameToFailHistRemoteName": "example-1",
                    "cvpdnUnameToFailHistCount": "example-1",
                    "cvpdnUnameToFailHistFailTime": "10:30:45",
                    "cvpdnUnameToFailHistFailType": "example-1",
                    "cvpdnUnameToFailHistFailReason": "example-1",
                    "cvpdnUnameToFailHistSourceInetType": "example-1",
                    "cvpdnUnameToFailHistSourceInetAddr": "example-1",
                    "cvpdnUnameToFailHistDestInetType": "example-1",
                    "cvpdnUnameToFailHistDestInetAddr": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUserToFailHistInfoEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistUname": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistUname",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistUname",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistUname": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistUname from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistTunnelId": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistUserId": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistUserId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistUserId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistUserId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistUserId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistLocalInitConn": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistLocalInitConn",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistLocalInitConn",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistLocalInitConn": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistLocalInitConn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistLocalName": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistLocalName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistLocalName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistLocalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistLocalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistRemoteName": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistRemoteName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistRemoteName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistRemoteName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistRemoteName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistCount": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistCount",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistCount",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistCount": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistFailTime": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistFailTime",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistFailTime",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistFailTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistFailTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistFailType": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistFailType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistFailType",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistFailType": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistFailType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistFailReason": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistFailReason",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistFailReason",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistFailReason": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistFailReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistSourceInetType": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistSourceInetType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistSourceInetType",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistSourceInetType": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistSourceInetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistSourceInetAddr": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistSourceInetAddr",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistSourceInetAddr",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistSourceInetAddr": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistSourceInetAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistDestInetType": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistDestInetType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistDestInetType",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistDestInetType": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistDestInetType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnUserToFailHistInfoTable/cvpdnUserToFailHistInfoEntry/cvpdnUnameToFailHistDestInetAddr": {
      "get": {
        "summary": "Get cvpdnUnameToFailHistDestInetAddr",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnUserToFailHistInfoTable-cvpdnUserToFailHistInfoEntry-cvpdnUnameToFailHistDestInetAddr",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnUnameToFailHistDestInetAddr": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnUnameToFailHistDestInetAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTemplateTable": {
      "get": {
        "summary": "Get cvpdnTemplateTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTemplateTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnTemplateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cvpdnTemplateName": {
                            "type": "string",
                            "example": "45"
                          },
                          "cvpdnTemplateActiveSessions": {
                            "type": "string",
                            "example": "45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 45
                    }
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTemplateTable": {
                    "cvpdnTemplateEntry": [
                      {
                        "cvpdnTemplateName": "45",
                        "cvpdnTemplateActiveSessions": "45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTemplateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTemplateTable/cvpdnTemplateEntry": {
      "get": {
        "summary": "Get cvpdnTemplateEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTemplateTable-cvpdnTemplateEntry",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                      "cvpdnTemplateName": {
                        "type": "string",
                        "example": "45"
                      },
                      "cvpdnTemplateActiveSessions": {
                        "type": "string",
                        "example": "45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 45
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTemplateEntry": [
                    {
                      "cvpdnTemplateName": "45",
                      "cvpdnTemplateActiveSessions": "45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTemplateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTemplateTable/cvpdnTemplateEntry/cvpdnTemplateName": {
      "get": {
        "summary": "Get cvpdnTemplateName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTemplateTable-cvpdnTemplateEntry-cvpdnTemplateName",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTemplateName": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTemplateName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnTemplateTable/cvpdnTemplateEntry/cvpdnTemplateActiveSessions": {
      "get": {
        "summary": "Get cvpdnTemplateActiveSessions",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnTemplateTable-cvpdnTemplateEntry-cvpdnTemplateActiveSessions",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTemplateActiveSessions": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTemplateActiveSessions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable": {
      "get": {
        "summary": "Get cvpdnBundleTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnBundleEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cvpdnBundleName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvpdnBundleLinkCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "cvpdnBundleEndpoint": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cvpdnBundlePeerIpAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnBundlePeerIpAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvpdnBundleEndpointClass": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleTable": {
                    "cvpdnBundleEntry": [
                      {
                        "cvpdnBundleName": "example-1",
                        "cvpdnBundleLinkCount": "10",
                        "cvpdnBundleEndpoint": "QmFzZTY0",
                        "cvpdnBundlePeerIpAddrType": "configured-value",
                        "cvpdnBundlePeerIpAddr": "configured-value",
                        "cvpdnBundleEndpointClass": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry": {
      "get": {
        "summary": "Get cvpdnBundleEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                      "cvpdnBundleName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvpdnBundleLinkCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "cvpdnBundleEndpoint": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cvpdnBundlePeerIpAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnBundlePeerIpAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvpdnBundleEndpointClass": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleEntry": [
                    {
                      "cvpdnBundleName": "example-1",
                      "cvpdnBundleLinkCount": "10",
                      "cvpdnBundleEndpoint": "QmFzZTY0",
                      "cvpdnBundlePeerIpAddrType": "configured-value",
                      "cvpdnBundlePeerIpAddr": "configured-value",
                      "cvpdnBundleEndpointClass": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundleName": {
      "get": {
        "summary": "Get cvpdnBundleName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundleName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundleLinkCount": {
      "get": {
        "summary": "Get cvpdnBundleLinkCount",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundleLinkCount",
        "tags": [
          "CISCO-VPDN-MGMT-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"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleLinkCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleLinkCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundleEndpoint": {
      "get": {
        "summary": "Get cvpdnBundleEndpoint",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundleEndpoint",
        "tags": [
          "CISCO-VPDN-MGMT-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": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleEndpoint": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleEndpoint from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundlePeerIpAddrType": {
      "get": {
        "summary": "Get cvpdnBundlePeerIpAddrType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundlePeerIpAddrType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundlePeerIpAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundlePeerIpAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundlePeerIpAddr": {
      "get": {
        "summary": "Get cvpdnBundlePeerIpAddr",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundlePeerIpAddr",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundlePeerIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundlePeerIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleTable/cvpdnBundleEntry/cvpdnBundleEndpointClass": {
      "get": {
        "summary": "Get cvpdnBundleEndpointClass",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleTable-cvpdnBundleEntry-cvpdnBundleEndpointClass",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleEndpointClass": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleEndpointClass from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable": {
      "get": {
        "summary": "Get cvpdnBundleChildTable",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnBundleChildEntry": {
                      "type": "object",
                      "properties": {
                        "cvpdnBundleName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvpdnBundleChildTunnelType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnBundleChildTunnelId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cvpdnBundleChildSessionId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cvpdnNotifSessionID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cvpdnNotifSessionEvent": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "cvpdnSystemTunnelType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrTunnelId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrSessionId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrDevicePhyId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "cvpdnSystemTunnelType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvpdnTunnelAttrTunnelId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrSessionId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvpdnSessionAttrVirtualCircuitID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleChildTable": {
                    "cvpdnBundleChildEntry": {
                      "cvpdnBundleName": "example-1",
                      "cvpdnBundleChildTunnelType": "configured-value",
                      "cvpdnBundleChildTunnelId": 1,
                      "cvpdnBundleChildSessionId": 1
                    },
                    "object-1": {
                      "cvpdnNotifSessionID": "1"
                    },
                    "object-2": {
                      "cvpdnNotifSessionEvent": "configured-value"
                    },
                    "object-3": {
                      "cvpdnSystemTunnelType": "configured-value",
                      "cvpdnTunnelAttrTunnelId": "1",
                      "cvpdnSessionAttrSessionId": "1",
                      "cvpdnSessionAttrDevicePhyId": "1"
                    },
                    "object-4": {
                      "cvpdnSystemTunnelType": "configured-value",
                      "cvpdnTunnelAttrTunnelId": "1",
                      "cvpdnSessionAttrSessionId": "1",
                      "cvpdnSessionAttrVirtualCircuitID": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleChildTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/cvpdnBundleChildEntry": {
      "get": {
        "summary": "Get cvpdnBundleChildEntry",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-cvpdnBundleChildEntry",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnBundleName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvpdnBundleChildTunnelType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnBundleChildTunnelId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cvpdnBundleChildSessionId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleChildEntry": {
                    "cvpdnBundleName": "example-1",
                    "cvpdnBundleChildTunnelType": "configured-value",
                    "cvpdnBundleChildTunnelId": 1,
                    "cvpdnBundleChildSessionId": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleChildEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/cvpdnBundleChildEntry/cvpdnBundleName": {
      "get": {
        "summary": "Get cvpdnBundleName",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-cvpdnBundleChildEntry-cvpdnBundleName",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/cvpdnBundleChildEntry/cvpdnBundleChildTunnelType": {
      "get": {
        "summary": "Get cvpdnBundleChildTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-cvpdnBundleChildEntry-cvpdnBundleChildTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleChildTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleChildTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/cvpdnBundleChildEntry/cvpdnBundleChildTunnelId": {
      "get": {
        "summary": "Get cvpdnBundleChildTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-cvpdnBundleChildEntry-cvpdnBundleChildTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleChildTunnelId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleChildTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/cvpdnBundleChildEntry/cvpdnBundleChildSessionId": {
      "get": {
        "summary": "Get cvpdnBundleChildSessionId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-cvpdnBundleChildEntry-cvpdnBundleChildSessionId",
        "tags": [
          "CISCO-VPDN-MGMT-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": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnBundleChildSessionId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnBundleChildSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-1",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnNotifSessionID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:object-1": {
                    "cvpdnNotifSessionID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-1/cvpdnNotifSessionID": {
      "get": {
        "summary": "Get cvpdnNotifSessionID",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-1-cvpdnNotifSessionID",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnNotifSessionID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnNotifSessionID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-2",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnNotifSessionEvent": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:object-2": {
                    "cvpdnNotifSessionEvent": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-2/cvpdnNotifSessionEvent": {
      "get": {
        "summary": "Get cvpdnNotifSessionEvent",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-2-cvpdnNotifSessionEvent",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnNotifSessionEvent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnNotifSessionEvent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-3",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSystemTunnelType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrTunnelId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrSessionId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrDevicePhyId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:object-3": {
                    "cvpdnSystemTunnelType": "configured-value",
                    "cvpdnTunnelAttrTunnelId": "1",
                    "cvpdnSessionAttrSessionId": "1",
                    "cvpdnSessionAttrDevicePhyId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-3/cvpdnSystemTunnelType": {
      "get": {
        "summary": "Get cvpdnSystemTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-3-cvpdnSystemTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-3/cvpdnTunnelAttrTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelAttrTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-3-cvpdnTunnelAttrTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrTunnelId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-3/cvpdnSessionAttrSessionId": {
      "get": {
        "summary": "Get cvpdnSessionAttrSessionId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-3-cvpdnSessionAttrSessionId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrSessionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-3/cvpdnSessionAttrDevicePhyId": {
      "get": {
        "summary": "Get cvpdnSessionAttrDevicePhyId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-3-cvpdnSessionAttrDevicePhyId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrDevicePhyId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrDevicePhyId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-4",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvpdnSystemTunnelType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvpdnTunnelAttrTunnelId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrSessionId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvpdnSessionAttrVirtualCircuitID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:object-4": {
                    "cvpdnSystemTunnelType": "configured-value",
                    "cvpdnTunnelAttrTunnelId": "1",
                    "cvpdnSessionAttrSessionId": "1",
                    "cvpdnSessionAttrVirtualCircuitID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-4/cvpdnSystemTunnelType": {
      "get": {
        "summary": "Get cvpdnSystemTunnelType",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-4-cvpdnSystemTunnelType",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSystemTunnelType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSystemTunnelType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-4/cvpdnTunnelAttrTunnelId": {
      "get": {
        "summary": "Get cvpdnTunnelAttrTunnelId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-4-cvpdnTunnelAttrTunnelId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnTunnelAttrTunnelId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnTunnelAttrTunnelId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-4/cvpdnSessionAttrSessionId": {
      "get": {
        "summary": "Get cvpdnSessionAttrSessionId",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-4-cvpdnSessionAttrSessionId",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrSessionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrSessionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB/cvpdnBundleChildTable/object-4/cvpdnSessionAttrVirtualCircuitID": {
      "get": {
        "summary": "Get cvpdnSessionAttrVirtualCircuitID",
        "operationId": "get-CISCO-VPDN-MGMT-MIB:CISCO-VPDN-MGMT-MIB-cvpdnBundleChildTable-object-4-cvpdnSessionAttrVirtualCircuitID",
        "tags": [
          "CISCO-VPDN-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VPDN-MGMT-MIB:cvpdnSessionAttrVirtualCircuitID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvpdnSessionAttrVirtualCircuitID 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": []
    }
  ]
}
