{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - NHRP-MIB",
    "description": "MIB data from `NHRP-MIB` module.\n\n**Root containers:** 1 (NHRP-MIB)\n**Paths:** 166 | **Descendants:** 165\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": "NHRP-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/NHRP-MIB:NHRP-MIB": {
      "get": {
        "summary": "Get NHRP-MIB",
        "operationId": "get-NHRP-MIB:NHRP-MIB",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpGeneralObjects": {
                      "type": "object",
                      "properties": {
                        "nhrpNextIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpCacheTable": {
                      "type": "object",
                      "properties": {
                        "nhrpCacheEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheInternetworkAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheInternetworkAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nhrpCachePrefixLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "nhrpCacheNextHopInternetworkAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheNbmaAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheNbmaAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheNbmaSubaddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheState": {
                              "type": "string",
                              "example": "active"
                            },
                            "nhrpCacheHoldingTimeValid": {
                              "type": "boolean",
                              "example": true
                            },
                            "nhrpCacheHoldingTime": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nhrpCacheNegotiatedMtu": {
                              "type": "integer",
                              "example": 1
                            },
                            "nhrpCachePreference": {
                              "type": "integer",
                              "example": 1
                            },
                            "nhrpCacheStorageType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpPurgeReqTable": {
                      "type": "object",
                      "properties": {
                        "nhrpPurgeReqEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nhrpPurgeIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpPurgeCacheIdentifier": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpPurgePrefixLength": {
                                "type": "integer",
                                "example": 1
                              },
                              "nhrpPurgeRequestID": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpPurgeReplyExpected": {
                                "type": "boolean",
                                "example": true
                              },
                              "nhrpPurgeRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpClientTable": {
                      "type": "object",
                      "properties": {
                        "nhrpClientEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nhrpClientIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpClientInternetworkAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientInternetworkAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientNbmaAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientNbmaAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientNbmaSubaddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientInitialRequestTimeout": {
                                "type": "integer",
                                "example": 1
                              },
                              "nhrpClientRegistrationRequestRetries": {
                                "type": "integer",
                                "example": 50
                              },
                              "nhrpClientResolutionRequestRetries": {
                                "type": "integer",
                                "example": 1
                              },
                              "nhrpClientPurgeRequestRetries": {
                                "type": "integer",
                                "example": 1
                              },
                              "nhrpClientDefaultMtu": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpClientHoldTime": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpClientRequestID": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpClientStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpClientRegistrationTable": {
                      "type": "object",
                      "properties": {
                        "nhrpClientRegistrationEntry": {
                          "type": "object",
                          "properties": {
                            "nhrpClientIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientRegIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nhrpClientRegUniqueness": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientRegState": {
                              "type": "string",
                              "example": "active"
                            },
                            "nhrpClientRegRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": 50
                        }
                      },
                      "example": 50
                    },
                    "nhrpClientNhsTable": {
                      "type": "object",
                      "properties": {
                        "nhrpClientNhsEntry": {
                          "type": "object",
                          "properties": {
                            "nhrpClientIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nhrpClientNhsInternetworkAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsInternetworkAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsNbmaAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsNbmaAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsNbmaSubaddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpClientNhsInUse": {
                              "type": "boolean",
                              "example": true
                            },
                            "nhrpClientNhsRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpClientStatTable": {
                      "type": "object",
                      "properties": {
                        "nhrpClientStatEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nhrpClientIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatTxResolveReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxResolveReplyAck": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxResolveReplyNakProhibited": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxResolveReplyNakInsufResources": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxResolveReplyNakNoBinding": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxResolveReplyNakNotUnique": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatTxRegisterReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxRegisterAck": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxRegisterNakProhibited": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxRegisterNakInsufResources": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxRegisterNakAlreadyReg": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxPurgeReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatTxPurgeReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxPurgeReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatTxPurgeReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatTxErrorIndication": {
                                "type": "string",
                                "example": "0"
                              },
                              "nhrpClientStatRxErrUnrecognizedExtension": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxErrLoopDetected": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxErrProtoAddrUnreachable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxErrProtoError": {
                                "type": "string",
                                "example": "0"
                              },
                              "nhrpClientStatRxErrSduSizeExceeded": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxErrInvalidExtension": {
                                "type": "string",
                                "example": "1"
                              },
                              "nhrpClientStatRxErrAuthenticationFailure": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpClientStatRxErrHopCountExceeded": {
                                "type": "string",
                                "example": "45"
                              },
                              "nhrpClientStatDiscontinuityTime": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpServerTable": {
                      "type": "object",
                      "properties": {
                        "nhrpServerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nhrpServerIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "nhrpServerInternetworkAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerInternetworkAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerNbmaAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerNbmaAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerNbmaSubaddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStorageType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpServerCacheTable": {
                      "type": "object",
                      "properties": {
                        "nhrpServerCacheEntry": {
                          "type": "object",
                          "properties": {
                            "nhrpCacheInternetworkAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheInternetworkAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpCacheIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerCacheAuthoritative": {
                              "type": "boolean",
                              "example": true
                            },
                            "nhrpServerCacheUniqueness": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpServerNhcTable": {
                      "type": "object",
                      "properties": {
                        "nhrpServerNhcEntry": {
                          "type": "object",
                          "properties": {
                            "nhrpServerIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "nhrpServerNhcPrefixLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "nhrpServerNhcInternetworkAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcInternetworkAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcNbmaAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcNbmaAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcNbmaSubaddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "nhrpServerNhcInUse": {
                              "type": "boolean",
                              "example": true
                            },
                            "nhrpServerNhcRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "nhrpServerStatTable": {
                      "type": "object",
                      "properties": {
                        "nhrpServerStatEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nhrpServerIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxResolveReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxResolveReplyAck": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxResolveReplyNakProhibited": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxResolveReplyNakInsufResources": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxResolveReplyNakNoBinding": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxResolveReplyNakNotUnique": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxRegisterReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxRegisterAck": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxRegisterNakProhibited": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxRegisterNakInsufResources": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxRegisterNakAlreadyReg": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxPurgeReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxPurgeReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxPurgeReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxPurgeReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrUnrecognizedExtension": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrLoopDetected": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrProtoAddrUnreachable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrProtoError": {
                                "type": "string",
                                "example": "0"
                              },
                              "nhrpServerStatRxErrSduSizeExceeded": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrInvalidExtension": {
                                "type": "string",
                                "example": "1"
                              },
                              "nhrpServerStatRxErrInvalidResReplyReceived": {
                                "type": "string",
                                "example": "1"
                              },
                              "nhrpServerStatRxErrAuthenticationFailure": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatRxErrHopCountExceeded": {
                                "type": "string",
                                "example": "10"
                              },
                              "nhrpServerStatTxErrUnrecognizedExtension": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxErrLoopDetected": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxErrProtoAddrUnreachable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxErrProtoError": {
                                "type": "string",
                                "example": "0"
                              },
                              "nhrpServerStatTxErrSduSizeExceeded": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxErrInvalidExtension": {
                                "type": "string",
                                "example": "1"
                              },
                              "nhrpServerStatTxErrAuthenticationFailure": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatTxErrHopCountExceeded": {
                                "type": "string",
                                "example": "10"
                              },
                              "nhrpServerStatFwResolveReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwResolveReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwRegisterReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwRegisterReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwPurgeReq": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwPurgeReply": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "nhrpServerStatFwErrorIndication": {
                                "type": "string",
                                "example": "0"
                              },
                              "nhrpServerStatDiscontinuityTime": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:NHRP-MIB": {
                    "nhrpGeneralObjects": {
                      "nhrpNextIndex": 1
                    },
                    "nhrpCacheTable": {
                      "nhrpCacheEntry": {
                        "ifIndex": "configured-value",
                        "nhrpCacheInternetworkAddrType": "configured-value",
                        "nhrpCacheInternetworkAddr": "configured-value",
                        "nhrpCacheIndex": 1,
                        "nhrpCachePrefixLength": 1,
                        "nhrpCacheNextHopInternetworkAddr": "configured-value",
                        "nhrpCacheNbmaAddrType": "configured-value",
                        "nhrpCacheNbmaAddr": "configured-value",
                        "nhrpCacheNbmaSubaddr": "configured-value",
                        "nhrpCacheType": "default",
                        "nhrpCacheState": "default",
                        "nhrpCacheHoldingTimeValid": true,
                        "nhrpCacheHoldingTime": 1,
                        "nhrpCacheNegotiatedMtu": 1,
                        "nhrpCachePreference": 1,
                        "nhrpCacheStorageType": "configured-value",
                        "nhrpCacheRowStatus": "active"
                      }
                    },
                    "nhrpPurgeReqTable": {
                      "nhrpPurgeReqEntry": [
                        {
                          "nhrpPurgeIndex": 1,
                          "nhrpPurgeCacheIdentifier": 1,
                          "nhrpPurgePrefixLength": 1,
                          "nhrpPurgeRequestID": 1,
                          "nhrpPurgeReplyExpected": true,
                          "nhrpPurgeRowStatus": "active"
                        }
                      ]
                    },
                    "nhrpClientTable": {
                      "nhrpClientEntry": [
                        {
                          "nhrpClientIndex": 1,
                          "nhrpClientInternetworkAddrType": "configured-value",
                          "nhrpClientInternetworkAddr": "configured-value",
                          "nhrpClientNbmaAddrType": "configured-value",
                          "nhrpClientNbmaAddr": "configured-value",
                          "nhrpClientNbmaSubaddr": "configured-value",
                          "nhrpClientInitialRequestTimeout": 1,
                          "nhrpClientRegistrationRequestRetries": 50,
                          "nhrpClientResolutionRequestRetries": 1,
                          "nhrpClientPurgeRequestRetries": 1,
                          "nhrpClientDefaultMtu": 1,
                          "nhrpClientHoldTime": 1,
                          "nhrpClientRequestID": 1,
                          "nhrpClientStorageType": "configured-value",
                          "nhrpClientRowStatus": "active"
                        }
                      ]
                    },
                    "nhrpClientRegistrationTable": {
                      "nhrpClientRegistrationEntry": {
                        "nhrpClientIndex": "configured-value",
                        "nhrpClientRegIndex": 1,
                        "nhrpClientRegUniqueness": "default",
                        "nhrpClientRegState": "default",
                        "nhrpClientRegRowStatus": "active"
                      }
                    },
                    "nhrpClientNhsTable": {
                      "nhrpClientNhsEntry": {
                        "nhrpClientIndex": "configured-value",
                        "nhrpClientNhsIndex": 1,
                        "nhrpClientNhsInternetworkAddrType": "configured-value",
                        "nhrpClientNhsInternetworkAddr": "configured-value",
                        "nhrpClientNhsNbmaAddrType": "configured-value",
                        "nhrpClientNhsNbmaAddr": "configured-value",
                        "nhrpClientNhsNbmaSubaddr": "configured-value",
                        "nhrpClientNhsInUse": true,
                        "nhrpClientNhsRowStatus": "active"
                      }
                    },
                    "nhrpClientStatTable": {
                      "nhrpClientStatEntry": [
                        {
                          "nhrpClientIndex": "configured-value",
                          "nhrpClientStatTxResolveReq": "configured-value",
                          "nhrpClientStatRxResolveReplyAck": "configured-value",
                          "nhrpClientStatRxResolveReplyNakProhibited": "configured-value",
                          "nhrpClientStatRxResolveReplyNakInsufResources": "configured-value",
                          "nhrpClientStatRxResolveReplyNakNoBinding": "configured-value",
                          "nhrpClientStatRxResolveReplyNakNotUnique": "configured-value",
                          "nhrpClientStatTxRegisterReq": "configured-value",
                          "nhrpClientStatRxRegisterAck": "configured-value",
                          "nhrpClientStatRxRegisterNakProhibited": "configured-value",
                          "nhrpClientStatRxRegisterNakInsufResources": "configured-value",
                          "nhrpClientStatRxRegisterNakAlreadyReg": "configured-value",
                          "nhrpClientStatRxPurgeReq": "configured-value",
                          "nhrpClientStatTxPurgeReq": "configured-value",
                          "nhrpClientStatRxPurgeReply": "configured-value",
                          "nhrpClientStatTxPurgeReply": "configured-value",
                          "nhrpClientStatTxErrorIndication": "0",
                          "nhrpClientStatRxErrUnrecognizedExtension": "configured-value",
                          "nhrpClientStatRxErrLoopDetected": "configured-value",
                          "nhrpClientStatRxErrProtoAddrUnreachable": "configured-value",
                          "nhrpClientStatRxErrProtoError": "0",
                          "nhrpClientStatRxErrSduSizeExceeded": "configured-value",
                          "nhrpClientStatRxErrInvalidExtension": "1",
                          "nhrpClientStatRxErrAuthenticationFailure": "configured-value",
                          "nhrpClientStatRxErrHopCountExceeded": "45",
                          "nhrpClientStatDiscontinuityTime": "10:30:45"
                        }
                      ]
                    },
                    "nhrpServerTable": {
                      "nhrpServerEntry": [
                        {
                          "nhrpServerIndex": 1,
                          "nhrpServerInternetworkAddrType": "configured-value",
                          "nhrpServerInternetworkAddr": "configured-value",
                          "nhrpServerNbmaAddrType": "configured-value",
                          "nhrpServerNbmaAddr": "configured-value",
                          "nhrpServerNbmaSubaddr": "configured-value",
                          "nhrpServerStorageType": "configured-value",
                          "nhrpServerRowStatus": "active"
                        }
                      ]
                    },
                    "nhrpServerCacheTable": {
                      "nhrpServerCacheEntry": {
                        "nhrpCacheInternetworkAddrType": "configured-value",
                        "nhrpCacheInternetworkAddr": "configured-value",
                        "ifIndex": "configured-value",
                        "nhrpCacheIndex": "configured-value",
                        "nhrpServerCacheAuthoritative": true,
                        "nhrpServerCacheUniqueness": true
                      }
                    },
                    "nhrpServerNhcTable": {
                      "nhrpServerNhcEntry": {
                        "nhrpServerIndex": "configured-value",
                        "nhrpServerNhcIndex": 1,
                        "nhrpServerNhcPrefixLength": 1,
                        "nhrpServerNhcInternetworkAddrType": "configured-value",
                        "nhrpServerNhcInternetworkAddr": "configured-value",
                        "nhrpServerNhcNbmaAddrType": "configured-value",
                        "nhrpServerNhcNbmaAddr": "configured-value",
                        "nhrpServerNhcNbmaSubaddr": "configured-value",
                        "nhrpServerNhcInUse": true,
                        "nhrpServerNhcRowStatus": "active"
                      }
                    },
                    "nhrpServerStatTable": {
                      "nhrpServerStatEntry": [
                        {
                          "nhrpServerIndex": "configured-value",
                          "nhrpServerStatRxResolveReq": "configured-value",
                          "nhrpServerStatTxResolveReplyAck": "configured-value",
                          "nhrpServerStatTxResolveReplyNakProhibited": "configured-value",
                          "nhrpServerStatTxResolveReplyNakInsufResources": "configured-value",
                          "nhrpServerStatTxResolveReplyNakNoBinding": "configured-value",
                          "nhrpServerStatTxResolveReplyNakNotUnique": "configured-value",
                          "nhrpServerStatRxRegisterReq": "configured-value",
                          "nhrpServerStatTxRegisterAck": "configured-value",
                          "nhrpServerStatTxRegisterNakProhibited": "configured-value",
                          "nhrpServerStatTxRegisterNakInsufResources": "configured-value",
                          "nhrpServerStatTxRegisterNakAlreadyReg": "configured-value",
                          "nhrpServerStatRxPurgeReq": "configured-value",
                          "nhrpServerStatTxPurgeReq": "configured-value",
                          "nhrpServerStatRxPurgeReply": "configured-value",
                          "nhrpServerStatTxPurgeReply": "configured-value",
                          "nhrpServerStatRxErrUnrecognizedExtension": "configured-value",
                          "nhrpServerStatRxErrLoopDetected": "configured-value",
                          "nhrpServerStatRxErrProtoAddrUnreachable": "configured-value",
                          "nhrpServerStatRxErrProtoError": "0",
                          "nhrpServerStatRxErrSduSizeExceeded": "configured-value",
                          "nhrpServerStatRxErrInvalidExtension": "1",
                          "nhrpServerStatRxErrInvalidResReplyReceived": "1",
                          "nhrpServerStatRxErrAuthenticationFailure": "configured-value",
                          "nhrpServerStatRxErrHopCountExceeded": "10",
                          "nhrpServerStatTxErrUnrecognizedExtension": "configured-value",
                          "nhrpServerStatTxErrLoopDetected": "configured-value",
                          "nhrpServerStatTxErrProtoAddrUnreachable": "configured-value",
                          "nhrpServerStatTxErrProtoError": "0",
                          "nhrpServerStatTxErrSduSizeExceeded": "configured-value",
                          "nhrpServerStatTxErrInvalidExtension": "1",
                          "nhrpServerStatTxErrAuthenticationFailure": "configured-value",
                          "nhrpServerStatTxErrHopCountExceeded": "10",
                          "nhrpServerStatFwResolveReq": "configured-value",
                          "nhrpServerStatFwResolveReply": "configured-value",
                          "nhrpServerStatFwRegisterReq": "configured-value",
                          "nhrpServerStatFwRegisterReply": "configured-value",
                          "nhrpServerStatFwPurgeReq": "configured-value",
                          "nhrpServerStatFwPurgeReply": "configured-value",
                          "nhrpServerStatFwErrorIndication": "0",
                          "nhrpServerStatDiscontinuityTime": "10:30:45"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve NHRP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpGeneralObjects": {
      "get": {
        "summary": "Get nhrpGeneralObjects",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpGeneralObjects",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpNextIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpGeneralObjects": {
                    "nhrpNextIndex": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpGeneralObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpGeneralObjects/nhrpNextIndex": {
      "get": {
        "summary": "Get nhrpNextIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpGeneralObjects-nhrpNextIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpNextIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpNextIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable": {
      "get": {
        "summary": "Get nhrpCacheTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpCacheEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheInternetworkAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheInternetworkAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nhrpCachePrefixLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "nhrpCacheNextHopInternetworkAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheNbmaAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheNbmaAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheNbmaSubaddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheState": {
                          "type": "string",
                          "example": "active"
                        },
                        "nhrpCacheHoldingTimeValid": {
                          "type": "boolean",
                          "example": true
                        },
                        "nhrpCacheHoldingTime": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nhrpCacheNegotiatedMtu": {
                          "type": "integer",
                          "example": 1
                        },
                        "nhrpCachePreference": {
                          "type": "integer",
                          "example": 1
                        },
                        "nhrpCacheStorageType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpCacheTable": {
                    "nhrpCacheEntry": {
                      "ifIndex": "configured-value",
                      "nhrpCacheInternetworkAddrType": "configured-value",
                      "nhrpCacheInternetworkAddr": "configured-value",
                      "nhrpCacheIndex": 1,
                      "nhrpCachePrefixLength": 1,
                      "nhrpCacheNextHopInternetworkAddr": "configured-value",
                      "nhrpCacheNbmaAddrType": "configured-value",
                      "nhrpCacheNbmaAddr": "configured-value",
                      "nhrpCacheNbmaSubaddr": "configured-value",
                      "nhrpCacheType": "default",
                      "nhrpCacheState": "default",
                      "nhrpCacheHoldingTimeValid": true,
                      "nhrpCacheHoldingTime": 1,
                      "nhrpCacheNegotiatedMtu": 1,
                      "nhrpCachePreference": 1,
                      "nhrpCacheStorageType": "configured-value",
                      "nhrpCacheRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry": {
      "get": {
        "summary": "Get nhrpCacheEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheInternetworkAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheInternetworkAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nhrpCachePrefixLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "nhrpCacheNextHopInternetworkAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheNbmaAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheNbmaAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheNbmaSubaddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheState": {
                      "type": "string",
                      "example": "active"
                    },
                    "nhrpCacheHoldingTimeValid": {
                      "type": "boolean",
                      "example": true
                    },
                    "nhrpCacheHoldingTime": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nhrpCacheNegotiatedMtu": {
                      "type": "integer",
                      "example": 1
                    },
                    "nhrpCachePreference": {
                      "type": "integer",
                      "example": 1
                    },
                    "nhrpCacheStorageType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpCacheEntry": {
                    "ifIndex": "configured-value",
                    "nhrpCacheInternetworkAddrType": "configured-value",
                    "nhrpCacheInternetworkAddr": "configured-value",
                    "nhrpCacheIndex": 1,
                    "nhrpCachePrefixLength": 1,
                    "nhrpCacheNextHopInternetworkAddr": "configured-value",
                    "nhrpCacheNbmaAddrType": "configured-value",
                    "nhrpCacheNbmaAddr": "configured-value",
                    "nhrpCacheNbmaSubaddr": "configured-value",
                    "nhrpCacheType": "default",
                    "nhrpCacheState": "default",
                    "nhrpCacheHoldingTimeValid": true,
                    "nhrpCacheHoldingTime": 1,
                    "nhrpCacheNegotiatedMtu": 1,
                    "nhrpCachePreference": 1,
                    "nhrpCacheStorageType": "configured-value",
                    "nhrpCacheRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-ifIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpCacheInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheInternetworkAddr": {
      "get": {
        "summary": "Get nhrpCacheInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheIndex": {
      "get": {
        "summary": "Get nhrpCacheIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpCacheIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCachePrefixLength": {
      "get": {
        "summary": "Get nhrpCachePrefixLength",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCachePrefixLength",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCachePrefixLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCachePrefixLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheNextHopInternetworkAddr": {
      "get": {
        "summary": "Get nhrpCacheNextHopInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheNextHopInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheNextHopInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheNextHopInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheNbmaAddrType": {
      "get": {
        "summary": "Get nhrpCacheNbmaAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheNbmaAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheNbmaAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheNbmaAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheNbmaAddr": {
      "get": {
        "summary": "Get nhrpCacheNbmaAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheNbmaAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheNbmaAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheNbmaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheNbmaSubaddr": {
      "get": {
        "summary": "Get nhrpCacheNbmaSubaddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheNbmaSubaddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheNbmaSubaddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheNbmaSubaddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheType": {
      "get": {
        "summary": "Get nhrpCacheType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheState": {
      "get": {
        "summary": "Get nhrpCacheState",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheState",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheHoldingTimeValid": {
      "get": {
        "summary": "Get nhrpCacheHoldingTimeValid",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheHoldingTimeValid",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpCacheHoldingTimeValid": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheHoldingTimeValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheHoldingTime": {
      "get": {
        "summary": "Get nhrpCacheHoldingTime",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheHoldingTime",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpCacheHoldingTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheHoldingTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheNegotiatedMtu": {
      "get": {
        "summary": "Get nhrpCacheNegotiatedMtu",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheNegotiatedMtu",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheNegotiatedMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheNegotiatedMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCachePreference": {
      "get": {
        "summary": "Get nhrpCachePreference",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCachePreference",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCachePreference": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCachePreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheStorageType": {
      "get": {
        "summary": "Get nhrpCacheStorageType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheStorageType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpCacheTable/nhrpCacheEntry/nhrpCacheRowStatus": {
      "get": {
        "summary": "Get nhrpCacheRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpCacheTable-nhrpCacheEntry-nhrpCacheRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable": {
      "get": {
        "summary": "Get nhrpPurgeReqTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpPurgeReqEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nhrpPurgeIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpPurgeCacheIdentifier": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpPurgePrefixLength": {
                            "type": "integer",
                            "example": 1
                          },
                          "nhrpPurgeRequestID": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpPurgeReplyExpected": {
                            "type": "boolean",
                            "example": true
                          },
                          "nhrpPurgeRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeReqTable": {
                    "nhrpPurgeReqEntry": [
                      {
                        "nhrpPurgeIndex": 1,
                        "nhrpPurgeCacheIdentifier": 1,
                        "nhrpPurgePrefixLength": 1,
                        "nhrpPurgeRequestID": 1,
                        "nhrpPurgeReplyExpected": true,
                        "nhrpPurgeRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeReqTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry": {
      "get": {
        "summary": "Get nhrpPurgeReqEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry",
        "tags": [
          "NHRP-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": {
                      "nhrpPurgeIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpPurgeCacheIdentifier": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpPurgePrefixLength": {
                        "type": "integer",
                        "example": 1
                      },
                      "nhrpPurgeRequestID": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpPurgeReplyExpected": {
                        "type": "boolean",
                        "example": true
                      },
                      "nhrpPurgeRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeReqEntry": [
                    {
                      "nhrpPurgeIndex": 1,
                      "nhrpPurgeCacheIdentifier": 1,
                      "nhrpPurgePrefixLength": 1,
                      "nhrpPurgeRequestID": 1,
                      "nhrpPurgeReplyExpected": true,
                      "nhrpPurgeRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeReqEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgeIndex": {
      "get": {
        "summary": "Get nhrpPurgeIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgeIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgeCacheIdentifier": {
      "get": {
        "summary": "Get nhrpPurgeCacheIdentifier",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgeCacheIdentifier",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeCacheIdentifier": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeCacheIdentifier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgePrefixLength": {
      "get": {
        "summary": "Get nhrpPurgePrefixLength",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgePrefixLength",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpPurgePrefixLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgePrefixLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgeRequestID": {
      "get": {
        "summary": "Get nhrpPurgeRequestID",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgeRequestID",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeRequestID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeRequestID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgeReplyExpected": {
      "get": {
        "summary": "Get nhrpPurgeReplyExpected",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgeReplyExpected",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpPurgeReplyExpected": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeReplyExpected from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpPurgeReqTable/nhrpPurgeReqEntry/nhrpPurgeRowStatus": {
      "get": {
        "summary": "Get nhrpPurgeRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpPurgeReqTable-nhrpPurgeReqEntry-nhrpPurgeRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpPurgeRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpPurgeRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable": {
      "get": {
        "summary": "Get nhrpClientTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nhrpClientIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpClientInternetworkAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientInternetworkAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientNbmaAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientNbmaAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientNbmaSubaddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientInitialRequestTimeout": {
                            "type": "integer",
                            "example": 1
                          },
                          "nhrpClientRegistrationRequestRetries": {
                            "type": "integer",
                            "example": 50
                          },
                          "nhrpClientResolutionRequestRetries": {
                            "type": "integer",
                            "example": 1
                          },
                          "nhrpClientPurgeRequestRetries": {
                            "type": "integer",
                            "example": 1
                          },
                          "nhrpClientDefaultMtu": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpClientHoldTime": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpClientRequestID": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpClientStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpClientTable": {
                    "nhrpClientEntry": [
                      {
                        "nhrpClientIndex": 1,
                        "nhrpClientInternetworkAddrType": "configured-value",
                        "nhrpClientInternetworkAddr": "configured-value",
                        "nhrpClientNbmaAddrType": "configured-value",
                        "nhrpClientNbmaAddr": "configured-value",
                        "nhrpClientNbmaSubaddr": "configured-value",
                        "nhrpClientInitialRequestTimeout": 1,
                        "nhrpClientRegistrationRequestRetries": 50,
                        "nhrpClientResolutionRequestRetries": 1,
                        "nhrpClientPurgeRequestRetries": 1,
                        "nhrpClientDefaultMtu": 1,
                        "nhrpClientHoldTime": 1,
                        "nhrpClientRequestID": 1,
                        "nhrpClientStorageType": "configured-value",
                        "nhrpClientRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry": {
      "get": {
        "summary": "Get nhrpClientEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry",
        "tags": [
          "NHRP-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": {
                      "nhrpClientIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpClientInternetworkAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientInternetworkAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientNbmaAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientNbmaAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientNbmaSubaddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientInitialRequestTimeout": {
                        "type": "integer",
                        "example": 1
                      },
                      "nhrpClientRegistrationRequestRetries": {
                        "type": "integer",
                        "example": 50
                      },
                      "nhrpClientResolutionRequestRetries": {
                        "type": "integer",
                        "example": 1
                      },
                      "nhrpClientPurgeRequestRetries": {
                        "type": "integer",
                        "example": 1
                      },
                      "nhrpClientDefaultMtu": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpClientHoldTime": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpClientRequestID": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpClientStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpClientEntry": [
                    {
                      "nhrpClientIndex": 1,
                      "nhrpClientInternetworkAddrType": "configured-value",
                      "nhrpClientInternetworkAddr": "configured-value",
                      "nhrpClientNbmaAddrType": "configured-value",
                      "nhrpClientNbmaAddr": "configured-value",
                      "nhrpClientNbmaSubaddr": "configured-value",
                      "nhrpClientInitialRequestTimeout": 1,
                      "nhrpClientRegistrationRequestRetries": 50,
                      "nhrpClientResolutionRequestRetries": 1,
                      "nhrpClientPurgeRequestRetries": 1,
                      "nhrpClientDefaultMtu": 1,
                      "nhrpClientHoldTime": 1,
                      "nhrpClientRequestID": 1,
                      "nhrpClientStorageType": "configured-value",
                      "nhrpClientRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientIndex": {
      "get": {
        "summary": "Get nhrpClientIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpClientInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientInternetworkAddr": {
      "get": {
        "summary": "Get nhrpClientInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientNbmaAddrType": {
      "get": {
        "summary": "Get nhrpClientNbmaAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientNbmaAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNbmaAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNbmaAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientNbmaAddr": {
      "get": {
        "summary": "Get nhrpClientNbmaAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientNbmaAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNbmaAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNbmaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientNbmaSubaddr": {
      "get": {
        "summary": "Get nhrpClientNbmaSubaddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientNbmaSubaddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNbmaSubaddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNbmaSubaddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientInitialRequestTimeout": {
      "get": {
        "summary": "Get nhrpClientInitialRequestTimeout",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientInitialRequestTimeout",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientInitialRequestTimeout": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientInitialRequestTimeout from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientRegistrationRequestRetries": {
      "get": {
        "summary": "Get nhrpClientRegistrationRequestRetries",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientRegistrationRequestRetries",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 50
                },
                "example": {
                  "NHRP-MIB:nhrpClientRegistrationRequestRetries": 50
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegistrationRequestRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientResolutionRequestRetries": {
      "get": {
        "summary": "Get nhrpClientResolutionRequestRetries",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientResolutionRequestRetries",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientResolutionRequestRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientResolutionRequestRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientPurgeRequestRetries": {
      "get": {
        "summary": "Get nhrpClientPurgeRequestRetries",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientPurgeRequestRetries",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientPurgeRequestRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientPurgeRequestRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientDefaultMtu": {
      "get": {
        "summary": "Get nhrpClientDefaultMtu",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientDefaultMtu",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientDefaultMtu": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientDefaultMtu from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientHoldTime": {
      "get": {
        "summary": "Get nhrpClientHoldTime",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientHoldTime",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientRequestID": {
      "get": {
        "summary": "Get nhrpClientRequestID",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientRequestID",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientRequestID": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRequestID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientStorageType": {
      "get": {
        "summary": "Get nhrpClientStorageType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientStorageType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientTable/nhrpClientEntry/nhrpClientRowStatus": {
      "get": {
        "summary": "Get nhrpClientRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientTable-nhrpClientEntry-nhrpClientRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable": {
      "get": {
        "summary": "Get nhrpClientRegistrationTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientRegistrationEntry": {
                      "type": "object",
                      "properties": {
                        "nhrpClientIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientRegIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nhrpClientRegUniqueness": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientRegState": {
                          "type": "string",
                          "example": "active"
                        },
                        "nhrpClientRegRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": 50
                    }
                  },
                  "example": 50
                },
                "example": {
                  "NHRP-MIB:nhrpClientRegistrationTable": {
                    "nhrpClientRegistrationEntry": {
                      "nhrpClientIndex": "configured-value",
                      "nhrpClientRegIndex": 1,
                      "nhrpClientRegUniqueness": "default",
                      "nhrpClientRegState": "default",
                      "nhrpClientRegRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegistrationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry": {
      "get": {
        "summary": "Get nhrpClientRegistrationEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientRegIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nhrpClientRegUniqueness": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientRegState": {
                      "type": "string",
                      "example": "active"
                    },
                    "nhrpClientRegRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": 50
                },
                "example": {
                  "NHRP-MIB:nhrpClientRegistrationEntry": {
                    "nhrpClientIndex": "configured-value",
                    "nhrpClientRegIndex": 1,
                    "nhrpClientRegUniqueness": "default",
                    "nhrpClientRegState": "default",
                    "nhrpClientRegRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegistrationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry/nhrpClientIndex": {
      "get": {
        "summary": "Get nhrpClientIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry-nhrpClientIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry/nhrpClientRegIndex": {
      "get": {
        "summary": "Get nhrpClientRegIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry-nhrpClientRegIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientRegIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry/nhrpClientRegUniqueness": {
      "get": {
        "summary": "Get nhrpClientRegUniqueness",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry-nhrpClientRegUniqueness",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientRegUniqueness": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegUniqueness from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry/nhrpClientRegState": {
      "get": {
        "summary": "Get nhrpClientRegState",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry-nhrpClientRegState",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientRegState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientRegistrationTable/nhrpClientRegistrationEntry/nhrpClientRegRowStatus": {
      "get": {
        "summary": "Get nhrpClientRegRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientRegistrationTable-nhrpClientRegistrationEntry-nhrpClientRegRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientRegRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientRegRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable": {
      "get": {
        "summary": "Get nhrpClientNhsTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientNhsEntry": {
                      "type": "object",
                      "properties": {
                        "nhrpClientIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nhrpClientNhsInternetworkAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsInternetworkAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsNbmaAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsNbmaAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsNbmaSubaddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpClientNhsInUse": {
                          "type": "boolean",
                          "example": true
                        },
                        "nhrpClientNhsRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpClientNhsTable": {
                    "nhrpClientNhsEntry": {
                      "nhrpClientIndex": "configured-value",
                      "nhrpClientNhsIndex": 1,
                      "nhrpClientNhsInternetworkAddrType": "configured-value",
                      "nhrpClientNhsInternetworkAddr": "configured-value",
                      "nhrpClientNhsNbmaAddrType": "configured-value",
                      "nhrpClientNhsNbmaAddr": "configured-value",
                      "nhrpClientNhsNbmaSubaddr": "configured-value",
                      "nhrpClientNhsInUse": true,
                      "nhrpClientNhsRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry": {
      "get": {
        "summary": "Get nhrpClientNhsEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nhrpClientNhsInternetworkAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsInternetworkAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsNbmaAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsNbmaAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsNbmaSubaddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpClientNhsInUse": {
                      "type": "boolean",
                      "example": true
                    },
                    "nhrpClientNhsRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpClientNhsEntry": {
                    "nhrpClientIndex": "configured-value",
                    "nhrpClientNhsIndex": 1,
                    "nhrpClientNhsInternetworkAddrType": "configured-value",
                    "nhrpClientNhsInternetworkAddr": "configured-value",
                    "nhrpClientNhsNbmaAddrType": "configured-value",
                    "nhrpClientNhsNbmaAddr": "configured-value",
                    "nhrpClientNhsNbmaSubaddr": "configured-value",
                    "nhrpClientNhsInUse": true,
                    "nhrpClientNhsRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientIndex": {
      "get": {
        "summary": "Get nhrpClientIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsIndex": {
      "get": {
        "summary": "Get nhrpClientNhsIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpClientNhsIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpClientNhsInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsInternetworkAddr": {
      "get": {
        "summary": "Get nhrpClientNhsInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsNbmaAddrType": {
      "get": {
        "summary": "Get nhrpClientNhsNbmaAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsNbmaAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsNbmaAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsNbmaAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsNbmaAddr": {
      "get": {
        "summary": "Get nhrpClientNhsNbmaAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsNbmaAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsNbmaAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsNbmaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsNbmaSubaddr": {
      "get": {
        "summary": "Get nhrpClientNhsNbmaSubaddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsNbmaSubaddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsNbmaSubaddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsNbmaSubaddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsInUse": {
      "get": {
        "summary": "Get nhrpClientNhsInUse",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsInUse",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpClientNhsInUse": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsInUse from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientNhsTable/nhrpClientNhsEntry/nhrpClientNhsRowStatus": {
      "get": {
        "summary": "Get nhrpClientNhsRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientNhsTable-nhrpClientNhsEntry-nhrpClientNhsRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientNhsRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientNhsRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable": {
      "get": {
        "summary": "Get nhrpClientStatTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpClientStatEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nhrpClientIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatTxResolveReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxResolveReplyAck": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxResolveReplyNakProhibited": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxResolveReplyNakInsufResources": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxResolveReplyNakNoBinding": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxResolveReplyNakNotUnique": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatTxRegisterReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxRegisterAck": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxRegisterNakProhibited": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxRegisterNakInsufResources": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxRegisterNakAlreadyReg": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxPurgeReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatTxPurgeReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxPurgeReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatTxPurgeReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatTxErrorIndication": {
                            "type": "string",
                            "example": "0"
                          },
                          "nhrpClientStatRxErrUnrecognizedExtension": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxErrLoopDetected": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxErrProtoAddrUnreachable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxErrProtoError": {
                            "type": "string",
                            "example": "0"
                          },
                          "nhrpClientStatRxErrSduSizeExceeded": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxErrInvalidExtension": {
                            "type": "string",
                            "example": "1"
                          },
                          "nhrpClientStatRxErrAuthenticationFailure": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpClientStatRxErrHopCountExceeded": {
                            "type": "string",
                            "example": "45"
                          },
                          "nhrpClientStatDiscontinuityTime": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpClientStatTable": {
                    "nhrpClientStatEntry": [
                      {
                        "nhrpClientIndex": "configured-value",
                        "nhrpClientStatTxResolveReq": "configured-value",
                        "nhrpClientStatRxResolveReplyAck": "configured-value",
                        "nhrpClientStatRxResolveReplyNakProhibited": "configured-value",
                        "nhrpClientStatRxResolveReplyNakInsufResources": "configured-value",
                        "nhrpClientStatRxResolveReplyNakNoBinding": "configured-value",
                        "nhrpClientStatRxResolveReplyNakNotUnique": "configured-value",
                        "nhrpClientStatTxRegisterReq": "configured-value",
                        "nhrpClientStatRxRegisterAck": "configured-value",
                        "nhrpClientStatRxRegisterNakProhibited": "configured-value",
                        "nhrpClientStatRxRegisterNakInsufResources": "configured-value",
                        "nhrpClientStatRxRegisterNakAlreadyReg": "configured-value",
                        "nhrpClientStatRxPurgeReq": "configured-value",
                        "nhrpClientStatTxPurgeReq": "configured-value",
                        "nhrpClientStatRxPurgeReply": "configured-value",
                        "nhrpClientStatTxPurgeReply": "configured-value",
                        "nhrpClientStatTxErrorIndication": "0",
                        "nhrpClientStatRxErrUnrecognizedExtension": "configured-value",
                        "nhrpClientStatRxErrLoopDetected": "configured-value",
                        "nhrpClientStatRxErrProtoAddrUnreachable": "configured-value",
                        "nhrpClientStatRxErrProtoError": "0",
                        "nhrpClientStatRxErrSduSizeExceeded": "configured-value",
                        "nhrpClientStatRxErrInvalidExtension": "1",
                        "nhrpClientStatRxErrAuthenticationFailure": "configured-value",
                        "nhrpClientStatRxErrHopCountExceeded": "45",
                        "nhrpClientStatDiscontinuityTime": "10:30:45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry": {
      "get": {
        "summary": "Get nhrpClientStatEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry",
        "tags": [
          "NHRP-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": {
                      "nhrpClientIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatTxResolveReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxResolveReplyAck": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxResolveReplyNakProhibited": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxResolveReplyNakInsufResources": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxResolveReplyNakNoBinding": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxResolveReplyNakNotUnique": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatTxRegisterReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxRegisterAck": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxRegisterNakProhibited": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxRegisterNakInsufResources": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxRegisterNakAlreadyReg": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxPurgeReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatTxPurgeReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxPurgeReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatTxPurgeReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatTxErrorIndication": {
                        "type": "string",
                        "example": "0"
                      },
                      "nhrpClientStatRxErrUnrecognizedExtension": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxErrLoopDetected": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxErrProtoAddrUnreachable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxErrProtoError": {
                        "type": "string",
                        "example": "0"
                      },
                      "nhrpClientStatRxErrSduSizeExceeded": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxErrInvalidExtension": {
                        "type": "string",
                        "example": "1"
                      },
                      "nhrpClientStatRxErrAuthenticationFailure": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpClientStatRxErrHopCountExceeded": {
                        "type": "string",
                        "example": "45"
                      },
                      "nhrpClientStatDiscontinuityTime": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "NHRP-MIB:nhrpClientStatEntry": [
                    {
                      "nhrpClientIndex": "configured-value",
                      "nhrpClientStatTxResolveReq": "configured-value",
                      "nhrpClientStatRxResolveReplyAck": "configured-value",
                      "nhrpClientStatRxResolveReplyNakProhibited": "configured-value",
                      "nhrpClientStatRxResolveReplyNakInsufResources": "configured-value",
                      "nhrpClientStatRxResolveReplyNakNoBinding": "configured-value",
                      "nhrpClientStatRxResolveReplyNakNotUnique": "configured-value",
                      "nhrpClientStatTxRegisterReq": "configured-value",
                      "nhrpClientStatRxRegisterAck": "configured-value",
                      "nhrpClientStatRxRegisterNakProhibited": "configured-value",
                      "nhrpClientStatRxRegisterNakInsufResources": "configured-value",
                      "nhrpClientStatRxRegisterNakAlreadyReg": "configured-value",
                      "nhrpClientStatRxPurgeReq": "configured-value",
                      "nhrpClientStatTxPurgeReq": "configured-value",
                      "nhrpClientStatRxPurgeReply": "configured-value",
                      "nhrpClientStatTxPurgeReply": "configured-value",
                      "nhrpClientStatTxErrorIndication": "0",
                      "nhrpClientStatRxErrUnrecognizedExtension": "configured-value",
                      "nhrpClientStatRxErrLoopDetected": "configured-value",
                      "nhrpClientStatRxErrProtoAddrUnreachable": "configured-value",
                      "nhrpClientStatRxErrProtoError": "0",
                      "nhrpClientStatRxErrSduSizeExceeded": "configured-value",
                      "nhrpClientStatRxErrInvalidExtension": "1",
                      "nhrpClientStatRxErrAuthenticationFailure": "configured-value",
                      "nhrpClientStatRxErrHopCountExceeded": "45",
                      "nhrpClientStatDiscontinuityTime": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientIndex": {
      "get": {
        "summary": "Get nhrpClientIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatTxResolveReq": {
      "get": {
        "summary": "Get nhrpClientStatTxResolveReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatTxResolveReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatTxResolveReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTxResolveReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxResolveReplyAck": {
      "get": {
        "summary": "Get nhrpClientStatRxResolveReplyAck",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxResolveReplyAck",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxResolveReplyAck": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxResolveReplyAck from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxResolveReplyNakProhibited": {
      "get": {
        "summary": "Get nhrpClientStatRxResolveReplyNakProhibited",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxResolveReplyNakProhibited",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxResolveReplyNakProhibited": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxResolveReplyNakProhibited from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxResolveReplyNakInsufResources": {
      "get": {
        "summary": "Get nhrpClientStatRxResolveReplyNakInsufResources",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxResolveReplyNakInsufResources",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxResolveReplyNakInsufResources": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxResolveReplyNakInsufResources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxResolveReplyNakNoBinding": {
      "get": {
        "summary": "Get nhrpClientStatRxResolveReplyNakNoBinding",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxResolveReplyNakNoBinding",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxResolveReplyNakNoBinding": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxResolveReplyNakNoBinding from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxResolveReplyNakNotUnique": {
      "get": {
        "summary": "Get nhrpClientStatRxResolveReplyNakNotUnique",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxResolveReplyNakNotUnique",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxResolveReplyNakNotUnique": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxResolveReplyNakNotUnique from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatTxRegisterReq": {
      "get": {
        "summary": "Get nhrpClientStatTxRegisterReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatTxRegisterReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatTxRegisterReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTxRegisterReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxRegisterAck": {
      "get": {
        "summary": "Get nhrpClientStatRxRegisterAck",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxRegisterAck",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxRegisterAck": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxRegisterAck from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxRegisterNakProhibited": {
      "get": {
        "summary": "Get nhrpClientStatRxRegisterNakProhibited",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxRegisterNakProhibited",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxRegisterNakProhibited": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxRegisterNakProhibited from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxRegisterNakInsufResources": {
      "get": {
        "summary": "Get nhrpClientStatRxRegisterNakInsufResources",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxRegisterNakInsufResources",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxRegisterNakInsufResources": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxRegisterNakInsufResources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxRegisterNakAlreadyReg": {
      "get": {
        "summary": "Get nhrpClientStatRxRegisterNakAlreadyReg",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxRegisterNakAlreadyReg",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxRegisterNakAlreadyReg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxRegisterNakAlreadyReg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxPurgeReq": {
      "get": {
        "summary": "Get nhrpClientStatRxPurgeReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxPurgeReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxPurgeReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxPurgeReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatTxPurgeReq": {
      "get": {
        "summary": "Get nhrpClientStatTxPurgeReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatTxPurgeReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatTxPurgeReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTxPurgeReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxPurgeReply": {
      "get": {
        "summary": "Get nhrpClientStatRxPurgeReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxPurgeReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxPurgeReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxPurgeReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatTxPurgeReply": {
      "get": {
        "summary": "Get nhrpClientStatTxPurgeReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatTxPurgeReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatTxPurgeReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTxPurgeReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatTxErrorIndication": {
      "get": {
        "summary": "Get nhrpClientStatTxErrorIndication",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatTxErrorIndication",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatTxErrorIndication": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatTxErrorIndication from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrUnrecognizedExtension": {
      "get": {
        "summary": "Get nhrpClientStatRxErrUnrecognizedExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrUnrecognizedExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrUnrecognizedExtension": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrUnrecognizedExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrLoopDetected": {
      "get": {
        "summary": "Get nhrpClientStatRxErrLoopDetected",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrLoopDetected",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrLoopDetected": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrLoopDetected from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrProtoAddrUnreachable": {
      "get": {
        "summary": "Get nhrpClientStatRxErrProtoAddrUnreachable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrProtoAddrUnreachable",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrProtoAddrUnreachable": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrProtoAddrUnreachable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrProtoError": {
      "get": {
        "summary": "Get nhrpClientStatRxErrProtoError",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrProtoError",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrProtoError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrProtoError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrSduSizeExceeded": {
      "get": {
        "summary": "Get nhrpClientStatRxErrSduSizeExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrSduSizeExceeded",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrSduSizeExceeded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrSduSizeExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrInvalidExtension": {
      "get": {
        "summary": "Get nhrpClientStatRxErrInvalidExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrInvalidExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrInvalidExtension": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrInvalidExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrAuthenticationFailure": {
      "get": {
        "summary": "Get nhrpClientStatRxErrAuthenticationFailure",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrAuthenticationFailure",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatRxErrAuthenticationFailure": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrAuthenticationFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatRxErrHopCountExceeded": {
      "get": {
        "summary": "Get nhrpClientStatRxErrHopCountExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatRxErrHopCountExceeded",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "NHRP-MIB:nhrpClientStatRxErrHopCountExceeded": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatRxErrHopCountExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpClientStatTable/nhrpClientStatEntry/nhrpClientStatDiscontinuityTime": {
      "get": {
        "summary": "Get nhrpClientStatDiscontinuityTime",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpClientStatTable-nhrpClientStatEntry-nhrpClientStatDiscontinuityTime",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpClientStatDiscontinuityTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpClientStatDiscontinuityTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable": {
      "get": {
        "summary": "Get nhrpServerTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpServerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nhrpServerIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "nhrpServerInternetworkAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerInternetworkAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerNbmaAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerNbmaAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerNbmaSubaddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStorageType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerTable": {
                    "nhrpServerEntry": [
                      {
                        "nhrpServerIndex": 1,
                        "nhrpServerInternetworkAddrType": "configured-value",
                        "nhrpServerInternetworkAddr": "configured-value",
                        "nhrpServerNbmaAddrType": "configured-value",
                        "nhrpServerNbmaAddr": "configured-value",
                        "nhrpServerNbmaSubaddr": "configured-value",
                        "nhrpServerStorageType": "configured-value",
                        "nhrpServerRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry": {
      "get": {
        "summary": "Get nhrpServerEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry",
        "tags": [
          "NHRP-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": {
                      "nhrpServerIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "nhrpServerInternetworkAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerInternetworkAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerNbmaAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerNbmaAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerNbmaSubaddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStorageType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerEntry": [
                    {
                      "nhrpServerIndex": 1,
                      "nhrpServerInternetworkAddrType": "configured-value",
                      "nhrpServerInternetworkAddr": "configured-value",
                      "nhrpServerNbmaAddrType": "configured-value",
                      "nhrpServerNbmaAddr": "configured-value",
                      "nhrpServerNbmaSubaddr": "configured-value",
                      "nhrpServerStorageType": "configured-value",
                      "nhrpServerRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerIndex": {
      "get": {
        "summary": "Get nhrpServerIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpServerIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpServerInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerInternetworkAddr": {
      "get": {
        "summary": "Get nhrpServerInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerNbmaAddrType": {
      "get": {
        "summary": "Get nhrpServerNbmaAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerNbmaAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNbmaAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNbmaAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerNbmaAddr": {
      "get": {
        "summary": "Get nhrpServerNbmaAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerNbmaAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNbmaAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNbmaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerNbmaSubaddr": {
      "get": {
        "summary": "Get nhrpServerNbmaSubaddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerNbmaSubaddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNbmaSubaddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNbmaSubaddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerStorageType": {
      "get": {
        "summary": "Get nhrpServerStorageType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerStorageType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStorageType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStorageType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerTable/nhrpServerEntry/nhrpServerRowStatus": {
      "get": {
        "summary": "Get nhrpServerRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerTable-nhrpServerEntry-nhrpServerRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable": {
      "get": {
        "summary": "Get nhrpServerCacheTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpServerCacheEntry": {
                      "type": "object",
                      "properties": {
                        "nhrpCacheInternetworkAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheInternetworkAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpCacheIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerCacheAuthoritative": {
                          "type": "boolean",
                          "example": true
                        },
                        "nhrpServerCacheUniqueness": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerCacheTable": {
                    "nhrpServerCacheEntry": {
                      "nhrpCacheInternetworkAddrType": "configured-value",
                      "nhrpCacheInternetworkAddr": "configured-value",
                      "ifIndex": "configured-value",
                      "nhrpCacheIndex": "configured-value",
                      "nhrpServerCacheAuthoritative": true,
                      "nhrpServerCacheUniqueness": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerCacheTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry": {
      "get": {
        "summary": "Get nhrpServerCacheEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpCacheInternetworkAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheInternetworkAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpCacheIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerCacheAuthoritative": {
                      "type": "boolean",
                      "example": true
                    },
                    "nhrpServerCacheUniqueness": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerCacheEntry": {
                    "nhrpCacheInternetworkAddrType": "configured-value",
                    "nhrpCacheInternetworkAddr": "configured-value",
                    "ifIndex": "configured-value",
                    "nhrpCacheIndex": "configured-value",
                    "nhrpServerCacheAuthoritative": true,
                    "nhrpServerCacheUniqueness": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerCacheEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/nhrpCacheInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpCacheInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-nhrpCacheInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/nhrpCacheInternetworkAddr": {
      "get": {
        "summary": "Get nhrpCacheInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-nhrpCacheInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-ifIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/nhrpCacheIndex": {
      "get": {
        "summary": "Get nhrpCacheIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-nhrpCacheIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpCacheIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpCacheIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/nhrpServerCacheAuthoritative": {
      "get": {
        "summary": "Get nhrpServerCacheAuthoritative",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-nhrpServerCacheAuthoritative",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpServerCacheAuthoritative": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerCacheAuthoritative from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerCacheTable/nhrpServerCacheEntry/nhrpServerCacheUniqueness": {
      "get": {
        "summary": "Get nhrpServerCacheUniqueness",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerCacheTable-nhrpServerCacheEntry-nhrpServerCacheUniqueness",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpServerCacheUniqueness": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerCacheUniqueness from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable": {
      "get": {
        "summary": "Get nhrpServerNhcTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpServerNhcEntry": {
                      "type": "object",
                      "properties": {
                        "nhrpServerIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "nhrpServerNhcPrefixLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "nhrpServerNhcInternetworkAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcInternetworkAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcNbmaAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcNbmaAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcNbmaSubaddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "nhrpServerNhcInUse": {
                          "type": "boolean",
                          "example": true
                        },
                        "nhrpServerNhcRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerNhcTable": {
                    "nhrpServerNhcEntry": {
                      "nhrpServerIndex": "configured-value",
                      "nhrpServerNhcIndex": 1,
                      "nhrpServerNhcPrefixLength": 1,
                      "nhrpServerNhcInternetworkAddrType": "configured-value",
                      "nhrpServerNhcInternetworkAddr": "configured-value",
                      "nhrpServerNhcNbmaAddrType": "configured-value",
                      "nhrpServerNhcNbmaAddr": "configured-value",
                      "nhrpServerNhcNbmaSubaddr": "configured-value",
                      "nhrpServerNhcInUse": true,
                      "nhrpServerNhcRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry": {
      "get": {
        "summary": "Get nhrpServerNhcEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpServerIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "nhrpServerNhcPrefixLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "nhrpServerNhcInternetworkAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcInternetworkAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcNbmaAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcNbmaAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcNbmaSubaddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "nhrpServerNhcInUse": {
                      "type": "boolean",
                      "example": true
                    },
                    "nhrpServerNhcRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerNhcEntry": {
                    "nhrpServerIndex": "configured-value",
                    "nhrpServerNhcIndex": 1,
                    "nhrpServerNhcPrefixLength": 1,
                    "nhrpServerNhcInternetworkAddrType": "configured-value",
                    "nhrpServerNhcInternetworkAddr": "configured-value",
                    "nhrpServerNhcNbmaAddrType": "configured-value",
                    "nhrpServerNhcNbmaAddr": "configured-value",
                    "nhrpServerNhcNbmaSubaddr": "configured-value",
                    "nhrpServerNhcInUse": true,
                    "nhrpServerNhcRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerIndex": {
      "get": {
        "summary": "Get nhrpServerIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcIndex": {
      "get": {
        "summary": "Get nhrpServerNhcIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcIndex",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "NHRP-MIB:nhrpServerNhcIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcPrefixLength": {
      "get": {
        "summary": "Get nhrpServerNhcPrefixLength",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcPrefixLength",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcPrefixLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcPrefixLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcInternetworkAddrType": {
      "get": {
        "summary": "Get nhrpServerNhcInternetworkAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcInternetworkAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcInternetworkAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcInternetworkAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcInternetworkAddr": {
      "get": {
        "summary": "Get nhrpServerNhcInternetworkAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcInternetworkAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcInternetworkAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcInternetworkAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcNbmaAddrType": {
      "get": {
        "summary": "Get nhrpServerNhcNbmaAddrType",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcNbmaAddrType",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcNbmaAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcNbmaAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcNbmaAddr": {
      "get": {
        "summary": "Get nhrpServerNhcNbmaAddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcNbmaAddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcNbmaAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcNbmaAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcNbmaSubaddr": {
      "get": {
        "summary": "Get nhrpServerNhcNbmaSubaddr",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcNbmaSubaddr",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcNbmaSubaddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcNbmaSubaddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcInUse": {
      "get": {
        "summary": "Get nhrpServerNhcInUse",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcInUse",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "NHRP-MIB:nhrpServerNhcInUse": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcInUse from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerNhcTable/nhrpServerNhcEntry/nhrpServerNhcRowStatus": {
      "get": {
        "summary": "Get nhrpServerNhcRowStatus",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerNhcTable-nhrpServerNhcEntry-nhrpServerNhcRowStatus",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerNhcRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerNhcRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable": {
      "get": {
        "summary": "Get nhrpServerStatTable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "nhrpServerStatEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "nhrpServerIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxResolveReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxResolveReplyAck": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxResolveReplyNakProhibited": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxResolveReplyNakInsufResources": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxResolveReplyNakNoBinding": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxResolveReplyNakNotUnique": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxRegisterReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxRegisterAck": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxRegisterNakProhibited": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxRegisterNakInsufResources": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxRegisterNakAlreadyReg": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxPurgeReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxPurgeReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxPurgeReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxPurgeReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrUnrecognizedExtension": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrLoopDetected": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrProtoAddrUnreachable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrProtoError": {
                            "type": "string",
                            "example": "0"
                          },
                          "nhrpServerStatRxErrSduSizeExceeded": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrInvalidExtension": {
                            "type": "string",
                            "example": "1"
                          },
                          "nhrpServerStatRxErrInvalidResReplyReceived": {
                            "type": "string",
                            "example": "1"
                          },
                          "nhrpServerStatRxErrAuthenticationFailure": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatRxErrHopCountExceeded": {
                            "type": "string",
                            "example": "10"
                          },
                          "nhrpServerStatTxErrUnrecognizedExtension": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxErrLoopDetected": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxErrProtoAddrUnreachable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxErrProtoError": {
                            "type": "string",
                            "example": "0"
                          },
                          "nhrpServerStatTxErrSduSizeExceeded": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxErrInvalidExtension": {
                            "type": "string",
                            "example": "1"
                          },
                          "nhrpServerStatTxErrAuthenticationFailure": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatTxErrHopCountExceeded": {
                            "type": "string",
                            "example": "10"
                          },
                          "nhrpServerStatFwResolveReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwResolveReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwRegisterReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwRegisterReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwPurgeReq": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwPurgeReply": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "nhrpServerStatFwErrorIndication": {
                            "type": "string",
                            "example": "0"
                          },
                          "nhrpServerStatDiscontinuityTime": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "NHRP-MIB:nhrpServerStatTable": {
                    "nhrpServerStatEntry": [
                      {
                        "nhrpServerIndex": "configured-value",
                        "nhrpServerStatRxResolveReq": "configured-value",
                        "nhrpServerStatTxResolveReplyAck": "configured-value",
                        "nhrpServerStatTxResolveReplyNakProhibited": "configured-value",
                        "nhrpServerStatTxResolveReplyNakInsufResources": "configured-value",
                        "nhrpServerStatTxResolveReplyNakNoBinding": "configured-value",
                        "nhrpServerStatTxResolveReplyNakNotUnique": "configured-value",
                        "nhrpServerStatRxRegisterReq": "configured-value",
                        "nhrpServerStatTxRegisterAck": "configured-value",
                        "nhrpServerStatTxRegisterNakProhibited": "configured-value",
                        "nhrpServerStatTxRegisterNakInsufResources": "configured-value",
                        "nhrpServerStatTxRegisterNakAlreadyReg": "configured-value",
                        "nhrpServerStatRxPurgeReq": "configured-value",
                        "nhrpServerStatTxPurgeReq": "configured-value",
                        "nhrpServerStatRxPurgeReply": "configured-value",
                        "nhrpServerStatTxPurgeReply": "configured-value",
                        "nhrpServerStatRxErrUnrecognizedExtension": "configured-value",
                        "nhrpServerStatRxErrLoopDetected": "configured-value",
                        "nhrpServerStatRxErrProtoAddrUnreachable": "configured-value",
                        "nhrpServerStatRxErrProtoError": "0",
                        "nhrpServerStatRxErrSduSizeExceeded": "configured-value",
                        "nhrpServerStatRxErrInvalidExtension": "1",
                        "nhrpServerStatRxErrInvalidResReplyReceived": "1",
                        "nhrpServerStatRxErrAuthenticationFailure": "configured-value",
                        "nhrpServerStatRxErrHopCountExceeded": "10",
                        "nhrpServerStatTxErrUnrecognizedExtension": "configured-value",
                        "nhrpServerStatTxErrLoopDetected": "configured-value",
                        "nhrpServerStatTxErrProtoAddrUnreachable": "configured-value",
                        "nhrpServerStatTxErrProtoError": "0",
                        "nhrpServerStatTxErrSduSizeExceeded": "configured-value",
                        "nhrpServerStatTxErrInvalidExtension": "1",
                        "nhrpServerStatTxErrAuthenticationFailure": "configured-value",
                        "nhrpServerStatTxErrHopCountExceeded": "10",
                        "nhrpServerStatFwResolveReq": "configured-value",
                        "nhrpServerStatFwResolveReply": "configured-value",
                        "nhrpServerStatFwRegisterReq": "configured-value",
                        "nhrpServerStatFwRegisterReply": "configured-value",
                        "nhrpServerStatFwPurgeReq": "configured-value",
                        "nhrpServerStatFwPurgeReply": "configured-value",
                        "nhrpServerStatFwErrorIndication": "0",
                        "nhrpServerStatDiscontinuityTime": "10:30:45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry": {
      "get": {
        "summary": "Get nhrpServerStatEntry",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry",
        "tags": [
          "NHRP-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": {
                      "nhrpServerIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxResolveReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxResolveReplyAck": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxResolveReplyNakProhibited": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxResolveReplyNakInsufResources": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxResolveReplyNakNoBinding": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxResolveReplyNakNotUnique": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxRegisterReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxRegisterAck": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxRegisterNakProhibited": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxRegisterNakInsufResources": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxRegisterNakAlreadyReg": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxPurgeReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxPurgeReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxPurgeReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxPurgeReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrUnrecognizedExtension": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrLoopDetected": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrProtoAddrUnreachable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrProtoError": {
                        "type": "string",
                        "example": "0"
                      },
                      "nhrpServerStatRxErrSduSizeExceeded": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrInvalidExtension": {
                        "type": "string",
                        "example": "1"
                      },
                      "nhrpServerStatRxErrInvalidResReplyReceived": {
                        "type": "string",
                        "example": "1"
                      },
                      "nhrpServerStatRxErrAuthenticationFailure": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatRxErrHopCountExceeded": {
                        "type": "string",
                        "example": "10"
                      },
                      "nhrpServerStatTxErrUnrecognizedExtension": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxErrLoopDetected": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxErrProtoAddrUnreachable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxErrProtoError": {
                        "type": "string",
                        "example": "0"
                      },
                      "nhrpServerStatTxErrSduSizeExceeded": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxErrInvalidExtension": {
                        "type": "string",
                        "example": "1"
                      },
                      "nhrpServerStatTxErrAuthenticationFailure": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatTxErrHopCountExceeded": {
                        "type": "string",
                        "example": "10"
                      },
                      "nhrpServerStatFwResolveReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwResolveReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwRegisterReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwRegisterReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwPurgeReq": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwPurgeReply": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "nhrpServerStatFwErrorIndication": {
                        "type": "string",
                        "example": "0"
                      },
                      "nhrpServerStatDiscontinuityTime": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "NHRP-MIB:nhrpServerStatEntry": [
                    {
                      "nhrpServerIndex": "configured-value",
                      "nhrpServerStatRxResolveReq": "configured-value",
                      "nhrpServerStatTxResolveReplyAck": "configured-value",
                      "nhrpServerStatTxResolveReplyNakProhibited": "configured-value",
                      "nhrpServerStatTxResolveReplyNakInsufResources": "configured-value",
                      "nhrpServerStatTxResolveReplyNakNoBinding": "configured-value",
                      "nhrpServerStatTxResolveReplyNakNotUnique": "configured-value",
                      "nhrpServerStatRxRegisterReq": "configured-value",
                      "nhrpServerStatTxRegisterAck": "configured-value",
                      "nhrpServerStatTxRegisterNakProhibited": "configured-value",
                      "nhrpServerStatTxRegisterNakInsufResources": "configured-value",
                      "nhrpServerStatTxRegisterNakAlreadyReg": "configured-value",
                      "nhrpServerStatRxPurgeReq": "configured-value",
                      "nhrpServerStatTxPurgeReq": "configured-value",
                      "nhrpServerStatRxPurgeReply": "configured-value",
                      "nhrpServerStatTxPurgeReply": "configured-value",
                      "nhrpServerStatRxErrUnrecognizedExtension": "configured-value",
                      "nhrpServerStatRxErrLoopDetected": "configured-value",
                      "nhrpServerStatRxErrProtoAddrUnreachable": "configured-value",
                      "nhrpServerStatRxErrProtoError": "0",
                      "nhrpServerStatRxErrSduSizeExceeded": "configured-value",
                      "nhrpServerStatRxErrInvalidExtension": "1",
                      "nhrpServerStatRxErrInvalidResReplyReceived": "1",
                      "nhrpServerStatRxErrAuthenticationFailure": "configured-value",
                      "nhrpServerStatRxErrHopCountExceeded": "10",
                      "nhrpServerStatTxErrUnrecognizedExtension": "configured-value",
                      "nhrpServerStatTxErrLoopDetected": "configured-value",
                      "nhrpServerStatTxErrProtoAddrUnreachable": "configured-value",
                      "nhrpServerStatTxErrProtoError": "0",
                      "nhrpServerStatTxErrSduSizeExceeded": "configured-value",
                      "nhrpServerStatTxErrInvalidExtension": "1",
                      "nhrpServerStatTxErrAuthenticationFailure": "configured-value",
                      "nhrpServerStatTxErrHopCountExceeded": "10",
                      "nhrpServerStatFwResolveReq": "configured-value",
                      "nhrpServerStatFwResolveReply": "configured-value",
                      "nhrpServerStatFwRegisterReq": "configured-value",
                      "nhrpServerStatFwRegisterReply": "configured-value",
                      "nhrpServerStatFwPurgeReq": "configured-value",
                      "nhrpServerStatFwPurgeReply": "configured-value",
                      "nhrpServerStatFwErrorIndication": "0",
                      "nhrpServerStatDiscontinuityTime": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerIndex": {
      "get": {
        "summary": "Get nhrpServerIndex",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerIndex",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxResolveReq": {
      "get": {
        "summary": "Get nhrpServerStatRxResolveReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxResolveReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxResolveReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxResolveReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxResolveReplyAck": {
      "get": {
        "summary": "Get nhrpServerStatTxResolveReplyAck",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxResolveReplyAck",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxResolveReplyAck": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxResolveReplyAck from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxResolveReplyNakProhibited": {
      "get": {
        "summary": "Get nhrpServerStatTxResolveReplyNakProhibited",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxResolveReplyNakProhibited",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxResolveReplyNakProhibited": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxResolveReplyNakProhibited from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxResolveReplyNakInsufResources": {
      "get": {
        "summary": "Get nhrpServerStatTxResolveReplyNakInsufResources",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxResolveReplyNakInsufResources",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxResolveReplyNakInsufResources": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxResolveReplyNakInsufResources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxResolveReplyNakNoBinding": {
      "get": {
        "summary": "Get nhrpServerStatTxResolveReplyNakNoBinding",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxResolveReplyNakNoBinding",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxResolveReplyNakNoBinding": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxResolveReplyNakNoBinding from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxResolveReplyNakNotUnique": {
      "get": {
        "summary": "Get nhrpServerStatTxResolveReplyNakNotUnique",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxResolveReplyNakNotUnique",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxResolveReplyNakNotUnique": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxResolveReplyNakNotUnique from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxRegisterReq": {
      "get": {
        "summary": "Get nhrpServerStatRxRegisterReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxRegisterReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxRegisterReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxRegisterReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxRegisterAck": {
      "get": {
        "summary": "Get nhrpServerStatTxRegisterAck",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxRegisterAck",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxRegisterAck": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxRegisterAck from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxRegisterNakProhibited": {
      "get": {
        "summary": "Get nhrpServerStatTxRegisterNakProhibited",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxRegisterNakProhibited",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxRegisterNakProhibited": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxRegisterNakProhibited from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxRegisterNakInsufResources": {
      "get": {
        "summary": "Get nhrpServerStatTxRegisterNakInsufResources",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxRegisterNakInsufResources",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxRegisterNakInsufResources": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxRegisterNakInsufResources from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxRegisterNakAlreadyReg": {
      "get": {
        "summary": "Get nhrpServerStatTxRegisterNakAlreadyReg",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxRegisterNakAlreadyReg",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxRegisterNakAlreadyReg": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxRegisterNakAlreadyReg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxPurgeReq": {
      "get": {
        "summary": "Get nhrpServerStatRxPurgeReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxPurgeReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxPurgeReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxPurgeReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxPurgeReq": {
      "get": {
        "summary": "Get nhrpServerStatTxPurgeReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxPurgeReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxPurgeReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxPurgeReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxPurgeReply": {
      "get": {
        "summary": "Get nhrpServerStatRxPurgeReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxPurgeReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxPurgeReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxPurgeReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxPurgeReply": {
      "get": {
        "summary": "Get nhrpServerStatTxPurgeReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxPurgeReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxPurgeReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxPurgeReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrUnrecognizedExtension": {
      "get": {
        "summary": "Get nhrpServerStatRxErrUnrecognizedExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrUnrecognizedExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrUnrecognizedExtension": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrUnrecognizedExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrLoopDetected": {
      "get": {
        "summary": "Get nhrpServerStatRxErrLoopDetected",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrLoopDetected",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrLoopDetected": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrLoopDetected from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrProtoAddrUnreachable": {
      "get": {
        "summary": "Get nhrpServerStatRxErrProtoAddrUnreachable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrProtoAddrUnreachable",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrProtoAddrUnreachable": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrProtoAddrUnreachable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrProtoError": {
      "get": {
        "summary": "Get nhrpServerStatRxErrProtoError",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrProtoError",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrProtoError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrProtoError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrSduSizeExceeded": {
      "get": {
        "summary": "Get nhrpServerStatRxErrSduSizeExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrSduSizeExceeded",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrSduSizeExceeded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrSduSizeExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrInvalidExtension": {
      "get": {
        "summary": "Get nhrpServerStatRxErrInvalidExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrInvalidExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrInvalidExtension": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrInvalidExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrInvalidResReplyReceived": {
      "get": {
        "summary": "Get nhrpServerStatRxErrInvalidResReplyReceived",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrInvalidResReplyReceived",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrInvalidResReplyReceived": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrInvalidResReplyReceived from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrAuthenticationFailure": {
      "get": {
        "summary": "Get nhrpServerStatRxErrAuthenticationFailure",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrAuthenticationFailure",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatRxErrAuthenticationFailure": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrAuthenticationFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatRxErrHopCountExceeded": {
      "get": {
        "summary": "Get nhrpServerStatRxErrHopCountExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatRxErrHopCountExceeded",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "NHRP-MIB:nhrpServerStatRxErrHopCountExceeded": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatRxErrHopCountExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrUnrecognizedExtension": {
      "get": {
        "summary": "Get nhrpServerStatTxErrUnrecognizedExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrUnrecognizedExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrUnrecognizedExtension": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrUnrecognizedExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrLoopDetected": {
      "get": {
        "summary": "Get nhrpServerStatTxErrLoopDetected",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrLoopDetected",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrLoopDetected": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrLoopDetected from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrProtoAddrUnreachable": {
      "get": {
        "summary": "Get nhrpServerStatTxErrProtoAddrUnreachable",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrProtoAddrUnreachable",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrProtoAddrUnreachable": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrProtoAddrUnreachable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrProtoError": {
      "get": {
        "summary": "Get nhrpServerStatTxErrProtoError",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrProtoError",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrProtoError": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrProtoError from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrSduSizeExceeded": {
      "get": {
        "summary": "Get nhrpServerStatTxErrSduSizeExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrSduSizeExceeded",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrSduSizeExceeded": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrSduSizeExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrInvalidExtension": {
      "get": {
        "summary": "Get nhrpServerStatTxErrInvalidExtension",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrInvalidExtension",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrInvalidExtension": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrInvalidExtension from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrAuthenticationFailure": {
      "get": {
        "summary": "Get nhrpServerStatTxErrAuthenticationFailure",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrAuthenticationFailure",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatTxErrAuthenticationFailure": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrAuthenticationFailure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatTxErrHopCountExceeded": {
      "get": {
        "summary": "Get nhrpServerStatTxErrHopCountExceeded",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatTxErrHopCountExceeded",
        "tags": [
          "NHRP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "NHRP-MIB:nhrpServerStatTxErrHopCountExceeded": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatTxErrHopCountExceeded from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwResolveReq": {
      "get": {
        "summary": "Get nhrpServerStatFwResolveReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwResolveReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwResolveReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwResolveReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwResolveReply": {
      "get": {
        "summary": "Get nhrpServerStatFwResolveReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwResolveReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwResolveReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwResolveReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwRegisterReq": {
      "get": {
        "summary": "Get nhrpServerStatFwRegisterReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwRegisterReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwRegisterReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwRegisterReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwRegisterReply": {
      "get": {
        "summary": "Get nhrpServerStatFwRegisterReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwRegisterReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwRegisterReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwRegisterReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwPurgeReq": {
      "get": {
        "summary": "Get nhrpServerStatFwPurgeReq",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwPurgeReq",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwPurgeReq": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwPurgeReq from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwPurgeReply": {
      "get": {
        "summary": "Get nhrpServerStatFwPurgeReply",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwPurgeReply",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwPurgeReply": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwPurgeReply from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatFwErrorIndication": {
      "get": {
        "summary": "Get nhrpServerStatFwErrorIndication",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatFwErrorIndication",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatFwErrorIndication": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatFwErrorIndication from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/NHRP-MIB:NHRP-MIB/nhrpServerStatTable/nhrpServerStatEntry/nhrpServerStatDiscontinuityTime": {
      "get": {
        "summary": "Get nhrpServerStatDiscontinuityTime",
        "operationId": "get-NHRP-MIB:NHRP-MIB-nhrpServerStatTable-nhrpServerStatEntry-nhrpServerStatDiscontinuityTime",
        "tags": [
          "NHRP-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": {
                  "NHRP-MIB:nhrpServerStatDiscontinuityTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve nhrpServerStatDiscontinuityTime 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": []
    }
  ]
}
