{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-BGP4-MIB",
    "description": "MIB data from `CISCO-BGP4-MIB` module.\n\n**Root containers:** 1 (CISCO-BGP4-MIB)\n**Paths:** 111 | **Descendants:** 226\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-BGP4-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-BGP4-MIB:CISCO-BGP4-MIB": {
      "get": {
        "summary": "Get CISCO-BGP4-MIB",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpGlobal": {
                      "type": "object",
                      "properties": {
                        "cbgpNotifsEnable": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpLocalAs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpRouteTable": {
                      "type": "object",
                      "properties": {
                        "cbgpRouteEntry": {
                          "type": "object",
                          "properties": {
                            "cbgpRouteAfi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteSafi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRoutePeerType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRoutePeer": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteAddrPrefix": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteAddrPrefixLen": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpRouteOrigin": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteASPathSegment": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            },
                            "cbgpRouteNextHop": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteMedPresent": {
                              "type": "boolean",
                              "example": true
                            },
                            "cbgpRouteMultiExitDisc": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpRouteLocalPrefPresent": {
                              "type": "boolean",
                              "example": true
                            },
                            "cbgpRouteLocalPref": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpRouteAtomicAggregate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteAggregatorAS": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpRouteAggregatorAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteAggregatorAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpRouteBest": {
                              "type": "boolean",
                              "example": true
                            },
                            "cbgpRouteUnknownAttr": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeerCapsTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeerCapsEntry": {
                          "type": "object",
                          "properties": {
                            "bgpPeerRemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerCapCode": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerCapIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeerCapValue": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilyTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeerAddrFamilyEntry": {
                          "type": "object",
                          "properties": {
                            "bgpPeerRemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAddrFamilyAfi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAddrFamilySafi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAddrFamilyName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilyPrefixTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeerAddrFamilyPrefixEntry": {
                          "type": "object",
                          "properties": {
                            "bgpPeerRemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAddrFamilyAfi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAddrFamilySafi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerAcceptedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerDeniedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerPrefixAdminLimit": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeerPrefixThreshold": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeerPrefixClearThreshold": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeerAdvertisedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerSuppressedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeerWithdrawnPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeer2Table": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2Entry": {
                          "type": "object",
                          "properties": {
                            "cbgpPeer2Type": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2State": {
                              "type": "string",
                              "example": "Established"
                            },
                            "cbgpPeer2AdminStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cbgpPeer2NegotiatedVersion": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2LocalAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2LocalPort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2LocalAs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2LocalIdentifier": {
                              "type": "string",
                              "example": "1"
                            },
                            "cbgpPeer2RemotePort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteAs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteIdentifier": {
                              "type": "string",
                              "example": "1"
                            },
                            "cbgpPeer2InUpdates": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "cbgpPeer2OutUpdates": {
                              "type": "string",
                              "example": "2025-03-15"
                            },
                            "cbgpPeer2InTotalMessages": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2OutTotalMessages": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2LastError": {
                              "type": "string",
                              "format": "byte",
                              "example": "0"
                            },
                            "cbgpPeer2FsmEstablishedTransitions": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2FsmEstablishedTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cbgpPeer2ConnectRetryInterval": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2HoldTime": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2KeepAlive": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2HoldTimeConfigured": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2KeepAliveConfigured": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2MinASOriginationInterval": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2MinRouteAdvertisementInterval": {
                              "type": "integer",
                              "example": 1
                            },
                            "cbgpPeer2InUpdateElapsedTime": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2LastErrorTxt": {
                              "type": "string",
                              "example": "0"
                            },
                            "cbgpPeer2PrevState": {
                              "type": "string",
                              "example": "Established"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeer2CapsTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2CapsEntry": {
                          "type": "object",
                          "properties": {
                            "cbgpPeer2Type": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2CapCode": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2CapIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeer2CapValue": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilyTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2AddrFamilyEntry": {
                          "type": "object",
                          "properties": {
                            "cbgpPeer2Type": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AddrFamilyAfi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AddrFamilySafi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AddrFamilyName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilyPrefixTable": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2AddrFamilyPrefixEntry": {
                          "type": "object",
                          "properties": {
                            "cbgpPeer2Type": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2RemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AddrFamilyAfi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AddrFamilySafi": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2AcceptedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2DeniedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2PrefixAdminLimit": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeer2PrefixThreshold": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeer2PrefixClearThreshold": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cbgpPeer2AdvertisedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2SuppressedPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cbgpPeer2WithdrawnPrefixes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cbgpPeerLastErrorTxt": {
                      "type": "string",
                      "example": "0"
                    },
                    "cbgpPeerPrevState": {
                      "type": "string",
                      "example": "Established"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:CISCO-BGP4-MIB": {
                    "cbgpGlobal": {
                      "cbgpNotifsEnable": "",
                      "cbgpLocalAs": "configured-value"
                    },
                    "cbgpRouteTable": {
                      "cbgpRouteEntry": {
                        "cbgpRouteAfi": "configured-value",
                        "cbgpRouteSafi": "configured-value",
                        "cbgpRoutePeerType": "configured-value",
                        "cbgpRoutePeer": "configured-value",
                        "cbgpRouteAddrPrefix": "configured-value",
                        "cbgpRouteAddrPrefixLen": 1,
                        "cbgpRouteOrigin": "default",
                        "cbgpRouteASPathSegment": "QmFzZTY0",
                        "cbgpRouteNextHop": "configured-value",
                        "cbgpRouteMedPresent": true,
                        "cbgpRouteMultiExitDisc": 1,
                        "cbgpRouteLocalPrefPresent": true,
                        "cbgpRouteLocalPref": 1,
                        "cbgpRouteAtomicAggregate": "default",
                        "cbgpRouteAggregatorAS": 1,
                        "cbgpRouteAggregatorAddrType": "configured-value",
                        "cbgpRouteAggregatorAddr": "configured-value",
                        "cbgpRouteBest": true,
                        "cbgpRouteUnknownAttr": "QmFzZTY0"
                      }
                    },
                    "cbgpPeerCapsTable": {
                      "cbgpPeerCapsEntry": {
                        "bgpPeerRemoteAddr": "configured-value",
                        "cbgpPeerCapCode": "default",
                        "cbgpPeerCapIndex": 1,
                        "cbgpPeerCapValue": "QmFzZTY0"
                      }
                    },
                    "cbgpPeerAddrFamilyTable": {
                      "cbgpPeerAddrFamilyEntry": {
                        "bgpPeerRemoteAddr": "configured-value",
                        "cbgpPeerAddrFamilyAfi": "configured-value",
                        "cbgpPeerAddrFamilySafi": "configured-value",
                        "cbgpPeerAddrFamilyName": "example-1"
                      }
                    },
                    "cbgpPeerAddrFamilyPrefixTable": {
                      "cbgpPeerAddrFamilyPrefixEntry": {
                        "bgpPeerRemoteAddr": "configured-value",
                        "cbgpPeerAddrFamilyAfi": "configured-value",
                        "cbgpPeerAddrFamilySafi": "configured-value",
                        "cbgpPeerAcceptedPrefixes": "configured-value",
                        "cbgpPeerDeniedPrefixes": "configured-value",
                        "cbgpPeerPrefixAdminLimit": 1,
                        "cbgpPeerPrefixThreshold": 1,
                        "cbgpPeerPrefixClearThreshold": 1,
                        "cbgpPeerAdvertisedPrefixes": "configured-value",
                        "cbgpPeerSuppressedPrefixes": "configured-value",
                        "cbgpPeerWithdrawnPrefixes": "configured-value"
                      }
                    },
                    "cbgpPeer2Table": {
                      "cbgpPeer2Entry": {
                        "cbgpPeer2Type": "configured-value",
                        "cbgpPeer2RemoteAddr": "configured-value",
                        "cbgpPeer2State": "default",
                        "cbgpPeer2AdminStatus": "default",
                        "cbgpPeer2NegotiatedVersion": 1,
                        "cbgpPeer2LocalAddr": "configured-value",
                        "cbgpPeer2LocalPort": "configured-value",
                        "cbgpPeer2LocalAs": "configured-value",
                        "cbgpPeer2LocalIdentifier": "1",
                        "cbgpPeer2RemotePort": "configured-value",
                        "cbgpPeer2RemoteAs": "configured-value",
                        "cbgpPeer2RemoteIdentifier": "1",
                        "cbgpPeer2InUpdates": "2025-03-15",
                        "cbgpPeer2OutUpdates": "2025-03-15",
                        "cbgpPeer2InTotalMessages": "configured-value",
                        "cbgpPeer2OutTotalMessages": "configured-value",
                        "cbgpPeer2LastError": "QmFzZTY0",
                        "cbgpPeer2FsmEstablishedTransitions": "configured-value",
                        "cbgpPeer2FsmEstablishedTime": "10:30:45",
                        "cbgpPeer2ConnectRetryInterval": 1,
                        "cbgpPeer2HoldTime": 1,
                        "cbgpPeer2KeepAlive": 1,
                        "cbgpPeer2HoldTimeConfigured": 1,
                        "cbgpPeer2KeepAliveConfigured": 1,
                        "cbgpPeer2MinASOriginationInterval": 1,
                        "cbgpPeer2MinRouteAdvertisementInterval": 1,
                        "cbgpPeer2InUpdateElapsedTime": "configured-value",
                        "cbgpPeer2LastErrorTxt": "0",
                        "cbgpPeer2PrevState": "default"
                      }
                    },
                    "cbgpPeer2CapsTable": {
                      "cbgpPeer2CapsEntry": {
                        "cbgpPeer2Type": "configured-value",
                        "cbgpPeer2RemoteAddr": "configured-value",
                        "cbgpPeer2CapCode": "default",
                        "cbgpPeer2CapIndex": 1,
                        "cbgpPeer2CapValue": "QmFzZTY0"
                      }
                    },
                    "cbgpPeer2AddrFamilyTable": {
                      "cbgpPeer2AddrFamilyEntry": {
                        "cbgpPeer2Type": "configured-value",
                        "cbgpPeer2RemoteAddr": "configured-value",
                        "cbgpPeer2AddrFamilyAfi": "configured-value",
                        "cbgpPeer2AddrFamilySafi": "configured-value",
                        "cbgpPeer2AddrFamilyName": "example-1"
                      }
                    },
                    "cbgpPeer2AddrFamilyPrefixTable": {
                      "cbgpPeer2AddrFamilyPrefixEntry": {
                        "cbgpPeer2Type": "configured-value",
                        "cbgpPeer2RemoteAddr": "configured-value",
                        "cbgpPeer2AddrFamilyAfi": "configured-value",
                        "cbgpPeer2AddrFamilySafi": "configured-value",
                        "cbgpPeer2AcceptedPrefixes": "configured-value",
                        "cbgpPeer2DeniedPrefixes": "configured-value",
                        "cbgpPeer2PrefixAdminLimit": 1,
                        "cbgpPeer2PrefixThreshold": 1,
                        "cbgpPeer2PrefixClearThreshold": 1,
                        "cbgpPeer2AdvertisedPrefixes": "configured-value",
                        "cbgpPeer2SuppressedPrefixes": "configured-value",
                        "cbgpPeer2WithdrawnPrefixes": "configured-value"
                      }
                    },
                    "cbgpPeerLastErrorTxt": "0",
                    "cbgpPeerPrevState": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-BGP4-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpGlobal": {
      "get": {
        "summary": "Get cbgpGlobal",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpGlobal",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpNotifsEnable": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpLocalAs": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpGlobal": {
                    "cbgpNotifsEnable": "",
                    "cbgpLocalAs": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpGlobal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpGlobal/cbgpNotifsEnable": {
      "get": {
        "summary": "Get cbgpNotifsEnable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpGlobal-cbgpNotifsEnable",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpNotifsEnable": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpNotifsEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpGlobal/cbgpLocalAs": {
      "get": {
        "summary": "Get cbgpLocalAs",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpGlobal-cbgpLocalAs",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpLocalAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpLocalAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable": {
      "get": {
        "summary": "Get cbgpRouteTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpRouteEntry": {
                      "type": "object",
                      "properties": {
                        "cbgpRouteAfi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteSafi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRoutePeerType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRoutePeer": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteAddrPrefix": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteAddrPrefixLen": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpRouteOrigin": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteASPathSegment": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        },
                        "cbgpRouteNextHop": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteMedPresent": {
                          "type": "boolean",
                          "example": true
                        },
                        "cbgpRouteMultiExitDisc": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpRouteLocalPrefPresent": {
                          "type": "boolean",
                          "example": true
                        },
                        "cbgpRouteLocalPref": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpRouteAtomicAggregate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteAggregatorAS": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpRouteAggregatorAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteAggregatorAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpRouteBest": {
                          "type": "boolean",
                          "example": true
                        },
                        "cbgpRouteUnknownAttr": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpRouteTable": {
                    "cbgpRouteEntry": {
                      "cbgpRouteAfi": "configured-value",
                      "cbgpRouteSafi": "configured-value",
                      "cbgpRoutePeerType": "configured-value",
                      "cbgpRoutePeer": "configured-value",
                      "cbgpRouteAddrPrefix": "configured-value",
                      "cbgpRouteAddrPrefixLen": 1,
                      "cbgpRouteOrigin": "default",
                      "cbgpRouteASPathSegment": "QmFzZTY0",
                      "cbgpRouteNextHop": "configured-value",
                      "cbgpRouteMedPresent": true,
                      "cbgpRouteMultiExitDisc": 1,
                      "cbgpRouteLocalPrefPresent": true,
                      "cbgpRouteLocalPref": 1,
                      "cbgpRouteAtomicAggregate": "default",
                      "cbgpRouteAggregatorAS": 1,
                      "cbgpRouteAggregatorAddrType": "configured-value",
                      "cbgpRouteAggregatorAddr": "configured-value",
                      "cbgpRouteBest": true,
                      "cbgpRouteUnknownAttr": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry": {
      "get": {
        "summary": "Get cbgpRouteEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpRouteAfi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteSafi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRoutePeerType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRoutePeer": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteAddrPrefix": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteAddrPrefixLen": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpRouteOrigin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteASPathSegment": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    },
                    "cbgpRouteNextHop": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteMedPresent": {
                      "type": "boolean",
                      "example": true
                    },
                    "cbgpRouteMultiExitDisc": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpRouteLocalPrefPresent": {
                      "type": "boolean",
                      "example": true
                    },
                    "cbgpRouteLocalPref": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpRouteAtomicAggregate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteAggregatorAS": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpRouteAggregatorAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteAggregatorAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpRouteBest": {
                      "type": "boolean",
                      "example": true
                    },
                    "cbgpRouteUnknownAttr": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpRouteEntry": {
                    "cbgpRouteAfi": "configured-value",
                    "cbgpRouteSafi": "configured-value",
                    "cbgpRoutePeerType": "configured-value",
                    "cbgpRoutePeer": "configured-value",
                    "cbgpRouteAddrPrefix": "configured-value",
                    "cbgpRouteAddrPrefixLen": 1,
                    "cbgpRouteOrigin": "default",
                    "cbgpRouteASPathSegment": "QmFzZTY0",
                    "cbgpRouteNextHop": "configured-value",
                    "cbgpRouteMedPresent": true,
                    "cbgpRouteMultiExitDisc": 1,
                    "cbgpRouteLocalPrefPresent": true,
                    "cbgpRouteLocalPref": 1,
                    "cbgpRouteAtomicAggregate": "default",
                    "cbgpRouteAggregatorAS": 1,
                    "cbgpRouteAggregatorAddrType": "configured-value",
                    "cbgpRouteAggregatorAddr": "configured-value",
                    "cbgpRouteBest": true,
                    "cbgpRouteUnknownAttr": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAfi": {
      "get": {
        "summary": "Get cbgpRouteAfi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAfi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAfi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAfi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteSafi": {
      "get": {
        "summary": "Get cbgpRouteSafi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteSafi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteSafi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteSafi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRoutePeerType": {
      "get": {
        "summary": "Get cbgpRoutePeerType",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRoutePeerType",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRoutePeerType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRoutePeerType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRoutePeer": {
      "get": {
        "summary": "Get cbgpRoutePeer",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRoutePeer",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRoutePeer": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRoutePeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAddrPrefix": {
      "get": {
        "summary": "Get cbgpRouteAddrPrefix",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAddrPrefix",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAddrPrefix": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAddrPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAddrPrefixLen": {
      "get": {
        "summary": "Get cbgpRouteAddrPrefixLen",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAddrPrefixLen",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAddrPrefixLen": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAddrPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteOrigin": {
      "get": {
        "summary": "Get cbgpRouteOrigin",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteOrigin",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteASPathSegment": {
      "get": {
        "summary": "Get cbgpRouteASPathSegment",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteASPathSegment",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "/data/example"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpRouteASPathSegment": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteASPathSegment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteNextHop": {
      "get": {
        "summary": "Get cbgpRouteNextHop",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteNextHop",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteNextHop": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteMedPresent": {
      "get": {
        "summary": "Get cbgpRouteMedPresent",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteMedPresent",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteMedPresent": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteMedPresent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteMultiExitDisc": {
      "get": {
        "summary": "Get cbgpRouteMultiExitDisc",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteMultiExitDisc",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteMultiExitDisc": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteMultiExitDisc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteLocalPrefPresent": {
      "get": {
        "summary": "Get cbgpRouteLocalPrefPresent",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteLocalPrefPresent",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteLocalPrefPresent": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteLocalPrefPresent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteLocalPref": {
      "get": {
        "summary": "Get cbgpRouteLocalPref",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteLocalPref",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteLocalPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteLocalPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAtomicAggregate": {
      "get": {
        "summary": "Get cbgpRouteAtomicAggregate",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAtomicAggregate",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAtomicAggregate": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAtomicAggregate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAggregatorAS": {
      "get": {
        "summary": "Get cbgpRouteAggregatorAS",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAggregatorAS",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAggregatorAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAggregatorAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAggregatorAddrType": {
      "get": {
        "summary": "Get cbgpRouteAggregatorAddrType",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAggregatorAddrType",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAggregatorAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAggregatorAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteAggregatorAddr": {
      "get": {
        "summary": "Get cbgpRouteAggregatorAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteAggregatorAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteAggregatorAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteAggregatorAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteBest": {
      "get": {
        "summary": "Get cbgpRouteBest",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteBest",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteBest": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteBest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpRouteTable/cbgpRouteEntry/cbgpRouteUnknownAttr": {
      "get": {
        "summary": "Get cbgpRouteUnknownAttr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpRouteTable-cbgpRouteEntry-cbgpRouteUnknownAttr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpRouteUnknownAttr": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpRouteUnknownAttr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable": {
      "get": {
        "summary": "Get cbgpPeerCapsTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeerCapsEntry": {
                      "type": "object",
                      "properties": {
                        "bgpPeerRemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerCapCode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerCapIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeerCapValue": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerCapsTable": {
                    "cbgpPeerCapsEntry": {
                      "bgpPeerRemoteAddr": "configured-value",
                      "cbgpPeerCapCode": "default",
                      "cbgpPeerCapIndex": 1,
                      "cbgpPeerCapValue": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerCapsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable/cbgpPeerCapsEntry": {
      "get": {
        "summary": "Get cbgpPeerCapsEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable-cbgpPeerCapsEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bgpPeerRemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerCapCode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerCapIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeerCapValue": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerCapsEntry": {
                    "bgpPeerRemoteAddr": "configured-value",
                    "cbgpPeerCapCode": "default",
                    "cbgpPeerCapIndex": 1,
                    "cbgpPeerCapValue": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerCapsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable/cbgpPeerCapsEntry/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable-cbgpPeerCapsEntry-bgpPeerRemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:bgpPeerRemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerRemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable/cbgpPeerCapsEntry/cbgpPeerCapCode": {
      "get": {
        "summary": "Get cbgpPeerCapCode",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable-cbgpPeerCapsEntry-cbgpPeerCapCode",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerCapCode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerCapCode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable/cbgpPeerCapsEntry/cbgpPeerCapIndex": {
      "get": {
        "summary": "Get cbgpPeerCapIndex",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable-cbgpPeerCapsEntry-cbgpPeerCapIndex",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerCapIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerCapIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerCapsTable/cbgpPeerCapsEntry/cbgpPeerCapValue": {
      "get": {
        "summary": "Get cbgpPeerCapValue",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerCapsTable-cbgpPeerCapsEntry-cbgpPeerCapValue",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerCapValue": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerCapValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeerAddrFamilyEntry": {
                      "type": "object",
                      "properties": {
                        "bgpPeerRemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAddrFamilyAfi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAddrFamilySafi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAddrFamilyName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerAddrFamilyTable": {
                    "cbgpPeerAddrFamilyEntry": {
                      "bgpPeerRemoteAddr": "configured-value",
                      "cbgpPeerAddrFamilyAfi": "configured-value",
                      "cbgpPeerAddrFamilySafi": "configured-value",
                      "cbgpPeerAddrFamilyName": "example-1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable/cbgpPeerAddrFamilyEntry": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable-cbgpPeerAddrFamilyEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bgpPeerRemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilyAfi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilySafi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilyName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerAddrFamilyEntry": {
                    "bgpPeerRemoteAddr": "configured-value",
                    "cbgpPeerAddrFamilyAfi": "configured-value",
                    "cbgpPeerAddrFamilySafi": "configured-value",
                    "cbgpPeerAddrFamilyName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable/cbgpPeerAddrFamilyEntry/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable-cbgpPeerAddrFamilyEntry-bgpPeerRemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:bgpPeerRemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerRemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable/cbgpPeerAddrFamilyEntry/cbgpPeerAddrFamilyAfi": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyAfi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable-cbgpPeerAddrFamilyEntry-cbgpPeerAddrFamilyAfi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAddrFamilyAfi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyAfi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable/cbgpPeerAddrFamilyEntry/cbgpPeerAddrFamilySafi": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilySafi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable-cbgpPeerAddrFamilyEntry-cbgpPeerAddrFamilySafi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAddrFamilySafi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilySafi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyTable/cbgpPeerAddrFamilyEntry/cbgpPeerAddrFamilyName": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyName",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyTable-cbgpPeerAddrFamilyEntry-cbgpPeerAddrFamilyName",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAddrFamilyName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyPrefixTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeerAddrFamilyPrefixEntry": {
                      "type": "object",
                      "properties": {
                        "bgpPeerRemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAddrFamilyAfi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAddrFamilySafi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerAcceptedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerDeniedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerPrefixAdminLimit": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeerPrefixThreshold": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeerPrefixClearThreshold": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeerAdvertisedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerSuppressedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeerWithdrawnPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerAddrFamilyPrefixTable": {
                    "cbgpPeerAddrFamilyPrefixEntry": {
                      "bgpPeerRemoteAddr": "configured-value",
                      "cbgpPeerAddrFamilyAfi": "configured-value",
                      "cbgpPeerAddrFamilySafi": "configured-value",
                      "cbgpPeerAcceptedPrefixes": "configured-value",
                      "cbgpPeerDeniedPrefixes": "configured-value",
                      "cbgpPeerPrefixAdminLimit": 1,
                      "cbgpPeerPrefixThreshold": 1,
                      "cbgpPeerPrefixClearThreshold": 1,
                      "cbgpPeerAdvertisedPrefixes": "configured-value",
                      "cbgpPeerSuppressedPrefixes": "configured-value",
                      "cbgpPeerWithdrawnPrefixes": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyPrefixTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyPrefixEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bgpPeerRemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilyAfi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAddrFamilySafi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerAcceptedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerDeniedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerPrefixAdminLimit": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeerPrefixThreshold": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeerPrefixClearThreshold": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeerAdvertisedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerSuppressedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeerWithdrawnPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerAddrFamilyPrefixEntry": {
                    "bgpPeerRemoteAddr": "configured-value",
                    "cbgpPeerAddrFamilyAfi": "configured-value",
                    "cbgpPeerAddrFamilySafi": "configured-value",
                    "cbgpPeerAcceptedPrefixes": "configured-value",
                    "cbgpPeerDeniedPrefixes": "configured-value",
                    "cbgpPeerPrefixAdminLimit": 1,
                    "cbgpPeerPrefixThreshold": 1,
                    "cbgpPeerPrefixClearThreshold": 1,
                    "cbgpPeerAdvertisedPrefixes": "configured-value",
                    "cbgpPeerSuppressedPrefixes": "configured-value",
                    "cbgpPeerWithdrawnPrefixes": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyPrefixEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-bgpPeerRemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:bgpPeerRemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerRemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerAddrFamilyAfi": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilyAfi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerAddrFamilyAfi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAddrFamilyAfi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilyAfi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerAddrFamilySafi": {
      "get": {
        "summary": "Get cbgpPeerAddrFamilySafi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerAddrFamilySafi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAddrFamilySafi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAddrFamilySafi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerAcceptedPrefixes": {
      "get": {
        "summary": "Get cbgpPeerAcceptedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerAcceptedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAcceptedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAcceptedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerDeniedPrefixes": {
      "get": {
        "summary": "Get cbgpPeerDeniedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerDeniedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerDeniedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerDeniedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerPrefixAdminLimit": {
      "get": {
        "summary": "Get cbgpPeerPrefixAdminLimit",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerPrefixAdminLimit",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerPrefixAdminLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerPrefixAdminLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerPrefixThreshold": {
      "get": {
        "summary": "Get cbgpPeerPrefixThreshold",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerPrefixThreshold",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerPrefixThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerPrefixThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerPrefixClearThreshold": {
      "get": {
        "summary": "Get cbgpPeerPrefixClearThreshold",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerPrefixClearThreshold",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerPrefixClearThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerPrefixClearThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerAdvertisedPrefixes": {
      "get": {
        "summary": "Get cbgpPeerAdvertisedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerAdvertisedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerAdvertisedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerAdvertisedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerSuppressedPrefixes": {
      "get": {
        "summary": "Get cbgpPeerSuppressedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerSuppressedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerSuppressedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerSuppressedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerAddrFamilyPrefixTable/cbgpPeerAddrFamilyPrefixEntry/cbgpPeerWithdrawnPrefixes": {
      "get": {
        "summary": "Get cbgpPeerWithdrawnPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerAddrFamilyPrefixTable-cbgpPeerAddrFamilyPrefixEntry-cbgpPeerWithdrawnPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerWithdrawnPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerWithdrawnPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table": {
      "get": {
        "summary": "Get cbgpPeer2Table",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2Entry": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2Type": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2State": {
                          "type": "string",
                          "example": "Established"
                        },
                        "cbgpPeer2AdminStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cbgpPeer2NegotiatedVersion": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2LocalAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2LocalPort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2LocalAs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2LocalIdentifier": {
                          "type": "string",
                          "example": "1"
                        },
                        "cbgpPeer2RemotePort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteAs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteIdentifier": {
                          "type": "string",
                          "example": "1"
                        },
                        "cbgpPeer2InUpdates": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "cbgpPeer2OutUpdates": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "cbgpPeer2InTotalMessages": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2OutTotalMessages": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2LastError": {
                          "type": "string",
                          "format": "byte",
                          "example": "0"
                        },
                        "cbgpPeer2FsmEstablishedTransitions": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2FsmEstablishedTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cbgpPeer2ConnectRetryInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2HoldTime": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2KeepAlive": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2HoldTimeConfigured": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2KeepAliveConfigured": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2MinASOriginationInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2MinRouteAdvertisementInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "cbgpPeer2InUpdateElapsedTime": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2LastErrorTxt": {
                          "type": "string",
                          "example": "0"
                        },
                        "cbgpPeer2PrevState": {
                          "type": "string",
                          "example": "Established"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2Table": {
                    "cbgpPeer2Entry": {
                      "cbgpPeer2Type": "configured-value",
                      "cbgpPeer2RemoteAddr": "configured-value",
                      "cbgpPeer2State": "default",
                      "cbgpPeer2AdminStatus": "default",
                      "cbgpPeer2NegotiatedVersion": 1,
                      "cbgpPeer2LocalAddr": "configured-value",
                      "cbgpPeer2LocalPort": "configured-value",
                      "cbgpPeer2LocalAs": "configured-value",
                      "cbgpPeer2LocalIdentifier": "1",
                      "cbgpPeer2RemotePort": "configured-value",
                      "cbgpPeer2RemoteAs": "configured-value",
                      "cbgpPeer2RemoteIdentifier": "1",
                      "cbgpPeer2InUpdates": "2025-03-15",
                      "cbgpPeer2OutUpdates": "2025-03-15",
                      "cbgpPeer2InTotalMessages": "configured-value",
                      "cbgpPeer2OutTotalMessages": "configured-value",
                      "cbgpPeer2LastError": "QmFzZTY0",
                      "cbgpPeer2FsmEstablishedTransitions": "configured-value",
                      "cbgpPeer2FsmEstablishedTime": "10:30:45",
                      "cbgpPeer2ConnectRetryInterval": 1,
                      "cbgpPeer2HoldTime": 1,
                      "cbgpPeer2KeepAlive": 1,
                      "cbgpPeer2HoldTimeConfigured": 1,
                      "cbgpPeer2KeepAliveConfigured": 1,
                      "cbgpPeer2MinASOriginationInterval": 1,
                      "cbgpPeer2MinRouteAdvertisementInterval": 1,
                      "cbgpPeer2InUpdateElapsedTime": "configured-value",
                      "cbgpPeer2LastErrorTxt": "0",
                      "cbgpPeer2PrevState": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Table from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry": {
      "get": {
        "summary": "Get cbgpPeer2Entry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2Type": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2State": {
                      "type": "string",
                      "example": "Established"
                    },
                    "cbgpPeer2AdminStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cbgpPeer2NegotiatedVersion": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2LocalAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2LocalPort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2LocalAs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2LocalIdentifier": {
                      "type": "string",
                      "example": "1"
                    },
                    "cbgpPeer2RemotePort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteAs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteIdentifier": {
                      "type": "string",
                      "example": "1"
                    },
                    "cbgpPeer2InUpdates": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "cbgpPeer2OutUpdates": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "cbgpPeer2InTotalMessages": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2OutTotalMessages": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2LastError": {
                      "type": "string",
                      "format": "byte",
                      "example": "0"
                    },
                    "cbgpPeer2FsmEstablishedTransitions": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2FsmEstablishedTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cbgpPeer2ConnectRetryInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2HoldTime": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2KeepAlive": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2HoldTimeConfigured": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2KeepAliveConfigured": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2MinASOriginationInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2MinRouteAdvertisementInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "cbgpPeer2InUpdateElapsedTime": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2LastErrorTxt": {
                      "type": "string",
                      "example": "0"
                    },
                    "cbgpPeer2PrevState": {
                      "type": "string",
                      "example": "Established"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2Entry": {
                    "cbgpPeer2Type": "configured-value",
                    "cbgpPeer2RemoteAddr": "configured-value",
                    "cbgpPeer2State": "default",
                    "cbgpPeer2AdminStatus": "default",
                    "cbgpPeer2NegotiatedVersion": 1,
                    "cbgpPeer2LocalAddr": "configured-value",
                    "cbgpPeer2LocalPort": "configured-value",
                    "cbgpPeer2LocalAs": "configured-value",
                    "cbgpPeer2LocalIdentifier": "1",
                    "cbgpPeer2RemotePort": "configured-value",
                    "cbgpPeer2RemoteAs": "configured-value",
                    "cbgpPeer2RemoteIdentifier": "1",
                    "cbgpPeer2InUpdates": "2025-03-15",
                    "cbgpPeer2OutUpdates": "2025-03-15",
                    "cbgpPeer2InTotalMessages": "configured-value",
                    "cbgpPeer2OutTotalMessages": "configured-value",
                    "cbgpPeer2LastError": "QmFzZTY0",
                    "cbgpPeer2FsmEstablishedTransitions": "configured-value",
                    "cbgpPeer2FsmEstablishedTime": "10:30:45",
                    "cbgpPeer2ConnectRetryInterval": 1,
                    "cbgpPeer2HoldTime": 1,
                    "cbgpPeer2KeepAlive": 1,
                    "cbgpPeer2HoldTimeConfigured": 1,
                    "cbgpPeer2KeepAliveConfigured": 1,
                    "cbgpPeer2MinASOriginationInterval": 1,
                    "cbgpPeer2MinRouteAdvertisementInterval": 1,
                    "cbgpPeer2InUpdateElapsedTime": "configured-value",
                    "cbgpPeer2LastErrorTxt": "0",
                    "cbgpPeer2PrevState": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Entry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2Type": {
      "get": {
        "summary": "Get cbgpPeer2Type",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2Type",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2Type": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Type from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2RemoteAddr": {
      "get": {
        "summary": "Get cbgpPeer2RemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2RemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2State": {
      "get": {
        "summary": "Get cbgpPeer2State",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2State",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Established"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2State": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2State from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2AdminStatus": {
      "get": {
        "summary": "Get cbgpPeer2AdminStatus",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2AdminStatus",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AdminStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2NegotiatedVersion": {
      "get": {
        "summary": "Get cbgpPeer2NegotiatedVersion",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2NegotiatedVersion",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2NegotiatedVersion": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2NegotiatedVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LocalAddr": {
      "get": {
        "summary": "Get cbgpPeer2LocalAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LocalAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2LocalAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LocalAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LocalPort": {
      "get": {
        "summary": "Get cbgpPeer2LocalPort",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LocalPort",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2LocalPort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LocalAs": {
      "get": {
        "summary": "Get cbgpPeer2LocalAs",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LocalAs",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2LocalAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LocalAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LocalIdentifier": {
      "get": {
        "summary": "Get cbgpPeer2LocalIdentifier",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LocalIdentifier",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2LocalIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LocalIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2RemotePort": {
      "get": {
        "summary": "Get cbgpPeer2RemotePort",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2RemotePort",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemotePort": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemotePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2RemoteAs": {
      "get": {
        "summary": "Get cbgpPeer2RemoteAs",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2RemoteAs",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteAs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2RemoteIdentifier": {
      "get": {
        "summary": "Get cbgpPeer2RemoteIdentifier",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2RemoteIdentifier",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2InUpdates": {
      "get": {
        "summary": "Get cbgpPeer2InUpdates",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2InUpdates",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2InUpdates": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2InUpdates from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2OutUpdates": {
      "get": {
        "summary": "Get cbgpPeer2OutUpdates",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2OutUpdates",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2OutUpdates": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2OutUpdates from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2InTotalMessages": {
      "get": {
        "summary": "Get cbgpPeer2InTotalMessages",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2InTotalMessages",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2InTotalMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2InTotalMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2OutTotalMessages": {
      "get": {
        "summary": "Get cbgpPeer2OutTotalMessages",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2OutTotalMessages",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2OutTotalMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2OutTotalMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LastError": {
      "get": {
        "summary": "Get cbgpPeer2LastError",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LastError",
        "tags": [
          "CISCO-BGP4-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": "0"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2LastError": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LastError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2FsmEstablishedTransitions": {
      "get": {
        "summary": "Get cbgpPeer2FsmEstablishedTransitions",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2FsmEstablishedTransitions",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2FsmEstablishedTransitions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2FsmEstablishedTransitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2FsmEstablishedTime": {
      "get": {
        "summary": "Get cbgpPeer2FsmEstablishedTime",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2FsmEstablishedTime",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2FsmEstablishedTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2FsmEstablishedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2ConnectRetryInterval": {
      "get": {
        "summary": "Get cbgpPeer2ConnectRetryInterval",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2ConnectRetryInterval",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2ConnectRetryInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2ConnectRetryInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2HoldTime": {
      "get": {
        "summary": "Get cbgpPeer2HoldTime",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2HoldTime",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2HoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2HoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2KeepAlive": {
      "get": {
        "summary": "Get cbgpPeer2KeepAlive",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2KeepAlive",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2KeepAlive": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2KeepAlive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2HoldTimeConfigured": {
      "get": {
        "summary": "Get cbgpPeer2HoldTimeConfigured",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2HoldTimeConfigured",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2HoldTimeConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2HoldTimeConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2KeepAliveConfigured": {
      "get": {
        "summary": "Get cbgpPeer2KeepAliveConfigured",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2KeepAliveConfigured",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2KeepAliveConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2KeepAliveConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2MinASOriginationInterval": {
      "get": {
        "summary": "Get cbgpPeer2MinASOriginationInterval",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2MinASOriginationInterval",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2MinASOriginationInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2MinASOriginationInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2MinRouteAdvertisementInterval": {
      "get": {
        "summary": "Get cbgpPeer2MinRouteAdvertisementInterval",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2MinRouteAdvertisementInterval",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2MinRouteAdvertisementInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2MinRouteAdvertisementInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2InUpdateElapsedTime": {
      "get": {
        "summary": "Get cbgpPeer2InUpdateElapsedTime",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2InUpdateElapsedTime",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2InUpdateElapsedTime": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2InUpdateElapsedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2LastErrorTxt": {
      "get": {
        "summary": "Get cbgpPeer2LastErrorTxt",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2LastErrorTxt",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2LastErrorTxt": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2LastErrorTxt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2Table/cbgpPeer2Entry/cbgpPeer2PrevState": {
      "get": {
        "summary": "Get cbgpPeer2PrevState",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2Table-cbgpPeer2Entry-cbgpPeer2PrevState",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Established"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2PrevState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2PrevState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable": {
      "get": {
        "summary": "Get cbgpPeer2CapsTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2CapsEntry": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2Type": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2CapCode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2CapIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeer2CapValue": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2CapsTable": {
                    "cbgpPeer2CapsEntry": {
                      "cbgpPeer2Type": "configured-value",
                      "cbgpPeer2RemoteAddr": "configured-value",
                      "cbgpPeer2CapCode": "default",
                      "cbgpPeer2CapIndex": 1,
                      "cbgpPeer2CapValue": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2CapsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry": {
      "get": {
        "summary": "Get cbgpPeer2CapsEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2Type": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2CapCode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2CapIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeer2CapValue": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2CapsEntry": {
                    "cbgpPeer2Type": "configured-value",
                    "cbgpPeer2RemoteAddr": "configured-value",
                    "cbgpPeer2CapCode": "default",
                    "cbgpPeer2CapIndex": 1,
                    "cbgpPeer2CapValue": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2CapsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry/cbgpPeer2Type": {
      "get": {
        "summary": "Get cbgpPeer2Type",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry-cbgpPeer2Type",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2Type": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Type from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry/cbgpPeer2RemoteAddr": {
      "get": {
        "summary": "Get cbgpPeer2RemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry-cbgpPeer2RemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry/cbgpPeer2CapCode": {
      "get": {
        "summary": "Get cbgpPeer2CapCode",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry-cbgpPeer2CapCode",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2CapCode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2CapCode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry/cbgpPeer2CapIndex": {
      "get": {
        "summary": "Get cbgpPeer2CapIndex",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry-cbgpPeer2CapIndex",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2CapIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2CapIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2CapsTable/cbgpPeer2CapsEntry/cbgpPeer2CapValue": {
      "get": {
        "summary": "Get cbgpPeer2CapValue",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2CapsTable-cbgpPeer2CapsEntry-cbgpPeer2CapValue",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2CapValue": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2CapValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2AddrFamilyEntry": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2Type": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AddrFamilyAfi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AddrFamilySafi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AddrFamilyName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2AddrFamilyTable": {
                    "cbgpPeer2AddrFamilyEntry": {
                      "cbgpPeer2Type": "configured-value",
                      "cbgpPeer2RemoteAddr": "configured-value",
                      "cbgpPeer2AddrFamilyAfi": "configured-value",
                      "cbgpPeer2AddrFamilySafi": "configured-value",
                      "cbgpPeer2AddrFamilyName": "example-1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2Type": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilyAfi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilySafi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilyName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2AddrFamilyEntry": {
                    "cbgpPeer2Type": "configured-value",
                    "cbgpPeer2RemoteAddr": "configured-value",
                    "cbgpPeer2AddrFamilyAfi": "configured-value",
                    "cbgpPeer2AddrFamilySafi": "configured-value",
                    "cbgpPeer2AddrFamilyName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry/cbgpPeer2Type": {
      "get": {
        "summary": "Get cbgpPeer2Type",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry-cbgpPeer2Type",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2Type": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Type from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry/cbgpPeer2RemoteAddr": {
      "get": {
        "summary": "Get cbgpPeer2RemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry-cbgpPeer2RemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry/cbgpPeer2AddrFamilyAfi": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyAfi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry-cbgpPeer2AddrFamilyAfi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AddrFamilyAfi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyAfi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry/cbgpPeer2AddrFamilySafi": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilySafi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry-cbgpPeer2AddrFamilySafi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AddrFamilySafi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilySafi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyTable/cbgpPeer2AddrFamilyEntry/cbgpPeer2AddrFamilyName": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyName",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyTable-cbgpPeer2AddrFamilyEntry-cbgpPeer2AddrFamilyName",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AddrFamilyName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyPrefixTable",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2AddrFamilyPrefixEntry": {
                      "type": "object",
                      "properties": {
                        "cbgpPeer2Type": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2RemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AddrFamilyAfi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AddrFamilySafi": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2AcceptedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2DeniedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2PrefixAdminLimit": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeer2PrefixThreshold": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeer2PrefixClearThreshold": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cbgpPeer2AdvertisedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2SuppressedPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cbgpPeer2WithdrawnPrefixes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2AddrFamilyPrefixTable": {
                    "cbgpPeer2AddrFamilyPrefixEntry": {
                      "cbgpPeer2Type": "configured-value",
                      "cbgpPeer2RemoteAddr": "configured-value",
                      "cbgpPeer2AddrFamilyAfi": "configured-value",
                      "cbgpPeer2AddrFamilySafi": "configured-value",
                      "cbgpPeer2AcceptedPrefixes": "configured-value",
                      "cbgpPeer2DeniedPrefixes": "configured-value",
                      "cbgpPeer2PrefixAdminLimit": 1,
                      "cbgpPeer2PrefixThreshold": 1,
                      "cbgpPeer2PrefixClearThreshold": 1,
                      "cbgpPeer2AdvertisedPrefixes": "configured-value",
                      "cbgpPeer2SuppressedPrefixes": "configured-value",
                      "cbgpPeer2WithdrawnPrefixes": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyPrefixTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyPrefixEntry",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cbgpPeer2Type": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2RemoteAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilyAfi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AddrFamilySafi": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2AcceptedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2DeniedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2PrefixAdminLimit": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeer2PrefixThreshold": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeer2PrefixClearThreshold": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cbgpPeer2AdvertisedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2SuppressedPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cbgpPeer2WithdrawnPrefixes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeer2AddrFamilyPrefixEntry": {
                    "cbgpPeer2Type": "configured-value",
                    "cbgpPeer2RemoteAddr": "configured-value",
                    "cbgpPeer2AddrFamilyAfi": "configured-value",
                    "cbgpPeer2AddrFamilySafi": "configured-value",
                    "cbgpPeer2AcceptedPrefixes": "configured-value",
                    "cbgpPeer2DeniedPrefixes": "configured-value",
                    "cbgpPeer2PrefixAdminLimit": 1,
                    "cbgpPeer2PrefixThreshold": 1,
                    "cbgpPeer2PrefixClearThreshold": 1,
                    "cbgpPeer2AdvertisedPrefixes": "configured-value",
                    "cbgpPeer2SuppressedPrefixes": "configured-value",
                    "cbgpPeer2WithdrawnPrefixes": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyPrefixEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2Type": {
      "get": {
        "summary": "Get cbgpPeer2Type",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2Type",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2Type": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2Type from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2RemoteAddr": {
      "get": {
        "summary": "Get cbgpPeer2RemoteAddr",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2RemoteAddr",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2RemoteAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2RemoteAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2AddrFamilyAfi": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilyAfi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2AddrFamilyAfi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AddrFamilyAfi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilyAfi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2AddrFamilySafi": {
      "get": {
        "summary": "Get cbgpPeer2AddrFamilySafi",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2AddrFamilySafi",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AddrFamilySafi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AddrFamilySafi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2AcceptedPrefixes": {
      "get": {
        "summary": "Get cbgpPeer2AcceptedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2AcceptedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AcceptedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AcceptedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2DeniedPrefixes": {
      "get": {
        "summary": "Get cbgpPeer2DeniedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2DeniedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2DeniedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2DeniedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2PrefixAdminLimit": {
      "get": {
        "summary": "Get cbgpPeer2PrefixAdminLimit",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2PrefixAdminLimit",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2PrefixAdminLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2PrefixAdminLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2PrefixThreshold": {
      "get": {
        "summary": "Get cbgpPeer2PrefixThreshold",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2PrefixThreshold",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2PrefixThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2PrefixThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2PrefixClearThreshold": {
      "get": {
        "summary": "Get cbgpPeer2PrefixClearThreshold",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2PrefixClearThreshold",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2PrefixClearThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2PrefixClearThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2AdvertisedPrefixes": {
      "get": {
        "summary": "Get cbgpPeer2AdvertisedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2AdvertisedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2AdvertisedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2AdvertisedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2SuppressedPrefixes": {
      "get": {
        "summary": "Get cbgpPeer2SuppressedPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2SuppressedPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2SuppressedPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2SuppressedPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeer2AddrFamilyPrefixTable/cbgpPeer2AddrFamilyPrefixEntry/cbgpPeer2WithdrawnPrefixes": {
      "get": {
        "summary": "Get cbgpPeer2WithdrawnPrefixes",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeer2AddrFamilyPrefixTable-cbgpPeer2AddrFamilyPrefixEntry-cbgpPeer2WithdrawnPrefixes",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeer2WithdrawnPrefixes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeer2WithdrawnPrefixes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerLastErrorTxt": {
      "get": {
        "summary": "Get cbgpPeerLastErrorTxt",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerLastErrorTxt",
        "tags": [
          "CISCO-BGP4-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-BGP4-MIB:cbgpPeerLastErrorTxt": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerLastErrorTxt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-BGP4-MIB:CISCO-BGP4-MIB/cbgpPeerPrevState": {
      "get": {
        "summary": "Get cbgpPeerPrevState",
        "operationId": "get-CISCO-BGP4-MIB:CISCO-BGP4-MIB-cbgpPeerPrevState",
        "tags": [
          "CISCO-BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Established"
                },
                "example": {
                  "CISCO-BGP4-MIB:cbgpPeerPrevState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cbgpPeerPrevState 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": []
    }
  ]
}
