{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - BGP4-MIB",
    "description": "MIB data from `BGP4-MIB` module.\n\n**Root containers:** 1 (BGP4-MIB)\n**Paths:** 61 | **Descendants:** 66\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": "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/BGP4-MIB:BGP4-MIB": {
      "get": {
        "summary": "Get BGP4-MIB",
        "operationId": "get-BGP4-MIB:BGP4-MIB",
        "tags": [
          "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": {
                    "bgp": {
                      "type": "object",
                      "properties": {
                        "bgpVersion": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "bgpLocalAs": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgpIdentifier": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "bgpPeerTable": {
                      "type": "object",
                      "properties": {
                        "bgpPeerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "bgpPeerIdentifier": {
                                "type": "string",
                                "example": "1"
                              },
                              "bgpPeerState": {
                                "type": "string",
                                "example": "Established"
                              },
                              "bgpPeerAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "bgpPeerNegotiatedVersion": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerLocalAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "bgpPeerLocalPort": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerRemoteAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "bgpPeerRemotePort": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerRemoteAs": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerInUpdates": {
                                "type": "string",
                                "example": "2025-03-15"
                              },
                              "bgpPeerOutUpdates": {
                                "type": "string",
                                "example": "2025-03-15"
                              },
                              "bgpPeerInTotalMessages": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "bgpPeerOutTotalMessages": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "bgpPeerLastError": {
                                "type": "string",
                                "format": "byte",
                                "example": "0"
                              },
                              "bgpPeerFsmEstablishedTransitions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "bgpPeerFsmEstablishedTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "bgpPeerConnectRetryInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerHoldTime": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerKeepAlive": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerHoldTimeConfigured": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerKeepAliveConfigured": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerMinASOriginationInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerMinRouteAdvertisementInterval": {
                                "type": "integer",
                                "example": 1
                              },
                              "bgpPeerInUpdateElapsedTime": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "bgpRcvdPathAttrTable": {
                      "type": "object",
                      "properties": {
                        "bgpPathAttrEntry": {
                          "type": "object",
                          "properties": {
                            "bgpPathAttrPeer": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgpPathAttrDestNetwork": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgpPathAttrOrigin": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgpPathAttrASPath": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            },
                            "bgpPathAttrNextHop": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgpPathAttrInterASMetric": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "bgp4PathAttrTable": {
                      "type": "object",
                      "properties": {
                        "bgp4PathAttrEntry": {
                          "type": "object",
                          "properties": {
                            "bgp4PathAttrPeer": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrIpAddrPrefixLen": {
                              "type": "integer",
                              "example": 1
                            },
                            "bgp4PathAttrIpAddrPrefix": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrOrigin": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrASPathSegment": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrNextHop": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrMultiExitDisc": {
                              "type": "integer",
                              "example": 1
                            },
                            "bgp4PathAttrLocalPref": {
                              "type": "integer",
                              "example": 1
                            },
                            "bgp4PathAttrAtomicAggregate": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrAggregatorAS": {
                              "type": "integer",
                              "example": 1
                            },
                            "bgp4PathAttrAggregatorAddr": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrCalcLocalPref": {
                              "type": "integer",
                              "example": 1
                            },
                            "bgp4PathAttrBest": {
                              "type": "string",
                              "example": "/data/example"
                            },
                            "bgp4PathAttrUnknown": {
                              "type": "string",
                              "format": "byte",
                              "example": "/data/example"
                            }
                          },
                          "example": "/data/example"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "bgpPeerRemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "bgpPeerLastError": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "bgpPeerRemoteAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "bgpPeerState": {
                              "type": "string",
                              "example": "Established"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:BGP4-MIB": {
                    "bgp": {
                      "bgpVersion": "QmFzZTY0",
                      "bgpLocalAs": 1,
                      "bgpIdentifier": "1"
                    },
                    "bgpPeerTable": {
                      "bgpPeerEntry": [
                        {
                          "bgpPeerIdentifier": "1",
                          "bgpPeerState": "default",
                          "bgpPeerAdminStatus": "default",
                          "bgpPeerNegotiatedVersion": 1,
                          "bgpPeerLocalAddr": "configured-value",
                          "bgpPeerLocalPort": 1,
                          "bgpPeerRemoteAddr": "configured-value",
                          "bgpPeerRemotePort": 1,
                          "bgpPeerRemoteAs": 1,
                          "bgpPeerInUpdates": "2025-03-15",
                          "bgpPeerOutUpdates": "2025-03-15",
                          "bgpPeerInTotalMessages": "configured-value",
                          "bgpPeerOutTotalMessages": "configured-value",
                          "bgpPeerLastError": "QmFzZTY0",
                          "bgpPeerFsmEstablishedTransitions": "configured-value",
                          "bgpPeerFsmEstablishedTime": "10:30:45",
                          "bgpPeerConnectRetryInterval": 1,
                          "bgpPeerHoldTime": 1,
                          "bgpPeerKeepAlive": 1,
                          "bgpPeerHoldTimeConfigured": 1,
                          "bgpPeerKeepAliveConfigured": 1,
                          "bgpPeerMinASOriginationInterval": 1,
                          "bgpPeerMinRouteAdvertisementInterval": 1,
                          "bgpPeerInUpdateElapsedTime": "configured-value"
                        }
                      ]
                    },
                    "bgpRcvdPathAttrTable": {
                      "bgpPathAttrEntry": {
                        "bgpPathAttrPeer": "/data/example",
                        "bgpPathAttrDestNetwork": "/data/example",
                        "bgpPathAttrOrigin": "default",
                        "bgpPathAttrASPath": "QmFzZTY0",
                        "bgpPathAttrNextHop": "/data/example",
                        "bgpPathAttrInterASMetric": 1
                      }
                    },
                    "bgp4PathAttrTable": {
                      "bgp4PathAttrEntry": {
                        "bgp4PathAttrPeer": "/data/example",
                        "bgp4PathAttrIpAddrPrefixLen": 1,
                        "bgp4PathAttrIpAddrPrefix": "/data/example",
                        "bgp4PathAttrOrigin": "default",
                        "bgp4PathAttrASPathSegment": "QmFzZTY0",
                        "bgp4PathAttrNextHop": "/data/example",
                        "bgp4PathAttrMultiExitDisc": 1,
                        "bgp4PathAttrLocalPref": 1,
                        "bgp4PathAttrAtomicAggregate": "default",
                        "bgp4PathAttrAggregatorAS": 1,
                        "bgp4PathAttrAggregatorAddr": "/data/example",
                        "bgp4PathAttrCalcLocalPref": 1,
                        "bgp4PathAttrBest": "default",
                        "bgp4PathAttrUnknown": "QmFzZTY0"
                      },
                      "object-1": {
                        "bgpPeerRemoteAddr": "configured-value",
                        "bgpPeerLastError": "0"
                      },
                      "object-2": {
                        "bgpPeerRemoteAddr": "configured-value",
                        "bgpPeerState": "Established"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve BGP4-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp": {
      "get": {
        "summary": "Get bgp",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp",
        "tags": [
          "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": {
                    "bgpVersion": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "bgpLocalAs": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgpIdentifier": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:bgp": {
                    "bgpVersion": "QmFzZTY0",
                    "bgpLocalAs": 1,
                    "bgpIdentifier": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp/bgpVersion": {
      "get": {
        "summary": "Get bgpVersion",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp-bgpVersion",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpVersion": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp/bgpLocalAs": {
      "get": {
        "summary": "Get bgpLocalAs",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp-bgpLocalAs",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpLocalAs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpLocalAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp/bgpIdentifier": {
      "get": {
        "summary": "Get bgpIdentifier",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp-bgpIdentifier",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable": {
      "get": {
        "summary": "Get bgpPeerTable",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable",
        "tags": [
          "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": {
                    "bgpPeerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "bgpPeerIdentifier": {
                            "type": "string",
                            "example": "1"
                          },
                          "bgpPeerState": {
                            "type": "string",
                            "example": "Established"
                          },
                          "bgpPeerAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "bgpPeerNegotiatedVersion": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerLocalAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "bgpPeerLocalPort": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerRemoteAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "bgpPeerRemotePort": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerRemoteAs": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerInUpdates": {
                            "type": "string",
                            "example": "2025-03-15"
                          },
                          "bgpPeerOutUpdates": {
                            "type": "string",
                            "example": "2025-03-15"
                          },
                          "bgpPeerInTotalMessages": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "bgpPeerOutTotalMessages": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "bgpPeerLastError": {
                            "type": "string",
                            "format": "byte",
                            "example": "0"
                          },
                          "bgpPeerFsmEstablishedTransitions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "bgpPeerFsmEstablishedTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "bgpPeerConnectRetryInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerHoldTime": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerKeepAlive": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerHoldTimeConfigured": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerKeepAliveConfigured": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerMinASOriginationInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerMinRouteAdvertisementInterval": {
                            "type": "integer",
                            "example": 1
                          },
                          "bgpPeerInUpdateElapsedTime": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:bgpPeerTable": {
                    "bgpPeerEntry": [
                      {
                        "bgpPeerIdentifier": "1",
                        "bgpPeerState": "default",
                        "bgpPeerAdminStatus": "default",
                        "bgpPeerNegotiatedVersion": 1,
                        "bgpPeerLocalAddr": "configured-value",
                        "bgpPeerLocalPort": 1,
                        "bgpPeerRemoteAddr": "configured-value",
                        "bgpPeerRemotePort": 1,
                        "bgpPeerRemoteAs": 1,
                        "bgpPeerInUpdates": "2025-03-15",
                        "bgpPeerOutUpdates": "2025-03-15",
                        "bgpPeerInTotalMessages": "configured-value",
                        "bgpPeerOutTotalMessages": "configured-value",
                        "bgpPeerLastError": "QmFzZTY0",
                        "bgpPeerFsmEstablishedTransitions": "configured-value",
                        "bgpPeerFsmEstablishedTime": "10:30:45",
                        "bgpPeerConnectRetryInterval": 1,
                        "bgpPeerHoldTime": 1,
                        "bgpPeerKeepAlive": 1,
                        "bgpPeerHoldTimeConfigured": 1,
                        "bgpPeerKeepAliveConfigured": 1,
                        "bgpPeerMinASOriginationInterval": 1,
                        "bgpPeerMinRouteAdvertisementInterval": 1,
                        "bgpPeerInUpdateElapsedTime": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry": {
      "get": {
        "summary": "Get bgpPeerEntry",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry",
        "tags": [
          "BGP4-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "bgpPeerIdentifier": {
                        "type": "string",
                        "example": "1"
                      },
                      "bgpPeerState": {
                        "type": "string",
                        "example": "Established"
                      },
                      "bgpPeerAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "bgpPeerNegotiatedVersion": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerLocalAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "bgpPeerLocalPort": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerRemoteAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "bgpPeerRemotePort": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerRemoteAs": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerInUpdates": {
                        "type": "string",
                        "example": "2025-03-15"
                      },
                      "bgpPeerOutUpdates": {
                        "type": "string",
                        "example": "2025-03-15"
                      },
                      "bgpPeerInTotalMessages": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "bgpPeerOutTotalMessages": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "bgpPeerLastError": {
                        "type": "string",
                        "format": "byte",
                        "example": "0"
                      },
                      "bgpPeerFsmEstablishedTransitions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "bgpPeerFsmEstablishedTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "bgpPeerConnectRetryInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerHoldTime": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerKeepAlive": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerHoldTimeConfigured": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerKeepAliveConfigured": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerMinASOriginationInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerMinRouteAdvertisementInterval": {
                        "type": "integer",
                        "example": 1
                      },
                      "bgpPeerInUpdateElapsedTime": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:bgpPeerEntry": [
                    {
                      "bgpPeerIdentifier": "1",
                      "bgpPeerState": "default",
                      "bgpPeerAdminStatus": "default",
                      "bgpPeerNegotiatedVersion": 1,
                      "bgpPeerLocalAddr": "configured-value",
                      "bgpPeerLocalPort": 1,
                      "bgpPeerRemoteAddr": "configured-value",
                      "bgpPeerRemotePort": 1,
                      "bgpPeerRemoteAs": 1,
                      "bgpPeerInUpdates": "2025-03-15",
                      "bgpPeerOutUpdates": "2025-03-15",
                      "bgpPeerInTotalMessages": "configured-value",
                      "bgpPeerOutTotalMessages": "configured-value",
                      "bgpPeerLastError": "QmFzZTY0",
                      "bgpPeerFsmEstablishedTransitions": "configured-value",
                      "bgpPeerFsmEstablishedTime": "10:30:45",
                      "bgpPeerConnectRetryInterval": 1,
                      "bgpPeerHoldTime": 1,
                      "bgpPeerKeepAlive": 1,
                      "bgpPeerHoldTimeConfigured": 1,
                      "bgpPeerKeepAliveConfigured": 1,
                      "bgpPeerMinASOriginationInterval": 1,
                      "bgpPeerMinRouteAdvertisementInterval": 1,
                      "bgpPeerInUpdateElapsedTime": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerIdentifier": {
      "get": {
        "summary": "Get bgpPeerIdentifier",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerIdentifier",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerIdentifier": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerState": {
      "get": {
        "summary": "Get bgpPeerState",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerState",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerAdminStatus": {
      "get": {
        "summary": "Get bgpPeerAdminStatus",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerAdminStatus",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerAdminStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerNegotiatedVersion": {
      "get": {
        "summary": "Get bgpPeerNegotiatedVersion",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerNegotiatedVersion",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerNegotiatedVersion": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerNegotiatedVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerLocalAddr": {
      "get": {
        "summary": "Get bgpPeerLocalAddr",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerLocalAddr",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerLocalAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerLocalAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerLocalPort": {
      "get": {
        "summary": "Get bgpPeerLocalPort",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerLocalPort",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerLocalPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerLocalPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerRemoteAddr",
        "tags": [
          "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": {
                  "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/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerRemotePort": {
      "get": {
        "summary": "Get bgpPeerRemotePort",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerRemotePort",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerRemotePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerRemotePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerRemoteAs": {
      "get": {
        "summary": "Get bgpPeerRemoteAs",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerRemoteAs",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerRemoteAs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerRemoteAs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerInUpdates": {
      "get": {
        "summary": "Get bgpPeerInUpdates",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerInUpdates",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerInUpdates": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerInUpdates from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerOutUpdates": {
      "get": {
        "summary": "Get bgpPeerOutUpdates",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerOutUpdates",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerOutUpdates": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerOutUpdates from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerInTotalMessages": {
      "get": {
        "summary": "Get bgpPeerInTotalMessages",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerInTotalMessages",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerInTotalMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerInTotalMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerOutTotalMessages": {
      "get": {
        "summary": "Get bgpPeerOutTotalMessages",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerOutTotalMessages",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerOutTotalMessages": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerOutTotalMessages from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerLastError": {
      "get": {
        "summary": "Get bgpPeerLastError",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerLastError",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerLastError": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerLastError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerFsmEstablishedTransitions": {
      "get": {
        "summary": "Get bgpPeerFsmEstablishedTransitions",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerFsmEstablishedTransitions",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerFsmEstablishedTransitions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerFsmEstablishedTransitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerFsmEstablishedTime": {
      "get": {
        "summary": "Get bgpPeerFsmEstablishedTime",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerFsmEstablishedTime",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerFsmEstablishedTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerFsmEstablishedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerConnectRetryInterval": {
      "get": {
        "summary": "Get bgpPeerConnectRetryInterval",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerConnectRetryInterval",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerConnectRetryInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerConnectRetryInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerHoldTime": {
      "get": {
        "summary": "Get bgpPeerHoldTime",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerHoldTime",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerKeepAlive": {
      "get": {
        "summary": "Get bgpPeerKeepAlive",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerKeepAlive",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerKeepAlive": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerKeepAlive from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerHoldTimeConfigured": {
      "get": {
        "summary": "Get bgpPeerHoldTimeConfigured",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerHoldTimeConfigured",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerHoldTimeConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerHoldTimeConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerKeepAliveConfigured": {
      "get": {
        "summary": "Get bgpPeerKeepAliveConfigured",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerKeepAliveConfigured",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerKeepAliveConfigured": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerKeepAliveConfigured from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerMinASOriginationInterval": {
      "get": {
        "summary": "Get bgpPeerMinASOriginationInterval",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerMinASOriginationInterval",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerMinASOriginationInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerMinASOriginationInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerMinRouteAdvertisementInterval": {
      "get": {
        "summary": "Get bgpPeerMinRouteAdvertisementInterval",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerMinRouteAdvertisementInterval",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerMinRouteAdvertisementInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerMinRouteAdvertisementInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpPeerTable/bgpPeerEntry/bgpPeerInUpdateElapsedTime": {
      "get": {
        "summary": "Get bgpPeerInUpdateElapsedTime",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpPeerTable-bgpPeerEntry-bgpPeerInUpdateElapsedTime",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerInUpdateElapsedTime": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerInUpdateElapsedTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable": {
      "get": {
        "summary": "Get bgpRcvdPathAttrTable",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable",
        "tags": [
          "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": {
                    "bgpPathAttrEntry": {
                      "type": "object",
                      "properties": {
                        "bgpPathAttrPeer": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgpPathAttrDestNetwork": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgpPathAttrOrigin": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgpPathAttrASPath": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        },
                        "bgpPathAttrNextHop": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgpPathAttrInterASMetric": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpRcvdPathAttrTable": {
                    "bgpPathAttrEntry": {
                      "bgpPathAttrPeer": "/data/example",
                      "bgpPathAttrDestNetwork": "/data/example",
                      "bgpPathAttrOrigin": "default",
                      "bgpPathAttrASPath": "QmFzZTY0",
                      "bgpPathAttrNextHop": "/data/example",
                      "bgpPathAttrInterASMetric": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpRcvdPathAttrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry": {
      "get": {
        "summary": "Get bgpPathAttrEntry",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry",
        "tags": [
          "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": {
                    "bgpPathAttrPeer": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgpPathAttrDestNetwork": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgpPathAttrOrigin": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgpPathAttrASPath": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    },
                    "bgpPathAttrNextHop": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgpPathAttrInterASMetric": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpPathAttrEntry": {
                    "bgpPathAttrPeer": "/data/example",
                    "bgpPathAttrDestNetwork": "/data/example",
                    "bgpPathAttrOrigin": "default",
                    "bgpPathAttrASPath": "QmFzZTY0",
                    "bgpPathAttrNextHop": "/data/example",
                    "bgpPathAttrInterASMetric": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrPeer": {
      "get": {
        "summary": "Get bgpPathAttrPeer",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrPeer",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpPathAttrPeer": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrDestNetwork": {
      "get": {
        "summary": "Get bgpPathAttrDestNetwork",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrDestNetwork",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpPathAttrDestNetwork": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrDestNetwork from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrOrigin": {
      "get": {
        "summary": "Get bgpPathAttrOrigin",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrOrigin",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpPathAttrOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrASPath": {
      "get": {
        "summary": "Get bgpPathAttrASPath",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrASPath",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPathAttrASPath": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrASPath from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrNextHop": {
      "get": {
        "summary": "Get bgpPathAttrNextHop",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrNextHop",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgpPathAttrNextHop": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgpRcvdPathAttrTable/bgpPathAttrEntry/bgpPathAttrInterASMetric": {
      "get": {
        "summary": "Get bgpPathAttrInterASMetric",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgpRcvdPathAttrTable-bgpPathAttrEntry-bgpPathAttrInterASMetric",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPathAttrInterASMetric": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPathAttrInterASMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable": {
      "get": {
        "summary": "Get bgp4PathAttrTable",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable",
        "tags": [
          "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": {
                    "bgp4PathAttrEntry": {
                      "type": "object",
                      "properties": {
                        "bgp4PathAttrPeer": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrIpAddrPrefixLen": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgp4PathAttrIpAddrPrefix": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrOrigin": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrASPathSegment": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrNextHop": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrMultiExitDisc": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgp4PathAttrLocalPref": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgp4PathAttrAtomicAggregate": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrAggregatorAS": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgp4PathAttrAggregatorAddr": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrCalcLocalPref": {
                          "type": "integer",
                          "example": 1
                        },
                        "bgp4PathAttrBest": {
                          "type": "string",
                          "example": "/data/example"
                        },
                        "bgp4PathAttrUnknown": {
                          "type": "string",
                          "format": "byte",
                          "example": "/data/example"
                        }
                      },
                      "example": "/data/example"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "bgpPeerRemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "bgpPeerLastError": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "bgpPeerRemoteAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "bgpPeerState": {
                          "type": "string",
                          "example": "Established"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrTable": {
                    "bgp4PathAttrEntry": {
                      "bgp4PathAttrPeer": "/data/example",
                      "bgp4PathAttrIpAddrPrefixLen": 1,
                      "bgp4PathAttrIpAddrPrefix": "/data/example",
                      "bgp4PathAttrOrigin": "default",
                      "bgp4PathAttrASPathSegment": "QmFzZTY0",
                      "bgp4PathAttrNextHop": "/data/example",
                      "bgp4PathAttrMultiExitDisc": 1,
                      "bgp4PathAttrLocalPref": 1,
                      "bgp4PathAttrAtomicAggregate": "default",
                      "bgp4PathAttrAggregatorAS": 1,
                      "bgp4PathAttrAggregatorAddr": "/data/example",
                      "bgp4PathAttrCalcLocalPref": 1,
                      "bgp4PathAttrBest": "default",
                      "bgp4PathAttrUnknown": "QmFzZTY0"
                    },
                    "object-1": {
                      "bgpPeerRemoteAddr": "configured-value",
                      "bgpPeerLastError": "0"
                    },
                    "object-2": {
                      "bgpPeerRemoteAddr": "configured-value",
                      "bgpPeerState": "Established"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry": {
      "get": {
        "summary": "Get bgp4PathAttrEntry",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry",
        "tags": [
          "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": {
                    "bgp4PathAttrPeer": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrIpAddrPrefixLen": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgp4PathAttrIpAddrPrefix": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrOrigin": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrASPathSegment": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrNextHop": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrMultiExitDisc": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgp4PathAttrLocalPref": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgp4PathAttrAtomicAggregate": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrAggregatorAS": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgp4PathAttrAggregatorAddr": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrCalcLocalPref": {
                      "type": "integer",
                      "example": 1
                    },
                    "bgp4PathAttrBest": {
                      "type": "string",
                      "example": "/data/example"
                    },
                    "bgp4PathAttrUnknown": {
                      "type": "string",
                      "format": "byte",
                      "example": "/data/example"
                    }
                  },
                  "example": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrEntry": {
                    "bgp4PathAttrPeer": "/data/example",
                    "bgp4PathAttrIpAddrPrefixLen": 1,
                    "bgp4PathAttrIpAddrPrefix": "/data/example",
                    "bgp4PathAttrOrigin": "default",
                    "bgp4PathAttrASPathSegment": "QmFzZTY0",
                    "bgp4PathAttrNextHop": "/data/example",
                    "bgp4PathAttrMultiExitDisc": 1,
                    "bgp4PathAttrLocalPref": 1,
                    "bgp4PathAttrAtomicAggregate": "default",
                    "bgp4PathAttrAggregatorAS": 1,
                    "bgp4PathAttrAggregatorAddr": "/data/example",
                    "bgp4PathAttrCalcLocalPref": 1,
                    "bgp4PathAttrBest": "default",
                    "bgp4PathAttrUnknown": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrPeer": {
      "get": {
        "summary": "Get bgp4PathAttrPeer",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrPeer",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrPeer": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrIpAddrPrefixLen": {
      "get": {
        "summary": "Get bgp4PathAttrIpAddrPrefixLen",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrIpAddrPrefixLen",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrIpAddrPrefixLen": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrIpAddrPrefixLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrIpAddrPrefix": {
      "get": {
        "summary": "Get bgp4PathAttrIpAddrPrefix",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrIpAddrPrefix",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrIpAddrPrefix": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrIpAddrPrefix from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrOrigin": {
      "get": {
        "summary": "Get bgp4PathAttrOrigin",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrOrigin",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrASPathSegment": {
      "get": {
        "summary": "Get bgp4PathAttrASPathSegment",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrASPathSegment",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrASPathSegment": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrASPathSegment from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrNextHop": {
      "get": {
        "summary": "Get bgp4PathAttrNextHop",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrNextHop",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrNextHop": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrNextHop from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrMultiExitDisc": {
      "get": {
        "summary": "Get bgp4PathAttrMultiExitDisc",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrMultiExitDisc",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrMultiExitDisc": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrMultiExitDisc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrLocalPref": {
      "get": {
        "summary": "Get bgp4PathAttrLocalPref",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrLocalPref",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrLocalPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrLocalPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrAtomicAggregate": {
      "get": {
        "summary": "Get bgp4PathAttrAtomicAggregate",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrAtomicAggregate",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrAtomicAggregate": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrAtomicAggregate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrAggregatorAS": {
      "get": {
        "summary": "Get bgp4PathAttrAggregatorAS",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrAggregatorAS",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrAggregatorAS": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrAggregatorAS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrAggregatorAddr": {
      "get": {
        "summary": "Get bgp4PathAttrAggregatorAddr",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrAggregatorAddr",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrAggregatorAddr": "/data/example"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrAggregatorAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrCalcLocalPref": {
      "get": {
        "summary": "Get bgp4PathAttrCalcLocalPref",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrCalcLocalPref",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrCalcLocalPref": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrCalcLocalPref from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrBest": {
      "get": {
        "summary": "Get bgp4PathAttrBest",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrBest",
        "tags": [
          "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": "/data/example"
                },
                "example": {
                  "BGP4-MIB:bgp4PathAttrBest": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrBest from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/bgp4PathAttrEntry/bgp4PathAttrUnknown": {
      "get": {
        "summary": "Get bgp4PathAttrUnknown",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-bgp4PathAttrEntry-bgp4PathAttrUnknown",
        "tags": [
          "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": {
                  "BGP4-MIB:bgp4PathAttrUnknown": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgp4PathAttrUnknown from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-1",
        "tags": [
          "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"
                    },
                    "bgpPeerLastError": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:object-1": {
                    "bgpPeerRemoteAddr": "configured-value",
                    "bgpPeerLastError": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-1/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-1-bgpPeerRemoteAddr",
        "tags": [
          "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": {
                  "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/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-1/bgpPeerLastError": {
      "get": {
        "summary": "Get bgpPeerLastError",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-1-bgpPeerLastError",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerLastError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerLastError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-2",
        "tags": [
          "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"
                    },
                    "bgpPeerState": {
                      "type": "string",
                      "example": "Established"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BGP4-MIB:object-2": {
                    "bgpPeerRemoteAddr": "configured-value",
                    "bgpPeerState": "Established"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-2/bgpPeerRemoteAddr": {
      "get": {
        "summary": "Get bgpPeerRemoteAddr",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-2-bgpPeerRemoteAddr",
        "tags": [
          "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": {
                  "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/BGP4-MIB:BGP4-MIB/bgp4PathAttrTable/object-2/bgpPeerState": {
      "get": {
        "summary": "Get bgpPeerState",
        "operationId": "get-BGP4-MIB:BGP4-MIB-bgp4PathAttrTable-object-2-bgpPeerState",
        "tags": [
          "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": {
                  "BGP4-MIB:bgpPeerState": "Established"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve bgpPeerState 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": []
    }
  ]
}
