{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - OSPF-MIB",
    "description": "MIB data from `OSPF-MIB` module.\n\n**Root containers:** 1 (OSPF-MIB)\n**Paths:** 199 | **Descendants:** 198\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": "OSPF-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/OSPF-MIB:OSPF-MIB": {
      "get": {
        "summary": "Get OSPF-MIB",
        "operationId": "get-OSPF-MIB:OSPF-MIB",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfGeneralGroup": {
                      "type": "object",
                      "properties": {
                        "ospfRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfAdminStat": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVersionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfAreaBdrRtrStatus": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfASBdrRtrStatus": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfExternLsaCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfExternLsaCksumSum": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfTOSSupport": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfOriginateNewLsas": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfRxNewLsas": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfExtLsdbLimit": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfMulticastExtensions": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfExitOverflowInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfDemandExtensions": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfRFC1583Compatibility": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfOpaqueLsaSupport": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfReferenceBandwidth": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfRestartSupport": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfRestartInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfRestartStrictLsaChecking": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfRestartStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfRestartAge": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfRestartExitReason": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAsLsaCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfAsLsaCksumSum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfStubRouterSupport": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfStubRouterAdvertisement": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfDiscontinuityTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfAreaTable": {
                      "type": "object",
                      "properties": {
                        "ospfAreaEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ospfAreaId": {
                                "type": "string",
                                "example": "1"
                              },
                              "ospfAuthType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfImportAsExtern": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfSpfRuns": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfAreaBdrRtrCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "ospfAsBdrRtrCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "ospfAreaLsaCount": {
                                "type": "string",
                                "example": "10"
                              },
                              "ospfAreaLsaCksumSum": {
                                "type": "integer",
                                "example": 1
                              },
                              "ospfAreaSummary": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfAreaStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ospfAreaNssaTranslatorRole": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfAreaNssaTranslatorState": {
                                "type": "string",
                                "example": "Full"
                              },
                              "ospfAreaNssaTranslatorStabilityInterval": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ospfAreaNssaTranslatorEvents": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfStubAreaTable": {
                      "type": "object",
                      "properties": {
                        "ospfStubAreaEntry": {
                          "type": "object",
                          "properties": {
                            "ospfStubAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfStubTOS": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfStubMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfStubStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfStubMetricType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfLsdbTable": {
                      "type": "object",
                      "properties": {
                        "ospfLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "ospfLsdbAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLsdbChecksum": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfAreaRangeTable": {
                      "type": "object",
                      "properties": {
                        "ospfAreaRangeEntry": {
                          "type": "object",
                          "properties": {
                            "ospfAreaRangeAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfAreaRangeNet": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaRangeMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaRangeStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfAreaRangeEffect": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfHostTable": {
                      "type": "object",
                      "properties": {
                        "ospfHostEntry": {
                          "type": "object",
                          "properties": {
                            "ospfHostIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfHostTOS": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfHostMetric": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfHostStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfHostCfgAreaID": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfIfTable": {
                      "type": "object",
                      "properties": {
                        "ospfIfEntry": {
                          "type": "object",
                          "properties": {
                            "ospfIfIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfAddressLessIf": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfIfAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfIfType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfAdminStat": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfRtrPriority": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfTransitDelay": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfRetransInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfHelloInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfRtrDeadInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfPollInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "ospfIfDesignatedRouter": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfBackupDesignatedRouter": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfAuthKey": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "ospfIfStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfIfMulticastForwarding": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfDemand": {
                              "type": "boolean",
                              "example": true
                            },
                            "ospfIfAuthType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfLsaCount": {
                              "type": "string",
                              "example": "10"
                            },
                            "ospfIfLsaCksumSum": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ospfIfDesignatedRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfIfBackupDesignatedRouterId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfIfMetricTable": {
                      "type": "object",
                      "properties": {
                        "ospfIfMetricEntry": {
                          "type": "object",
                          "properties": {
                            "ospfIfMetricIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfIfMetricAddressLessIf": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfIfMetricTOS": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfMetricValue": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfIfMetricStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfVirtIfTable": {
                      "type": "object",
                      "properties": {
                        "ospfVirtIfEntry": {
                          "type": "object",
                          "properties": {
                            "ospfVirtIfAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtIfNeighbor": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfTransitDelay": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfRetransInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfHelloInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfRtrDeadInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "ospfVirtIfEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfAuthKey": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "ospfVirtIfStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfVirtIfAuthType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtIfLsaCount": {
                              "type": "string",
                              "example": "10"
                            },
                            "ospfVirtIfLsaCksumSum": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfNbrTable": {
                      "type": "object",
                      "properties": {
                        "ospfNbrEntry": {
                          "type": "object",
                          "properties": {
                            "ospfNbrIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbrAddressLessIndex": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfNbrOptions": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfNbrPriority": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbrState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "ospfNbrEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbrLsRetransQLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbmaNbrStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfNbmaNbrPermanence": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbrHelloSuppressed": {
                              "type": "boolean",
                              "example": true
                            },
                            "ospfNbrRestartHelperStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfNbrRestartHelperAge": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ospfNbrRestartHelperExitReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfVirtNbrTable": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrEntry": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtNbrIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrOptions": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfVirtNbrState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "ospfVirtNbrEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrLsRetransQLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrHelloSuppressed": {
                              "type": "boolean",
                              "example": true
                            },
                            "ospfVirtNbrRestartHelperStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfVirtNbrRestartHelperAge": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ospfVirtNbrRestartHelperExitReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfAreaAggregateTable": {
                      "type": "object",
                      "properties": {
                        "ospfAreaAggregateEntry": {
                          "type": "object",
                          "properties": {
                            "ospfAreaAggregateAreaID": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfAreaAggregateLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaAggregateNet": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaAggregateMask": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaAggregateStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ospfAreaAggregateEffect": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAreaAggregateExtRouteTag": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfLocalLsdbTable": {
                      "type": "object",
                      "properties": {
                        "ospfLocalLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "ospfLocalLsdbIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfLocalLsdbAddressLessIf": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfLocalLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfLocalLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLocalLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLocalLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLocalLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLocalLsdbChecksum": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfLocalLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfVirtLocalLsdbTable": {
                      "type": "object",
                      "properties": {
                        "ospfVirtLocalLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "ospfVirtLocalLsdbTransitArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtLocalLsdbNeighbor": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtLocalLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtLocalLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtLocalLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtLocalLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfVirtLocalLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfVirtLocalLsdbChecksum": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfVirtLocalLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfAsLsdbTable": {
                      "type": "object",
                      "properties": {
                        "ospfAsLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "ospfAsLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfAsLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfAsLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfAsLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfAsLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfAsLsdbChecksum": {
                              "type": "integer",
                              "example": 1
                            },
                            "ospfAsLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ospfAreaLsaCountTable": {
                      "type": "object",
                      "properties": {
                        "ospfAreaLsaCountEntry": {
                          "type": "object",
                          "properties": {
                            "ospfAreaLsaCountAreaId": {
                              "type": "string",
                              "example": "10"
                            },
                            "ospfAreaLsaCountLsaType": {
                              "type": "string",
                              "example": "10"
                            },
                            "ospfAreaLsaCountNumber": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": 10
                        }
                      },
                      "example": 10
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:OSPF-MIB": {
                    "ospfGeneralGroup": {
                      "ospfRouterId": "1",
                      "ospfAdminStat": "configured-value",
                      "ospfVersionNumber": "default",
                      "ospfAreaBdrRtrStatus": true,
                      "ospfASBdrRtrStatus": true,
                      "ospfExternLsaCount": "10",
                      "ospfExternLsaCksumSum": 1,
                      "ospfTOSSupport": true,
                      "ospfOriginateNewLsas": "configured-value",
                      "ospfRxNewLsas": "configured-value",
                      "ospfExtLsdbLimit": 1,
                      "ospfMulticastExtensions": 1,
                      "ospfExitOverflowInterval": "configured-value",
                      "ospfDemandExtensions": true,
                      "ospfRFC1583Compatibility": true,
                      "ospfOpaqueLsaSupport": true,
                      "ospfReferenceBandwidth": 1,
                      "ospfRestartSupport": "default",
                      "ospfRestartInterval": 1,
                      "ospfRestartStrictLsaChecking": true,
                      "ospfRestartStatus": "default",
                      "ospfRestartAge": 1,
                      "ospfRestartExitReason": "default",
                      "ospfAsLsaCount": "10",
                      "ospfAsLsaCksumSum": 1,
                      "ospfStubRouterSupport": true,
                      "ospfStubRouterAdvertisement": "default",
                      "ospfDiscontinuityTime": "10:30:45"
                    },
                    "ospfAreaTable": {
                      "ospfAreaEntry": [
                        {
                          "ospfAreaId": "1",
                          "ospfAuthType": "configured-value",
                          "ospfImportAsExtern": "default",
                          "ospfSpfRuns": "configured-value",
                          "ospfAreaBdrRtrCount": "10",
                          "ospfAsBdrRtrCount": "10",
                          "ospfAreaLsaCount": "10",
                          "ospfAreaLsaCksumSum": 1,
                          "ospfAreaSummary": "default",
                          "ospfAreaStatus": "active",
                          "ospfAreaNssaTranslatorRole": "default",
                          "ospfAreaNssaTranslatorState": "default",
                          "ospfAreaNssaTranslatorStabilityInterval": "configured-value",
                          "ospfAreaNssaTranslatorEvents": "configured-value"
                        }
                      ]
                    },
                    "ospfStubAreaTable": {
                      "ospfStubAreaEntry": {
                        "ospfStubAreaId": "1",
                        "ospfStubTOS": "configured-value",
                        "ospfStubMetric": "configured-value",
                        "ospfStubStatus": "active",
                        "ospfStubMetricType": "default"
                      }
                    },
                    "ospfLsdbTable": {
                      "ospfLsdbEntry": {
                        "ospfLsdbAreaId": "1",
                        "ospfLsdbType": "default",
                        "ospfLsdbLsid": "1",
                        "ospfLsdbRouterId": "1",
                        "ospfLsdbSequence": 1,
                        "ospfLsdbAge": 1,
                        "ospfLsdbChecksum": 1,
                        "ospfLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "ospfAreaRangeTable": {
                      "ospfAreaRangeEntry": {
                        "ospfAreaRangeAreaId": "1",
                        "ospfAreaRangeNet": "configured-value",
                        "ospfAreaRangeMask": "configured-value",
                        "ospfAreaRangeStatus": "active",
                        "ospfAreaRangeEffect": "default"
                      }
                    },
                    "ospfHostTable": {
                      "ospfHostEntry": {
                        "ospfHostIpAddress": "10.1.1.1",
                        "ospfHostTOS": "configured-value",
                        "ospfHostMetric": "configured-value",
                        "ospfHostStatus": "active",
                        "ospfHostCfgAreaID": "1"
                      }
                    },
                    "ospfIfTable": {
                      "ospfIfEntry": {
                        "ospfIfIpAddress": "10.1.1.1",
                        "ospfAddressLessIf": "10.1.1.1",
                        "ospfIfAreaId": "1",
                        "ospfIfType": "default",
                        "ospfIfAdminStat": "configured-value",
                        "ospfIfRtrPriority": "configured-value",
                        "ospfIfTransitDelay": "configured-value",
                        "ospfIfRetransInterval": "configured-value",
                        "ospfIfHelloInterval": "configured-value",
                        "ospfIfRtrDeadInterval": "configured-value",
                        "ospfIfPollInterval": "configured-value",
                        "ospfIfState": "default",
                        "ospfIfDesignatedRouter": "configured-value",
                        "ospfIfBackupDesignatedRouter": "configured-value",
                        "ospfIfEvents": "configured-value",
                        "ospfIfAuthKey": "QmFzZTY0",
                        "ospfIfStatus": "active",
                        "ospfIfMulticastForwarding": "default",
                        "ospfIfDemand": true,
                        "ospfIfAuthType": "configured-value",
                        "ospfIfLsaCount": "10",
                        "ospfIfLsaCksumSum": 1,
                        "ospfIfDesignatedRouterId": "1",
                        "ospfIfBackupDesignatedRouterId": "1"
                      }
                    },
                    "ospfIfMetricTable": {
                      "ospfIfMetricEntry": {
                        "ospfIfMetricIpAddress": "10.1.1.1",
                        "ospfIfMetricAddressLessIf": "10.1.1.1",
                        "ospfIfMetricTOS": "configured-value",
                        "ospfIfMetricValue": "configured-value",
                        "ospfIfMetricStatus": "active"
                      }
                    },
                    "ospfVirtIfTable": {
                      "ospfVirtIfEntry": {
                        "ospfVirtIfAreaId": "1",
                        "ospfVirtIfNeighbor": "configured-value",
                        "ospfVirtIfTransitDelay": "configured-value",
                        "ospfVirtIfRetransInterval": "configured-value",
                        "ospfVirtIfHelloInterval": "configured-value",
                        "ospfVirtIfRtrDeadInterval": "configured-value",
                        "ospfVirtIfState": "default",
                        "ospfVirtIfEvents": "configured-value",
                        "ospfVirtIfAuthKey": "QmFzZTY0",
                        "ospfVirtIfStatus": "active",
                        "ospfVirtIfAuthType": "configured-value",
                        "ospfVirtIfLsaCount": "10",
                        "ospfVirtIfLsaCksumSum": 1
                      }
                    },
                    "ospfNbrTable": {
                      "ospfNbrEntry": {
                        "ospfNbrIpAddr": "configured-value",
                        "ospfNbrAddressLessIndex": "10.1.1.1",
                        "ospfNbrRtrId": "1",
                        "ospfNbrOptions": 1,
                        "ospfNbrPriority": "configured-value",
                        "ospfNbrState": "default",
                        "ospfNbrEvents": "configured-value",
                        "ospfNbrLsRetransQLen": "configured-value",
                        "ospfNbmaNbrStatus": "active",
                        "ospfNbmaNbrPermanence": "default",
                        "ospfNbrHelloSuppressed": true,
                        "ospfNbrRestartHelperStatus": "default",
                        "ospfNbrRestartHelperAge": 1,
                        "ospfNbrRestartHelperExitReason": "default"
                      }
                    },
                    "ospfVirtNbrTable": {
                      "ospfVirtNbrEntry": {
                        "ospfVirtNbrArea": "configured-value",
                        "ospfVirtNbrRtrId": "1",
                        "ospfVirtNbrIpAddr": "configured-value",
                        "ospfVirtNbrOptions": 1,
                        "ospfVirtNbrState": "default",
                        "ospfVirtNbrEvents": "configured-value",
                        "ospfVirtNbrLsRetransQLen": "configured-value",
                        "ospfVirtNbrHelloSuppressed": true,
                        "ospfVirtNbrRestartHelperStatus": "default",
                        "ospfVirtNbrRestartHelperAge": 1,
                        "ospfVirtNbrRestartHelperExitReason": "default"
                      }
                    },
                    "ospfAreaAggregateTable": {
                      "ospfAreaAggregateEntry": {
                        "ospfAreaAggregateAreaID": "1",
                        "ospfAreaAggregateLsdbType": "default",
                        "ospfAreaAggregateNet": "configured-value",
                        "ospfAreaAggregateMask": "configured-value",
                        "ospfAreaAggregateStatus": "active",
                        "ospfAreaAggregateEffect": "default",
                        "ospfAreaAggregateExtRouteTag": 1
                      }
                    },
                    "ospfLocalLsdbTable": {
                      "ospfLocalLsdbEntry": {
                        "ospfLocalLsdbIpAddress": "10.1.1.1",
                        "ospfLocalLsdbAddressLessIf": "10.1.1.1",
                        "ospfLocalLsdbType": "default",
                        "ospfLocalLsdbLsid": "1",
                        "ospfLocalLsdbRouterId": "1",
                        "ospfLocalLsdbSequence": 1,
                        "ospfLocalLsdbAge": 1,
                        "ospfLocalLsdbChecksum": 1,
                        "ospfLocalLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "ospfVirtLocalLsdbTable": {
                      "ospfVirtLocalLsdbEntry": {
                        "ospfVirtLocalLsdbTransitArea": "configured-value",
                        "ospfVirtLocalLsdbNeighbor": "configured-value",
                        "ospfVirtLocalLsdbType": "default",
                        "ospfVirtLocalLsdbLsid": "1",
                        "ospfVirtLocalLsdbRouterId": "1",
                        "ospfVirtLocalLsdbSequence": 1,
                        "ospfVirtLocalLsdbAge": 1,
                        "ospfVirtLocalLsdbChecksum": 1,
                        "ospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "ospfAsLsdbTable": {
                      "ospfAsLsdbEntry": {
                        "ospfAsLsdbType": "default",
                        "ospfAsLsdbLsid": "1",
                        "ospfAsLsdbRouterId": "1",
                        "ospfAsLsdbSequence": 1,
                        "ospfAsLsdbAge": 1,
                        "ospfAsLsdbChecksum": 1,
                        "ospfAsLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "ospfAreaLsaCountTable": {
                      "ospfAreaLsaCountEntry": {
                        "ospfAreaLsaCountAreaId": "10",
                        "ospfAreaLsaCountLsaType": "default",
                        "ospfAreaLsaCountNumber": "10"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve OSPF-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup": {
      "get": {
        "summary": "Get ospfGeneralGroup",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfAdminStat": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVersionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfAreaBdrRtrStatus": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfASBdrRtrStatus": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfExternLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfExternLsaCksumSum": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfTOSSupport": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfOriginateNewLsas": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfRxNewLsas": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfExtLsdbLimit": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfMulticastExtensions": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfExitOverflowInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfDemandExtensions": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfRFC1583Compatibility": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfOpaqueLsaSupport": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfReferenceBandwidth": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfRestartSupport": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfRestartInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfRestartStrictLsaChecking": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfRestartStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfRestartAge": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfRestartExitReason": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAsLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfAsLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfStubRouterSupport": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfStubRouterAdvertisement": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfDiscontinuityTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfGeneralGroup": {
                    "ospfRouterId": "1",
                    "ospfAdminStat": "configured-value",
                    "ospfVersionNumber": "default",
                    "ospfAreaBdrRtrStatus": true,
                    "ospfASBdrRtrStatus": true,
                    "ospfExternLsaCount": "10",
                    "ospfExternLsaCksumSum": 1,
                    "ospfTOSSupport": true,
                    "ospfOriginateNewLsas": "configured-value",
                    "ospfRxNewLsas": "configured-value",
                    "ospfExtLsdbLimit": 1,
                    "ospfMulticastExtensions": 1,
                    "ospfExitOverflowInterval": "configured-value",
                    "ospfDemandExtensions": true,
                    "ospfRFC1583Compatibility": true,
                    "ospfOpaqueLsaSupport": true,
                    "ospfReferenceBandwidth": 1,
                    "ospfRestartSupport": "default",
                    "ospfRestartInterval": 1,
                    "ospfRestartStrictLsaChecking": true,
                    "ospfRestartStatus": "default",
                    "ospfRestartAge": 1,
                    "ospfRestartExitReason": "default",
                    "ospfAsLsaCount": "10",
                    "ospfAsLsaCksumSum": 1,
                    "ospfStubRouterSupport": true,
                    "ospfStubRouterAdvertisement": "default",
                    "ospfDiscontinuityTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfGeneralGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRouterId": {
      "get": {
        "summary": "Get ospfRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfAdminStat": {
      "get": {
        "summary": "Get ospfAdminStat",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfAdminStat",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAdminStat": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAdminStat from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfVersionNumber": {
      "get": {
        "summary": "Get ospfVersionNumber",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfVersionNumber",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVersionNumber": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVersionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfAreaBdrRtrStatus": {
      "get": {
        "summary": "Get ospfAreaBdrRtrStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfAreaBdrRtrStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaBdrRtrStatus": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaBdrRtrStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfASBdrRtrStatus": {
      "get": {
        "summary": "Get ospfASBdrRtrStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfASBdrRtrStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfASBdrRtrStatus": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfASBdrRtrStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfExternLsaCount": {
      "get": {
        "summary": "Get ospfExternLsaCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfExternLsaCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfExternLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfExternLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfExternLsaCksumSum": {
      "get": {
        "summary": "Get ospfExternLsaCksumSum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfExternLsaCksumSum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfExternLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfExternLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfTOSSupport": {
      "get": {
        "summary": "Get ospfTOSSupport",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfTOSSupport",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfTOSSupport": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfTOSSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfOriginateNewLsas": {
      "get": {
        "summary": "Get ospfOriginateNewLsas",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfOriginateNewLsas",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfOriginateNewLsas": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfOriginateNewLsas from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRxNewLsas": {
      "get": {
        "summary": "Get ospfRxNewLsas",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRxNewLsas",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRxNewLsas": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRxNewLsas from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfExtLsdbLimit": {
      "get": {
        "summary": "Get ospfExtLsdbLimit",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfExtLsdbLimit",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfExtLsdbLimit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfExtLsdbLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfMulticastExtensions": {
      "get": {
        "summary": "Get ospfMulticastExtensions",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfMulticastExtensions",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfMulticastExtensions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfMulticastExtensions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfExitOverflowInterval": {
      "get": {
        "summary": "Get ospfExitOverflowInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfExitOverflowInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfExitOverflowInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfExitOverflowInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfDemandExtensions": {
      "get": {
        "summary": "Get ospfDemandExtensions",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfDemandExtensions",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfDemandExtensions": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfDemandExtensions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRFC1583Compatibility": {
      "get": {
        "summary": "Get ospfRFC1583Compatibility",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRFC1583Compatibility",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRFC1583Compatibility": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRFC1583Compatibility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfOpaqueLsaSupport": {
      "get": {
        "summary": "Get ospfOpaqueLsaSupport",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfOpaqueLsaSupport",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfOpaqueLsaSupport": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfOpaqueLsaSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfReferenceBandwidth": {
      "get": {
        "summary": "Get ospfReferenceBandwidth",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfReferenceBandwidth",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfReferenceBandwidth": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfReferenceBandwidth from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartSupport": {
      "get": {
        "summary": "Get ospfRestartSupport",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartSupport",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartSupport": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartInterval": {
      "get": {
        "summary": "Get ospfRestartInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartStrictLsaChecking": {
      "get": {
        "summary": "Get ospfRestartStrictLsaChecking",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartStrictLsaChecking",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartStrictLsaChecking": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartStrictLsaChecking from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartStatus": {
      "get": {
        "summary": "Get ospfRestartStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartAge": {
      "get": {
        "summary": "Get ospfRestartAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfRestartExitReason": {
      "get": {
        "summary": "Get ospfRestartExitReason",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfRestartExitReason",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfRestartExitReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfAsLsaCount": {
      "get": {
        "summary": "Get ospfAsLsaCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfAsLsaCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfAsLsaCksumSum": {
      "get": {
        "summary": "Get ospfAsLsaCksumSum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfAsLsaCksumSum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfStubRouterSupport": {
      "get": {
        "summary": "Get ospfStubRouterSupport",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfStubRouterSupport",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubRouterSupport": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubRouterSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfStubRouterAdvertisement": {
      "get": {
        "summary": "Get ospfStubRouterAdvertisement",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfStubRouterAdvertisement",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubRouterAdvertisement": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubRouterAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfGeneralGroup/ospfDiscontinuityTime": {
      "get": {
        "summary": "Get ospfDiscontinuityTime",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfGeneralGroup-ospfDiscontinuityTime",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfDiscontinuityTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfDiscontinuityTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable": {
      "get": {
        "summary": "Get ospfAreaTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ospfAreaId": {
                            "type": "string",
                            "example": "1"
                          },
                          "ospfAuthType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfImportAsExtern": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfSpfRuns": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfAreaBdrRtrCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "ospfAsBdrRtrCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "ospfAreaLsaCount": {
                            "type": "string",
                            "example": "10"
                          },
                          "ospfAreaLsaCksumSum": {
                            "type": "integer",
                            "example": 1
                          },
                          "ospfAreaSummary": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfAreaStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ospfAreaNssaTranslatorRole": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfAreaNssaTranslatorState": {
                            "type": "string",
                            "example": "Full"
                          },
                          "ospfAreaNssaTranslatorStabilityInterval": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ospfAreaNssaTranslatorEvents": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaTable": {
                    "ospfAreaEntry": [
                      {
                        "ospfAreaId": "1",
                        "ospfAuthType": "configured-value",
                        "ospfImportAsExtern": "default",
                        "ospfSpfRuns": "configured-value",
                        "ospfAreaBdrRtrCount": "10",
                        "ospfAsBdrRtrCount": "10",
                        "ospfAreaLsaCount": "10",
                        "ospfAreaLsaCksumSum": 1,
                        "ospfAreaSummary": "default",
                        "ospfAreaStatus": "active",
                        "ospfAreaNssaTranslatorRole": "default",
                        "ospfAreaNssaTranslatorState": "default",
                        "ospfAreaNssaTranslatorStabilityInterval": "configured-value",
                        "ospfAreaNssaTranslatorEvents": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry": {
      "get": {
        "summary": "Get ospfAreaEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry",
        "tags": [
          "OSPF-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": {
                      "ospfAreaId": {
                        "type": "string",
                        "example": "1"
                      },
                      "ospfAuthType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfImportAsExtern": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfSpfRuns": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfAreaBdrRtrCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "ospfAsBdrRtrCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "ospfAreaLsaCount": {
                        "type": "string",
                        "example": "10"
                      },
                      "ospfAreaLsaCksumSum": {
                        "type": "integer",
                        "example": 1
                      },
                      "ospfAreaSummary": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfAreaStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ospfAreaNssaTranslatorRole": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfAreaNssaTranslatorState": {
                        "type": "string",
                        "example": "Full"
                      },
                      "ospfAreaNssaTranslatorStabilityInterval": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ospfAreaNssaTranslatorEvents": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaEntry": [
                    {
                      "ospfAreaId": "1",
                      "ospfAuthType": "configured-value",
                      "ospfImportAsExtern": "default",
                      "ospfSpfRuns": "configured-value",
                      "ospfAreaBdrRtrCount": "10",
                      "ospfAsBdrRtrCount": "10",
                      "ospfAreaLsaCount": "10",
                      "ospfAreaLsaCksumSum": 1,
                      "ospfAreaSummary": "default",
                      "ospfAreaStatus": "active",
                      "ospfAreaNssaTranslatorRole": "default",
                      "ospfAreaNssaTranslatorState": "default",
                      "ospfAreaNssaTranslatorStabilityInterval": "configured-value",
                      "ospfAreaNssaTranslatorEvents": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaId": {
      "get": {
        "summary": "Get ospfAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAuthType": {
      "get": {
        "summary": "Get ospfAuthType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAuthType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAuthType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAuthType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfImportAsExtern": {
      "get": {
        "summary": "Get ospfImportAsExtern",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfImportAsExtern",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfImportAsExtern": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfImportAsExtern from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfSpfRuns": {
      "get": {
        "summary": "Get ospfSpfRuns",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfSpfRuns",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfSpfRuns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfSpfRuns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaBdrRtrCount": {
      "get": {
        "summary": "Get ospfAreaBdrRtrCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaBdrRtrCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaBdrRtrCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaBdrRtrCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAsBdrRtrCount": {
      "get": {
        "summary": "Get ospfAsBdrRtrCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAsBdrRtrCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsBdrRtrCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsBdrRtrCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaLsaCount": {
      "get": {
        "summary": "Get ospfAreaLsaCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaLsaCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaLsaCksumSum": {
      "get": {
        "summary": "Get ospfAreaLsaCksumSum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaLsaCksumSum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaSummary": {
      "get": {
        "summary": "Get ospfAreaSummary",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaSummary",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaSummary": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaSummary from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaStatus": {
      "get": {
        "summary": "Get ospfAreaStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaNssaTranslatorRole": {
      "get": {
        "summary": "Get ospfAreaNssaTranslatorRole",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaNssaTranslatorRole",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaNssaTranslatorRole": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaNssaTranslatorRole from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaNssaTranslatorState": {
      "get": {
        "summary": "Get ospfAreaNssaTranslatorState",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaNssaTranslatorState",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-MIB:ospfAreaNssaTranslatorState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaNssaTranslatorState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaNssaTranslatorStabilityInterval": {
      "get": {
        "summary": "Get ospfAreaNssaTranslatorStabilityInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaNssaTranslatorStabilityInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaNssaTranslatorStabilityInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaNssaTranslatorStabilityInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaTable/ospfAreaEntry/ospfAreaNssaTranslatorEvents": {
      "get": {
        "summary": "Get ospfAreaNssaTranslatorEvents",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaTable-ospfAreaEntry-ospfAreaNssaTranslatorEvents",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaNssaTranslatorEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaNssaTranslatorEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable": {
      "get": {
        "summary": "Get ospfStubAreaTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfStubAreaEntry": {
                      "type": "object",
                      "properties": {
                        "ospfStubAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfStubTOS": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfStubMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfStubStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfStubMetricType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfStubAreaTable": {
                    "ospfStubAreaEntry": {
                      "ospfStubAreaId": "1",
                      "ospfStubTOS": "configured-value",
                      "ospfStubMetric": "configured-value",
                      "ospfStubStatus": "active",
                      "ospfStubMetricType": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubAreaTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry": {
      "get": {
        "summary": "Get ospfStubAreaEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfStubAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfStubTOS": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfStubMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfStubStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfStubMetricType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfStubAreaEntry": {
                    "ospfStubAreaId": "1",
                    "ospfStubTOS": "configured-value",
                    "ospfStubMetric": "configured-value",
                    "ospfStubStatus": "active",
                    "ospfStubMetricType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubAreaEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry/ospfStubAreaId": {
      "get": {
        "summary": "Get ospfStubAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry-ospfStubAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry/ospfStubTOS": {
      "get": {
        "summary": "Get ospfStubTOS",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry-ospfStubTOS",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubTOS": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubTOS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry/ospfStubMetric": {
      "get": {
        "summary": "Get ospfStubMetric",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry-ospfStubMetric",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubMetric": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry/ospfStubStatus": {
      "get": {
        "summary": "Get ospfStubStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry-ospfStubStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfStubAreaTable/ospfStubAreaEntry/ospfStubMetricType": {
      "get": {
        "summary": "Get ospfStubMetricType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfStubAreaTable-ospfStubAreaEntry-ospfStubMetricType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfStubMetricType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfStubMetricType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable": {
      "get": {
        "summary": "Get ospfLsdbTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "ospfLsdbAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLsdbChecksum": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLsdbTable": {
                    "ospfLsdbEntry": {
                      "ospfLsdbAreaId": "1",
                      "ospfLsdbType": "default",
                      "ospfLsdbLsid": "1",
                      "ospfLsdbRouterId": "1",
                      "ospfLsdbSequence": 1,
                      "ospfLsdbAge": 1,
                      "ospfLsdbChecksum": 1,
                      "ospfLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry": {
      "get": {
        "summary": "Get ospfLsdbEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLsdbAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLsdbChecksum": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLsdbEntry": {
                    "ospfLsdbAreaId": "1",
                    "ospfLsdbType": "default",
                    "ospfLsdbLsid": "1",
                    "ospfLsdbRouterId": "1",
                    "ospfLsdbSequence": 1,
                    "ospfLsdbAge": 1,
                    "ospfLsdbChecksum": 1,
                    "ospfLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbLsid",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbSequence": {
      "get": {
        "summary": "Get ospfLsdbSequence",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbSequence",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbAge": {
      "get": {
        "summary": "Get ospfLsdbAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbChecksum": {
      "get": {
        "summary": "Get ospfLsdbChecksum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbChecksum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLsdbTable/ospfLsdbEntry/ospfLsdbAdvertisement": {
      "get": {
        "summary": "Get ospfLsdbAdvertisement",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLsdbTable-ospfLsdbEntry-ospfLsdbAdvertisement",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable": {
      "get": {
        "summary": "Get ospfAreaRangeTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaRangeEntry": {
                      "type": "object",
                      "properties": {
                        "ospfAreaRangeAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfAreaRangeNet": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaRangeMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaRangeStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfAreaRangeEffect": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaRangeTable": {
                    "ospfAreaRangeEntry": {
                      "ospfAreaRangeAreaId": "1",
                      "ospfAreaRangeNet": "configured-value",
                      "ospfAreaRangeMask": "configured-value",
                      "ospfAreaRangeStatus": "active",
                      "ospfAreaRangeEffect": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry": {
      "get": {
        "summary": "Get ospfAreaRangeEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaRangeAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfAreaRangeNet": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaRangeMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaRangeStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfAreaRangeEffect": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaRangeEntry": {
                    "ospfAreaRangeAreaId": "1",
                    "ospfAreaRangeNet": "configured-value",
                    "ospfAreaRangeMask": "configured-value",
                    "ospfAreaRangeStatus": "active",
                    "ospfAreaRangeEffect": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry/ospfAreaRangeAreaId": {
      "get": {
        "summary": "Get ospfAreaRangeAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry-ospfAreaRangeAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaRangeAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry/ospfAreaRangeNet": {
      "get": {
        "summary": "Get ospfAreaRangeNet",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry-ospfAreaRangeNet",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaRangeNet": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeNet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry/ospfAreaRangeMask": {
      "get": {
        "summary": "Get ospfAreaRangeMask",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry-ospfAreaRangeMask",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaRangeMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry/ospfAreaRangeStatus": {
      "get": {
        "summary": "Get ospfAreaRangeStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry-ospfAreaRangeStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaRangeStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaRangeTable/ospfAreaRangeEntry/ospfAreaRangeEffect": {
      "get": {
        "summary": "Get ospfAreaRangeEffect",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaRangeTable-ospfAreaRangeEntry-ospfAreaRangeEffect",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaRangeEffect": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaRangeEffect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable": {
      "get": {
        "summary": "Get ospfHostTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfHostEntry": {
                      "type": "object",
                      "properties": {
                        "ospfHostIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfHostTOS": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfHostMetric": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfHostStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfHostCfgAreaID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfHostTable": {
                    "ospfHostEntry": {
                      "ospfHostIpAddress": "10.1.1.1",
                      "ospfHostTOS": "configured-value",
                      "ospfHostMetric": "configured-value",
                      "ospfHostStatus": "active",
                      "ospfHostCfgAreaID": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry": {
      "get": {
        "summary": "Get ospfHostEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfHostIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfHostTOS": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfHostMetric": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfHostStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfHostCfgAreaID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfHostEntry": {
                    "ospfHostIpAddress": "10.1.1.1",
                    "ospfHostTOS": "configured-value",
                    "ospfHostMetric": "configured-value",
                    "ospfHostStatus": "active",
                    "ospfHostCfgAreaID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry/ospfHostIpAddress": {
      "get": {
        "summary": "Get ospfHostIpAddress",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry-ospfHostIpAddress",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfHostIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry/ospfHostTOS": {
      "get": {
        "summary": "Get ospfHostTOS",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry-ospfHostTOS",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfHostTOS": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostTOS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry/ospfHostMetric": {
      "get": {
        "summary": "Get ospfHostMetric",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry-ospfHostMetric",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfHostMetric": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry/ospfHostStatus": {
      "get": {
        "summary": "Get ospfHostStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry-ospfHostStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfHostStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfHostTable/ospfHostEntry/ospfHostCfgAreaID": {
      "get": {
        "summary": "Get ospfHostCfgAreaID",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfHostTable-ospfHostEntry-ospfHostCfgAreaID",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfHostCfgAreaID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfHostCfgAreaID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable": {
      "get": {
        "summary": "Get ospfIfTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfIfEntry": {
                      "type": "object",
                      "properties": {
                        "ospfIfIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfAddressLessIf": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfIfAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfIfType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfAdminStat": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfRtrPriority": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfTransitDelay": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfRetransInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfHelloInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfRtrDeadInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfPollInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "ospfIfDesignatedRouter": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfBackupDesignatedRouter": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfAuthKey": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "ospfIfStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfIfMulticastForwarding": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfDemand": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfIfAuthType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfLsaCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfIfLsaCksumSum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfIfDesignatedRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfIfBackupDesignatedRouterId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfIfTable": {
                    "ospfIfEntry": {
                      "ospfIfIpAddress": "10.1.1.1",
                      "ospfAddressLessIf": "10.1.1.1",
                      "ospfIfAreaId": "1",
                      "ospfIfType": "default",
                      "ospfIfAdminStat": "configured-value",
                      "ospfIfRtrPriority": "configured-value",
                      "ospfIfTransitDelay": "configured-value",
                      "ospfIfRetransInterval": "configured-value",
                      "ospfIfHelloInterval": "configured-value",
                      "ospfIfRtrDeadInterval": "configured-value",
                      "ospfIfPollInterval": "configured-value",
                      "ospfIfState": "default",
                      "ospfIfDesignatedRouter": "configured-value",
                      "ospfIfBackupDesignatedRouter": "configured-value",
                      "ospfIfEvents": "configured-value",
                      "ospfIfAuthKey": "QmFzZTY0",
                      "ospfIfStatus": "active",
                      "ospfIfMulticastForwarding": "default",
                      "ospfIfDemand": true,
                      "ospfIfAuthType": "configured-value",
                      "ospfIfLsaCount": "10",
                      "ospfIfLsaCksumSum": 1,
                      "ospfIfDesignatedRouterId": "1",
                      "ospfIfBackupDesignatedRouterId": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry": {
      "get": {
        "summary": "Get ospfIfEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfIfIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfAddressLessIf": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfIfAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfIfType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfAdminStat": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfRtrPriority": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfTransitDelay": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfRetransInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfHelloInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfRtrDeadInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfPollInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "ospfIfDesignatedRouter": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfBackupDesignatedRouter": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfAuthKey": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "ospfIfStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfIfMulticastForwarding": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfDemand": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfIfAuthType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfIfLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfIfDesignatedRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfIfBackupDesignatedRouterId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfIfEntry": {
                    "ospfIfIpAddress": "10.1.1.1",
                    "ospfAddressLessIf": "10.1.1.1",
                    "ospfIfAreaId": "1",
                    "ospfIfType": "default",
                    "ospfIfAdminStat": "configured-value",
                    "ospfIfRtrPriority": "configured-value",
                    "ospfIfTransitDelay": "configured-value",
                    "ospfIfRetransInterval": "configured-value",
                    "ospfIfHelloInterval": "configured-value",
                    "ospfIfRtrDeadInterval": "configured-value",
                    "ospfIfPollInterval": "configured-value",
                    "ospfIfState": "default",
                    "ospfIfDesignatedRouter": "configured-value",
                    "ospfIfBackupDesignatedRouter": "configured-value",
                    "ospfIfEvents": "configured-value",
                    "ospfIfAuthKey": "QmFzZTY0",
                    "ospfIfStatus": "active",
                    "ospfIfMulticastForwarding": "default",
                    "ospfIfDemand": true,
                    "ospfIfAuthType": "configured-value",
                    "ospfIfLsaCount": "10",
                    "ospfIfLsaCksumSum": 1,
                    "ospfIfDesignatedRouterId": "1",
                    "ospfIfBackupDesignatedRouterId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfIpAddress": {
      "get": {
        "summary": "Get ospfIfIpAddress",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfIpAddress",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfIfIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfAddressLessIf": {
      "get": {
        "summary": "Get ospfAddressLessIf",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfAddressLessIf",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfAreaId": {
      "get": {
        "summary": "Get ospfIfAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfType": {
      "get": {
        "summary": "Get ospfIfType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfAdminStat": {
      "get": {
        "summary": "Get ospfIfAdminStat",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfAdminStat",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfAdminStat": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfAdminStat from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfRtrPriority": {
      "get": {
        "summary": "Get ospfIfRtrPriority",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfRtrPriority",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfRtrPriority": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfRtrPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfTransitDelay": {
      "get": {
        "summary": "Get ospfIfTransitDelay",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfTransitDelay",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfTransitDelay": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfTransitDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfRetransInterval": {
      "get": {
        "summary": "Get ospfIfRetransInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfRetransInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfRetransInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfRetransInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfHelloInterval": {
      "get": {
        "summary": "Get ospfIfHelloInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfHelloInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfHelloInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfHelloInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfRtrDeadInterval": {
      "get": {
        "summary": "Get ospfIfRtrDeadInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfRtrDeadInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfRtrDeadInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfRtrDeadInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfPollInterval": {
      "get": {
        "summary": "Get ospfIfPollInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfPollInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfPollInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfPollInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfState": {
      "get": {
        "summary": "Get ospfIfState",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfState",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-MIB:ospfIfState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfDesignatedRouter": {
      "get": {
        "summary": "Get ospfIfDesignatedRouter",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfDesignatedRouter",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfDesignatedRouter": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfDesignatedRouter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfBackupDesignatedRouter": {
      "get": {
        "summary": "Get ospfIfBackupDesignatedRouter",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfBackupDesignatedRouter",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfBackupDesignatedRouter": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfBackupDesignatedRouter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfEvents": {
      "get": {
        "summary": "Get ospfIfEvents",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfEvents",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfAuthKey": {
      "get": {
        "summary": "Get ospfIfAuthKey",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfAuthKey",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfIfAuthKey": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfAuthKey from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfStatus": {
      "get": {
        "summary": "Get ospfIfStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfMulticastForwarding": {
      "get": {
        "summary": "Get ospfIfMulticastForwarding",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfMulticastForwarding",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfMulticastForwarding": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMulticastForwarding from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfDemand": {
      "get": {
        "summary": "Get ospfIfDemand",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfDemand",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfDemand": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfDemand from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfAuthType": {
      "get": {
        "summary": "Get ospfIfAuthType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfAuthType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfAuthType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfAuthType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfLsaCount": {
      "get": {
        "summary": "Get ospfIfLsaCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfLsaCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfLsaCksumSum": {
      "get": {
        "summary": "Get ospfIfLsaCksumSum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfLsaCksumSum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfDesignatedRouterId": {
      "get": {
        "summary": "Get ospfIfDesignatedRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfDesignatedRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfDesignatedRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfDesignatedRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfTable/ospfIfEntry/ospfIfBackupDesignatedRouterId": {
      "get": {
        "summary": "Get ospfIfBackupDesignatedRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfTable-ospfIfEntry-ospfIfBackupDesignatedRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfBackupDesignatedRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfBackupDesignatedRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable": {
      "get": {
        "summary": "Get ospfIfMetricTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfIfMetricEntry": {
                      "type": "object",
                      "properties": {
                        "ospfIfMetricIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfIfMetricAddressLessIf": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfIfMetricTOS": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfMetricValue": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfIfMetricStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfIfMetricTable": {
                    "ospfIfMetricEntry": {
                      "ospfIfMetricIpAddress": "10.1.1.1",
                      "ospfIfMetricAddressLessIf": "10.1.1.1",
                      "ospfIfMetricTOS": "configured-value",
                      "ospfIfMetricValue": "configured-value",
                      "ospfIfMetricStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry": {
      "get": {
        "summary": "Get ospfIfMetricEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfIfMetricIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfIfMetricAddressLessIf": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfIfMetricTOS": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfMetricValue": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfIfMetricStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfIfMetricEntry": {
                    "ospfIfMetricIpAddress": "10.1.1.1",
                    "ospfIfMetricAddressLessIf": "10.1.1.1",
                    "ospfIfMetricTOS": "configured-value",
                    "ospfIfMetricValue": "configured-value",
                    "ospfIfMetricStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry/ospfIfMetricIpAddress": {
      "get": {
        "summary": "Get ospfIfMetricIpAddress",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry-ospfIfMetricIpAddress",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfIfMetricIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry/ospfIfMetricAddressLessIf": {
      "get": {
        "summary": "Get ospfIfMetricAddressLessIf",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry-ospfIfMetricAddressLessIf",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfIfMetricAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry/ospfIfMetricTOS": {
      "get": {
        "summary": "Get ospfIfMetricTOS",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry-ospfIfMetricTOS",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfMetricTOS": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricTOS from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry/ospfIfMetricValue": {
      "get": {
        "summary": "Get ospfIfMetricValue",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry-ospfIfMetricValue",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfMetricValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfIfMetricTable/ospfIfMetricEntry/ospfIfMetricStatus": {
      "get": {
        "summary": "Get ospfIfMetricStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfIfMetricTable-ospfIfMetricEntry-ospfIfMetricStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfIfMetricStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfMetricStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable": {
      "get": {
        "summary": "Get ospfVirtIfTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtIfEntry": {
                      "type": "object",
                      "properties": {
                        "ospfVirtIfAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtIfNeighbor": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfTransitDelay": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfRetransInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfHelloInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfRtrDeadInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "ospfVirtIfEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfAuthKey": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "ospfVirtIfStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfVirtIfAuthType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtIfLsaCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfVirtIfLsaCksumSum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtIfTable": {
                    "ospfVirtIfEntry": {
                      "ospfVirtIfAreaId": "1",
                      "ospfVirtIfNeighbor": "configured-value",
                      "ospfVirtIfTransitDelay": "configured-value",
                      "ospfVirtIfRetransInterval": "configured-value",
                      "ospfVirtIfHelloInterval": "configured-value",
                      "ospfVirtIfRtrDeadInterval": "configured-value",
                      "ospfVirtIfState": "default",
                      "ospfVirtIfEvents": "configured-value",
                      "ospfVirtIfAuthKey": "QmFzZTY0",
                      "ospfVirtIfStatus": "active",
                      "ospfVirtIfAuthType": "configured-value",
                      "ospfVirtIfLsaCount": "10",
                      "ospfVirtIfLsaCksumSum": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry": {
      "get": {
        "summary": "Get ospfVirtIfEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtIfAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtIfNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfTransitDelay": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfRetransInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfHelloInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfRtrDeadInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "ospfVirtIfEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfAuthKey": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "ospfVirtIfStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfVirtIfAuthType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfVirtIfLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtIfEntry": {
                    "ospfVirtIfAreaId": "1",
                    "ospfVirtIfNeighbor": "configured-value",
                    "ospfVirtIfTransitDelay": "configured-value",
                    "ospfVirtIfRetransInterval": "configured-value",
                    "ospfVirtIfHelloInterval": "configured-value",
                    "ospfVirtIfRtrDeadInterval": "configured-value",
                    "ospfVirtIfState": "default",
                    "ospfVirtIfEvents": "configured-value",
                    "ospfVirtIfAuthKey": "QmFzZTY0",
                    "ospfVirtIfStatus": "active",
                    "ospfVirtIfAuthType": "configured-value",
                    "ospfVirtIfLsaCount": "10",
                    "ospfVirtIfLsaCksumSum": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfAreaId": {
      "get": {
        "summary": "Get ospfVirtIfAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfNeighbor": {
      "get": {
        "summary": "Get ospfVirtIfNeighbor",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfNeighbor",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfTransitDelay": {
      "get": {
        "summary": "Get ospfVirtIfTransitDelay",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfTransitDelay",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfTransitDelay": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfTransitDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfRetransInterval": {
      "get": {
        "summary": "Get ospfVirtIfRetransInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfRetransInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfRetransInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfRetransInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfHelloInterval": {
      "get": {
        "summary": "Get ospfVirtIfHelloInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfHelloInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfHelloInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfHelloInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfRtrDeadInterval": {
      "get": {
        "summary": "Get ospfVirtIfRtrDeadInterval",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfRtrDeadInterval",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfRtrDeadInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfRtrDeadInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfState": {
      "get": {
        "summary": "Get ospfVirtIfState",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfState",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-MIB:ospfVirtIfState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfEvents": {
      "get": {
        "summary": "Get ospfVirtIfEvents",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfEvents",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfAuthKey": {
      "get": {
        "summary": "Get ospfVirtIfAuthKey",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfAuthKey",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtIfAuthKey": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAuthKey from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfStatus": {
      "get": {
        "summary": "Get ospfVirtIfStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfAuthType": {
      "get": {
        "summary": "Get ospfVirtIfAuthType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfAuthType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfAuthType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAuthType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfLsaCount": {
      "get": {
        "summary": "Get ospfVirtIfLsaCount",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfLsaCount",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtIfTable/ospfVirtIfEntry/ospfVirtIfLsaCksumSum": {
      "get": {
        "summary": "Get ospfVirtIfLsaCksumSum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtIfTable-ospfVirtIfEntry-ospfVirtIfLsaCksumSum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtIfLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable": {
      "get": {
        "summary": "Get ospfNbrTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfNbrEntry": {
                      "type": "object",
                      "properties": {
                        "ospfNbrIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbrAddressLessIndex": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfNbrOptions": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfNbrPriority": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbrState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "ospfNbrEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbrLsRetransQLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbmaNbrStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfNbmaNbrPermanence": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbrHelloSuppressed": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfNbrRestartHelperStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfNbrRestartHelperAge": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfNbrRestartHelperExitReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfNbrTable": {
                    "ospfNbrEntry": {
                      "ospfNbrIpAddr": "configured-value",
                      "ospfNbrAddressLessIndex": "10.1.1.1",
                      "ospfNbrRtrId": "1",
                      "ospfNbrOptions": 1,
                      "ospfNbrPriority": "configured-value",
                      "ospfNbrState": "default",
                      "ospfNbrEvents": "configured-value",
                      "ospfNbrLsRetransQLen": "configured-value",
                      "ospfNbmaNbrStatus": "active",
                      "ospfNbmaNbrPermanence": "default",
                      "ospfNbrHelloSuppressed": true,
                      "ospfNbrRestartHelperStatus": "default",
                      "ospfNbrRestartHelperAge": 1,
                      "ospfNbrRestartHelperExitReason": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry": {
      "get": {
        "summary": "Get ospfNbrEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfNbrIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbrAddressLessIndex": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfNbrRtrId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfNbrOptions": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfNbrPriority": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbrState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "ospfNbrEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbrLsRetransQLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbmaNbrStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfNbmaNbrPermanence": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbrHelloSuppressed": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfNbrRestartHelperStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfNbrRestartHelperAge": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfNbrRestartHelperExitReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfNbrEntry": {
                    "ospfNbrIpAddr": "configured-value",
                    "ospfNbrAddressLessIndex": "10.1.1.1",
                    "ospfNbrRtrId": "1",
                    "ospfNbrOptions": 1,
                    "ospfNbrPriority": "configured-value",
                    "ospfNbrState": "default",
                    "ospfNbrEvents": "configured-value",
                    "ospfNbrLsRetransQLen": "configured-value",
                    "ospfNbmaNbrStatus": "active",
                    "ospfNbmaNbrPermanence": "default",
                    "ospfNbrHelloSuppressed": true,
                    "ospfNbrRestartHelperStatus": "default",
                    "ospfNbrRestartHelperAge": 1,
                    "ospfNbrRestartHelperExitReason": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrIpAddr",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrRtrId": {
      "get": {
        "summary": "Get ospfNbrRtrId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrRtrId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrOptions": {
      "get": {
        "summary": "Get ospfNbrOptions",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrOptions",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrOptions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrOptions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrPriority": {
      "get": {
        "summary": "Get ospfNbrPriority",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrPriority",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrPriority": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrState": {
      "get": {
        "summary": "Get ospfNbrState",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrState",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-MIB:ospfNbrState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrEvents": {
      "get": {
        "summary": "Get ospfNbrEvents",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrEvents",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrLsRetransQLen": {
      "get": {
        "summary": "Get ospfNbrLsRetransQLen",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrLsRetransQLen",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrLsRetransQLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrLsRetransQLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbmaNbrStatus": {
      "get": {
        "summary": "Get ospfNbmaNbrStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbmaNbrStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbmaNbrStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbmaNbrStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbmaNbrPermanence": {
      "get": {
        "summary": "Get ospfNbmaNbrPermanence",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbmaNbrPermanence",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbmaNbrPermanence": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbmaNbrPermanence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrHelloSuppressed": {
      "get": {
        "summary": "Get ospfNbrHelloSuppressed",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrHelloSuppressed",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrHelloSuppressed": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrHelloSuppressed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrRestartHelperStatus": {
      "get": {
        "summary": "Get ospfNbrRestartHelperStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrRestartHelperStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrRestartHelperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrRestartHelperAge": {
      "get": {
        "summary": "Get ospfNbrRestartHelperAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrRestartHelperAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrRestartHelperAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfNbrTable/ospfNbrEntry/ospfNbrRestartHelperExitReason": {
      "get": {
        "summary": "Get ospfNbrRestartHelperExitReason",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfNbrTable-ospfNbrEntry-ospfNbrRestartHelperExitReason",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfNbrRestartHelperExitReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable": {
      "get": {
        "summary": "Get ospfVirtNbrTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtNbrEntry": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtNbrIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrOptions": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfVirtNbrState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "ospfVirtNbrEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrLsRetransQLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrHelloSuppressed": {
                          "type": "boolean",
                          "example": true
                        },
                        "ospfVirtNbrRestartHelperStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfVirtNbrRestartHelperAge": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ospfVirtNbrRestartHelperExitReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtNbrTable": {
                    "ospfVirtNbrEntry": {
                      "ospfVirtNbrArea": "configured-value",
                      "ospfVirtNbrRtrId": "1",
                      "ospfVirtNbrIpAddr": "configured-value",
                      "ospfVirtNbrOptions": 1,
                      "ospfVirtNbrState": "default",
                      "ospfVirtNbrEvents": "configured-value",
                      "ospfVirtNbrLsRetransQLen": "configured-value",
                      "ospfVirtNbrHelloSuppressed": true,
                      "ospfVirtNbrRestartHelperStatus": "default",
                      "ospfVirtNbrRestartHelperAge": 1,
                      "ospfVirtNbrRestartHelperExitReason": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry": {
      "get": {
        "summary": "Get ospfVirtNbrEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtNbrArea": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtNbrRtrId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtNbrIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtNbrOptions": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfVirtNbrState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "ospfVirtNbrEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtNbrLsRetransQLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtNbrHelloSuppressed": {
                      "type": "boolean",
                      "example": true
                    },
                    "ospfVirtNbrRestartHelperStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfVirtNbrRestartHelperAge": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ospfVirtNbrRestartHelperExitReason": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtNbrEntry": {
                    "ospfVirtNbrArea": "configured-value",
                    "ospfVirtNbrRtrId": "1",
                    "ospfVirtNbrIpAddr": "configured-value",
                    "ospfVirtNbrOptions": 1,
                    "ospfVirtNbrState": "default",
                    "ospfVirtNbrEvents": "configured-value",
                    "ospfVirtNbrLsRetransQLen": "configured-value",
                    "ospfVirtNbrHelloSuppressed": true,
                    "ospfVirtNbrRestartHelperStatus": "default",
                    "ospfVirtNbrRestartHelperAge": 1,
                    "ospfVirtNbrRestartHelperExitReason": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrArea",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrIpAddr": {
      "get": {
        "summary": "Get ospfVirtNbrIpAddr",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrIpAddr",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrOptions": {
      "get": {
        "summary": "Get ospfVirtNbrOptions",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrOptions",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrOptions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrOptions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrState": {
      "get": {
        "summary": "Get ospfVirtNbrState",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrState",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-MIB:ospfVirtNbrState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrEvents": {
      "get": {
        "summary": "Get ospfVirtNbrEvents",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrEvents",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrLsRetransQLen": {
      "get": {
        "summary": "Get ospfVirtNbrLsRetransQLen",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrLsRetransQLen",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrLsRetransQLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrLsRetransQLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrHelloSuppressed": {
      "get": {
        "summary": "Get ospfVirtNbrHelloSuppressed",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrHelloSuppressed",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrHelloSuppressed": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrHelloSuppressed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrRestartHelperStatus": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrRestartHelperStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrRestartHelperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrRestartHelperAge": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrRestartHelperAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrRestartHelperAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtNbrTable/ospfVirtNbrEntry/ospfVirtNbrRestartHelperExitReason": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperExitReason",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtNbrTable-ospfVirtNbrEntry-ospfVirtNbrRestartHelperExitReason",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtNbrRestartHelperExitReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable": {
      "get": {
        "summary": "Get ospfAreaAggregateTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaAggregateEntry": {
                      "type": "object",
                      "properties": {
                        "ospfAreaAggregateAreaID": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfAreaAggregateLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaAggregateNet": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaAggregateMask": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaAggregateStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ospfAreaAggregateEffect": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAreaAggregateExtRouteTag": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaAggregateTable": {
                    "ospfAreaAggregateEntry": {
                      "ospfAreaAggregateAreaID": "1",
                      "ospfAreaAggregateLsdbType": "default",
                      "ospfAreaAggregateNet": "configured-value",
                      "ospfAreaAggregateMask": "configured-value",
                      "ospfAreaAggregateStatus": "active",
                      "ospfAreaAggregateEffect": "default",
                      "ospfAreaAggregateExtRouteTag": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry": {
      "get": {
        "summary": "Get ospfAreaAggregateEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaAggregateAreaID": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfAreaAggregateLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaAggregateNet": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaAggregateMask": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaAggregateStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ospfAreaAggregateEffect": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAreaAggregateExtRouteTag": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAreaAggregateEntry": {
                    "ospfAreaAggregateAreaID": "1",
                    "ospfAreaAggregateLsdbType": "default",
                    "ospfAreaAggregateNet": "configured-value",
                    "ospfAreaAggregateMask": "configured-value",
                    "ospfAreaAggregateStatus": "active",
                    "ospfAreaAggregateEffect": "default",
                    "ospfAreaAggregateExtRouteTag": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateAreaID": {
      "get": {
        "summary": "Get ospfAreaAggregateAreaID",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateAreaID",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateAreaID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateAreaID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateLsdbType": {
      "get": {
        "summary": "Get ospfAreaAggregateLsdbType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateLsdbType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateNet": {
      "get": {
        "summary": "Get ospfAreaAggregateNet",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateNet",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateNet": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateNet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateMask": {
      "get": {
        "summary": "Get ospfAreaAggregateMask",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateMask",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateStatus": {
      "get": {
        "summary": "Get ospfAreaAggregateStatus",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateStatus",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateEffect": {
      "get": {
        "summary": "Get ospfAreaAggregateEffect",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateEffect",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateEffect": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateEffect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaAggregateTable/ospfAreaAggregateEntry/ospfAreaAggregateExtRouteTag": {
      "get": {
        "summary": "Get ospfAreaAggregateExtRouteTag",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaAggregateTable-ospfAreaAggregateEntry-ospfAreaAggregateExtRouteTag",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaAggregateExtRouteTag": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaAggregateExtRouteTag from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable": {
      "get": {
        "summary": "Get ospfLocalLsdbTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLocalLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "ospfLocalLsdbIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfLocalLsdbAddressLessIf": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfLocalLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfLocalLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLocalLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLocalLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLocalLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLocalLsdbChecksum": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfLocalLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLocalLsdbTable": {
                    "ospfLocalLsdbEntry": {
                      "ospfLocalLsdbIpAddress": "10.1.1.1",
                      "ospfLocalLsdbAddressLessIf": "10.1.1.1",
                      "ospfLocalLsdbType": "default",
                      "ospfLocalLsdbLsid": "1",
                      "ospfLocalLsdbRouterId": "1",
                      "ospfLocalLsdbSequence": 1,
                      "ospfLocalLsdbAge": 1,
                      "ospfLocalLsdbChecksum": 1,
                      "ospfLocalLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry": {
      "get": {
        "summary": "Get ospfLocalLsdbEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLocalLsdbIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfLocalLsdbAddressLessIf": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfLocalLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfLocalLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLocalLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLocalLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLocalLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLocalLsdbChecksum": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfLocalLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLocalLsdbEntry": {
                    "ospfLocalLsdbIpAddress": "10.1.1.1",
                    "ospfLocalLsdbAddressLessIf": "10.1.1.1",
                    "ospfLocalLsdbType": "default",
                    "ospfLocalLsdbLsid": "1",
                    "ospfLocalLsdbRouterId": "1",
                    "ospfLocalLsdbSequence": 1,
                    "ospfLocalLsdbAge": 1,
                    "ospfLocalLsdbChecksum": 1,
                    "ospfLocalLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbIpAddress": {
      "get": {
        "summary": "Get ospfLocalLsdbIpAddress",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbIpAddress",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfLocalLsdbIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbAddressLessIf": {
      "get": {
        "summary": "Get ospfLocalLsdbAddressLessIf",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbAddressLessIf",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-MIB:ospfLocalLsdbAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbType": {
      "get": {
        "summary": "Get ospfLocalLsdbType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbLsid": {
      "get": {
        "summary": "Get ospfLocalLsdbLsid",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbLsid",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbRouterId": {
      "get": {
        "summary": "Get ospfLocalLsdbRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbSequence": {
      "get": {
        "summary": "Get ospfLocalLsdbSequence",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbSequence",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbAge": {
      "get": {
        "summary": "Get ospfLocalLsdbAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbChecksum": {
      "get": {
        "summary": "Get ospfLocalLsdbChecksum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbChecksum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfLocalLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfLocalLsdbTable/ospfLocalLsdbEntry/ospfLocalLsdbAdvertisement": {
      "get": {
        "summary": "Get ospfLocalLsdbAdvertisement",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfLocalLsdbTable-ospfLocalLsdbEntry-ospfLocalLsdbAdvertisement",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfLocalLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLocalLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtLocalLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "ospfVirtLocalLsdbTransitArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtLocalLsdbNeighbor": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtLocalLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtLocalLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtLocalLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtLocalLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfVirtLocalLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfVirtLocalLsdbChecksum": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfVirtLocalLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtLocalLsdbTable": {
                    "ospfVirtLocalLsdbEntry": {
                      "ospfVirtLocalLsdbTransitArea": "configured-value",
                      "ospfVirtLocalLsdbNeighbor": "configured-value",
                      "ospfVirtLocalLsdbType": "default",
                      "ospfVirtLocalLsdbLsid": "1",
                      "ospfVirtLocalLsdbRouterId": "1",
                      "ospfVirtLocalLsdbSequence": 1,
                      "ospfVirtLocalLsdbAge": 1,
                      "ospfVirtLocalLsdbChecksum": 1,
                      "ospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtLocalLsdbTransitArea": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtLocalLsdbNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtLocalLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtLocalLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtLocalLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtLocalLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfVirtLocalLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfVirtLocalLsdbChecksum": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfVirtLocalLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtLocalLsdbEntry": {
                    "ospfVirtLocalLsdbTransitArea": "configured-value",
                    "ospfVirtLocalLsdbNeighbor": "configured-value",
                    "ospfVirtLocalLsdbType": "default",
                    "ospfVirtLocalLsdbLsid": "1",
                    "ospfVirtLocalLsdbRouterId": "1",
                    "ospfVirtLocalLsdbSequence": 1,
                    "ospfVirtLocalLsdbAge": 1,
                    "ospfVirtLocalLsdbChecksum": 1,
                    "ospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbTransitArea": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbTransitArea",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbTransitArea",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbTransitArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbTransitArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbNeighbor": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbNeighbor",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbNeighbor",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbType": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbLsid": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbLsid",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbLsid",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbRouterId": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbSequence": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbSequence",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbSequence",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbAge": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbChecksum": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbChecksum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbChecksum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfVirtLocalLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfVirtLocalLsdbTable/ospfVirtLocalLsdbEntry/ospfVirtLocalLsdbAdvertisement": {
      "get": {
        "summary": "Get ospfVirtLocalLsdbAdvertisement",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfVirtLocalLsdbTable-ospfVirtLocalLsdbEntry-ospfVirtLocalLsdbAdvertisement",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtLocalLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable": {
      "get": {
        "summary": "Get ospfAsLsdbTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAsLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "ospfAsLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfAsLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfAsLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfAsLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfAsLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfAsLsdbChecksum": {
                          "type": "integer",
                          "example": 1
                        },
                        "ospfAsLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAsLsdbTable": {
                    "ospfAsLsdbEntry": {
                      "ospfAsLsdbType": "default",
                      "ospfAsLsdbLsid": "1",
                      "ospfAsLsdbRouterId": "1",
                      "ospfAsLsdbSequence": 1,
                      "ospfAsLsdbAge": 1,
                      "ospfAsLsdbChecksum": 1,
                      "ospfAsLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry": {
      "get": {
        "summary": "Get ospfAsLsdbEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAsLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfAsLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfAsLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfAsLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfAsLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfAsLsdbChecksum": {
                      "type": "integer",
                      "example": 1
                    },
                    "ospfAsLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAsLsdbEntry": {
                    "ospfAsLsdbType": "default",
                    "ospfAsLsdbLsid": "1",
                    "ospfAsLsdbRouterId": "1",
                    "ospfAsLsdbSequence": 1,
                    "ospfAsLsdbAge": 1,
                    "ospfAsLsdbChecksum": 1,
                    "ospfAsLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbType": {
      "get": {
        "summary": "Get ospfAsLsdbType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbLsid": {
      "get": {
        "summary": "Get ospfAsLsdbLsid",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbLsid",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbRouterId": {
      "get": {
        "summary": "Get ospfAsLsdbRouterId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbRouterId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbSequence": {
      "get": {
        "summary": "Get ospfAsLsdbSequence",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbSequence",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbAge": {
      "get": {
        "summary": "Get ospfAsLsdbAge",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbAge",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbChecksum": {
      "get": {
        "summary": "Get ospfAsLsdbChecksum",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbChecksum",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAsLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAsLsdbTable/ospfAsLsdbEntry/ospfAsLsdbAdvertisement": {
      "get": {
        "summary": "Get ospfAsLsdbAdvertisement",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAsLsdbTable-ospfAsLsdbEntry-ospfAsLsdbAdvertisement",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-MIB:ospfAsLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAsLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaLsaCountTable": {
      "get": {
        "summary": "Get ospfAreaLsaCountTable",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaLsaCountTable",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaLsaCountEntry": {
                      "type": "object",
                      "properties": {
                        "ospfAreaLsaCountAreaId": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfAreaLsaCountLsaType": {
                          "type": "string",
                          "example": "10"
                        },
                        "ospfAreaLsaCountNumber": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": 10
                    }
                  },
                  "example": 10
                },
                "example": {
                  "OSPF-MIB:ospfAreaLsaCountTable": {
                    "ospfAreaLsaCountEntry": {
                      "ospfAreaLsaCountAreaId": "10",
                      "ospfAreaLsaCountLsaType": "default",
                      "ospfAreaLsaCountNumber": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCountTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaLsaCountTable/ospfAreaLsaCountEntry": {
      "get": {
        "summary": "Get ospfAreaLsaCountEntry",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaLsaCountTable-ospfAreaLsaCountEntry",
        "tags": [
          "OSPF-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfAreaLsaCountAreaId": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfAreaLsaCountLsaType": {
                      "type": "string",
                      "example": "10"
                    },
                    "ospfAreaLsaCountNumber": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": 10
                },
                "example": {
                  "OSPF-MIB:ospfAreaLsaCountEntry": {
                    "ospfAreaLsaCountAreaId": "10",
                    "ospfAreaLsaCountLsaType": "default",
                    "ospfAreaLsaCountNumber": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCountEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaLsaCountTable/ospfAreaLsaCountEntry/ospfAreaLsaCountAreaId": {
      "get": {
        "summary": "Get ospfAreaLsaCountAreaId",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaLsaCountTable-ospfAreaLsaCountEntry-ospfAreaLsaCountAreaId",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaLsaCountAreaId": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCountAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaLsaCountTable/ospfAreaLsaCountEntry/ospfAreaLsaCountLsaType": {
      "get": {
        "summary": "Get ospfAreaLsaCountLsaType",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaLsaCountTable-ospfAreaLsaCountEntry-ospfAreaLsaCountLsaType",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaLsaCountLsaType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCountLsaType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-MIB:OSPF-MIB/ospfAreaLsaCountTable/ospfAreaLsaCountEntry/ospfAreaLsaCountNumber": {
      "get": {
        "summary": "Get ospfAreaLsaCountNumber",
        "operationId": "get-OSPF-MIB:OSPF-MIB-ospfAreaLsaCountTable-ospfAreaLsaCountEntry-ospfAreaLsaCountNumber",
        "tags": [
          "OSPF-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": {
                  "OSPF-MIB:ospfAreaLsaCountNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaLsaCountNumber 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": []
    }
  ]
}
