{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-OSPF-MIB",
    "description": "MIB data from `CISCO-OSPF-MIB` module.\n\n**Root containers:** 1 (CISCO-OSPF-MIB)\n**Paths:** 74 | **Descendants:** 73\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-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/CISCO-OSPF-MIB:CISCO-OSPF-MIB": {
      "get": {
        "summary": "Get CISCO-OSPF-MIB",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB",
        "tags": [
          "CISCO-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": {
                    "cospfGeneralGroup": {
                      "type": "object",
                      "properties": {
                        "cospfRFC1583Compatibility": {
                          "type": "boolean",
                          "example": true
                        },
                        "cospfOpaqueLsaSupport": {
                          "type": "boolean",
                          "example": true
                        },
                        "cospfTrafficEngineeringSupport": {
                          "type": "boolean",
                          "example": true
                        },
                        "cospfOpaqueASLsaCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "cospfOpaqueASLsaCksumSum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfLsdbTable": {
                      "type": "object",
                      "properties": {
                        "cospfLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "ospfLsdbAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfLsdbChecksum": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfLocalLsdbTable": {
                      "type": "object",
                      "properties": {
                        "cospfLocalLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "cospfLocalLsdbIpAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cospfLocalLsdbAddressLessIf": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cospfLocalLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfLocalLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfLocalLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfLocalLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfLocalLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfLocalLsdbChecksum": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cospfLocalLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfVirtLocalLsdbTable": {
                      "type": "object",
                      "properties": {
                        "cospfVirtLocalLsdbEntry": {
                          "type": "object",
                          "properties": {
                            "cospfVirtLocalLsdbTransitArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfVirtLocalLsdbNeighbor": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfVirtLocalLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfVirtLocalLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfVirtLocalLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfVirtLocalLsdbSequence": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfVirtLocalLsdbAge": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfVirtLocalLsdbChecksum": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cospfVirtLocalLsdbAdvertisement": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrTable": {
                      "type": "object",
                      "properties": {
                        "cospfShamLinkNbrEntry": {
                          "type": "object",
                          "properties": {
                            "cospfShamLinksLocalIpAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksLocalIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrIpAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfShamLinkNbrOptions": {
                              "type": "integer",
                              "example": 1
                            },
                            "cospfShamLinkNbrState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "cospfShamLinkNbrEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrLsRetransQLen": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinkNbrHelloSuppressed": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfShamLinksTable": {
                      "type": "object",
                      "properties": {
                        "cospfShamLinksEntry": {
                          "type": "object",
                          "properties": {
                            "cospfShamLinksAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cospfShamLinksLocalIpAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksLocalIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksRemoteIpAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksRemoteIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksRetransInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksHelloInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksRtrDeadInterval": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksState": {
                              "type": "string",
                              "example": "Full"
                            },
                            "cospfShamLinksEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cospfShamLinksMetric": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cospfOpaqueAreaLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cospfOpaqueAreaLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cospfAreaNssaTranslatorRole": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfAreaNssaTranslatorState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "cospfAreaNssaTranslatorEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfIfLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cospfIfLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cospfVirtIfLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cospfVirtIfLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:CISCO-OSPF-MIB": {
                    "cospfGeneralGroup": {
                      "cospfRFC1583Compatibility": true,
                      "cospfOpaqueLsaSupport": true,
                      "cospfTrafficEngineeringSupport": true,
                      "cospfOpaqueASLsaCount": "10",
                      "cospfOpaqueASLsaCksumSum": 1
                    },
                    "cospfLsdbTable": {
                      "cospfLsdbEntry": {
                        "ospfLsdbAreaId": "1",
                        "ospfLsdbLsid": "1",
                        "ospfLsdbRouterId": "1",
                        "cospfLsdbType": "default",
                        "cospfLsdbSequence": 1,
                        "cospfLsdbAge": 1,
                        "cospfLsdbChecksum": 1,
                        "cospfLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "cospfLocalLsdbTable": {
                      "cospfLocalLsdbEntry": {
                        "cospfLocalLsdbIpAddress": "10.1.1.1",
                        "cospfLocalLsdbAddressLessIf": "10.1.1.1",
                        "cospfLocalLsdbType": "default",
                        "cospfLocalLsdbLsid": "1",
                        "cospfLocalLsdbRouterId": "1",
                        "cospfLocalLsdbSequence": 1,
                        "cospfLocalLsdbAge": 1,
                        "cospfLocalLsdbChecksum": 1,
                        "cospfLocalLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "cospfVirtLocalLsdbTable": {
                      "cospfVirtLocalLsdbEntry": {
                        "cospfVirtLocalLsdbTransitArea": "configured-value",
                        "cospfVirtLocalLsdbNeighbor": "configured-value",
                        "cospfVirtLocalLsdbType": "default",
                        "cospfVirtLocalLsdbLsid": "1",
                        "cospfVirtLocalLsdbRouterId": "1",
                        "cospfVirtLocalLsdbSequence": 1,
                        "cospfVirtLocalLsdbAge": 1,
                        "cospfVirtLocalLsdbChecksum": 1,
                        "cospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                      }
                    },
                    "cospfShamLinkNbrTable": {
                      "cospfShamLinkNbrEntry": {
                        "cospfShamLinksLocalIpAddrType": "configured-value",
                        "cospfShamLinksLocalIpAddr": "configured-value",
                        "cospfShamLinkNbrArea": "configured-value",
                        "cospfShamLinkNbrIpAddrType": "configured-value",
                        "cospfShamLinkNbrIpAddr": "configured-value",
                        "cospfShamLinkNbrRtrId": "1",
                        "cospfShamLinkNbrOptions": 1,
                        "cospfShamLinkNbrState": "default",
                        "cospfShamLinkNbrEvents": "configured-value",
                        "cospfShamLinkNbrLsRetransQLen": "configured-value",
                        "cospfShamLinkNbrHelloSuppressed": true
                      }
                    },
                    "cospfShamLinksTable": {
                      "cospfShamLinksEntry": {
                        "cospfShamLinksAreaId": "1",
                        "cospfShamLinksLocalIpAddrType": "configured-value",
                        "cospfShamLinksLocalIpAddr": "configured-value",
                        "cospfShamLinksRemoteIpAddrType": "configured-value",
                        "cospfShamLinksRemoteIpAddr": "configured-value",
                        "cospfShamLinksRetransInterval": "configured-value",
                        "cospfShamLinksHelloInterval": "configured-value",
                        "cospfShamLinksRtrDeadInterval": "configured-value",
                        "cospfShamLinksState": "default",
                        "cospfShamLinksEvents": "configured-value",
                        "cospfShamLinksMetric": "configured-value"
                      }
                    },
                    "cospfOpaqueAreaLsaCount": "10",
                    "cospfOpaqueAreaLsaCksumSum": 1,
                    "cospfAreaNssaTranslatorRole": "default",
                    "cospfAreaNssaTranslatorState": "default",
                    "cospfAreaNssaTranslatorEvents": "configured-value",
                    "cospfIfLsaCount": "10",
                    "cospfIfLsaCksumSum": 1,
                    "cospfVirtIfLsaCount": "10",
                    "cospfVirtIfLsaCksumSum": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-OSPF-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup": {
      "get": {
        "summary": "Get cospfGeneralGroup",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup",
        "tags": [
          "CISCO-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": {
                    "cospfRFC1583Compatibility": {
                      "type": "boolean",
                      "example": true
                    },
                    "cospfOpaqueLsaSupport": {
                      "type": "boolean",
                      "example": true
                    },
                    "cospfTrafficEngineeringSupport": {
                      "type": "boolean",
                      "example": true
                    },
                    "cospfOpaqueASLsaCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "cospfOpaqueASLsaCksumSum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfGeneralGroup": {
                    "cospfRFC1583Compatibility": true,
                    "cospfOpaqueLsaSupport": true,
                    "cospfTrafficEngineeringSupport": true,
                    "cospfOpaqueASLsaCount": "10",
                    "cospfOpaqueASLsaCksumSum": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfGeneralGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup/cospfRFC1583Compatibility": {
      "get": {
        "summary": "Get cospfRFC1583Compatibility",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup-cospfRFC1583Compatibility",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfRFC1583Compatibility": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfRFC1583Compatibility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup/cospfOpaqueLsaSupport": {
      "get": {
        "summary": "Get cospfOpaqueLsaSupport",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup-cospfOpaqueLsaSupport",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfOpaqueLsaSupport": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfOpaqueLsaSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup/cospfTrafficEngineeringSupport": {
      "get": {
        "summary": "Get cospfTrafficEngineeringSupport",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup-cospfTrafficEngineeringSupport",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfTrafficEngineeringSupport": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfTrafficEngineeringSupport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup/cospfOpaqueASLsaCount": {
      "get": {
        "summary": "Get cospfOpaqueASLsaCount",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup-cospfOpaqueASLsaCount",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfOpaqueASLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfOpaqueASLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfGeneralGroup/cospfOpaqueASLsaCksumSum": {
      "get": {
        "summary": "Get cospfOpaqueASLsaCksumSum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfGeneralGroup-cospfOpaqueASLsaCksumSum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfOpaqueASLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfOpaqueASLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable": {
      "get": {
        "summary": "Get cospfLsdbTable",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable",
        "tags": [
          "CISCO-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": {
                    "cospfLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "ospfLsdbAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfLsdbChecksum": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfLsdbTable": {
                    "cospfLsdbEntry": {
                      "ospfLsdbAreaId": "1",
                      "ospfLsdbLsid": "1",
                      "ospfLsdbRouterId": "1",
                      "cospfLsdbType": "default",
                      "cospfLsdbSequence": 1,
                      "cospfLsdbAge": 1,
                      "cospfLsdbChecksum": 1,
                      "cospfLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry": {
      "get": {
        "summary": "Get cospfLsdbEntry",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry",
        "tags": [
          "CISCO-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"
                    },
                    "ospfLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfLsdbChecksum": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfLsdbEntry": {
                    "ospfLsdbAreaId": "1",
                    "ospfLsdbLsid": "1",
                    "ospfLsdbRouterId": "1",
                    "cospfLsdbType": "default",
                    "cospfLsdbSequence": 1,
                    "cospfLsdbAge": 1,
                    "cospfLsdbChecksum": 1,
                    "cospfLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-ospfLsdbAreaId",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-ospfLsdbLsid",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-ospfLsdbRouterId",
        "tags": [
          "CISCO-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": {
                  "CISCO-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/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/cospfLsdbType": {
      "get": {
        "summary": "Get cospfLsdbType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-cospfLsdbType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/cospfLsdbSequence": {
      "get": {
        "summary": "Get cospfLsdbSequence",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-cospfLsdbSequence",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/cospfLsdbAge": {
      "get": {
        "summary": "Get cospfLsdbAge",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-cospfLsdbAge",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/cospfLsdbChecksum": {
      "get": {
        "summary": "Get cospfLsdbChecksum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-cospfLsdbChecksum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLsdbTable/cospfLsdbEntry/cospfLsdbAdvertisement": {
      "get": {
        "summary": "Get cospfLsdbAdvertisement",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLsdbTable-cospfLsdbEntry-cospfLsdbAdvertisement",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable": {
      "get": {
        "summary": "Get cospfLocalLsdbTable",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable",
        "tags": [
          "CISCO-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": {
                    "cospfLocalLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "cospfLocalLsdbIpAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cospfLocalLsdbAddressLessIf": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cospfLocalLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfLocalLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfLocalLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfLocalLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfLocalLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfLocalLsdbChecksum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cospfLocalLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbTable": {
                    "cospfLocalLsdbEntry": {
                      "cospfLocalLsdbIpAddress": "10.1.1.1",
                      "cospfLocalLsdbAddressLessIf": "10.1.1.1",
                      "cospfLocalLsdbType": "default",
                      "cospfLocalLsdbLsid": "1",
                      "cospfLocalLsdbRouterId": "1",
                      "cospfLocalLsdbSequence": 1,
                      "cospfLocalLsdbAge": 1,
                      "cospfLocalLsdbChecksum": 1,
                      "cospfLocalLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry": {
      "get": {
        "summary": "Get cospfLocalLsdbEntry",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry",
        "tags": [
          "CISCO-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": {
                    "cospfLocalLsdbIpAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cospfLocalLsdbAddressLessIf": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cospfLocalLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfLocalLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfLocalLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfLocalLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfLocalLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfLocalLsdbChecksum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cospfLocalLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbEntry": {
                    "cospfLocalLsdbIpAddress": "10.1.1.1",
                    "cospfLocalLsdbAddressLessIf": "10.1.1.1",
                    "cospfLocalLsdbType": "default",
                    "cospfLocalLsdbLsid": "1",
                    "cospfLocalLsdbRouterId": "1",
                    "cospfLocalLsdbSequence": 1,
                    "cospfLocalLsdbAge": 1,
                    "cospfLocalLsdbChecksum": 1,
                    "cospfLocalLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbIpAddress": {
      "get": {
        "summary": "Get cospfLocalLsdbIpAddress",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbIpAddress",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbAddressLessIf": {
      "get": {
        "summary": "Get cospfLocalLsdbAddressLessIf",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbAddressLessIf",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbType": {
      "get": {
        "summary": "Get cospfLocalLsdbType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbLsid": {
      "get": {
        "summary": "Get cospfLocalLsdbLsid",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbLsid",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbRouterId": {
      "get": {
        "summary": "Get cospfLocalLsdbRouterId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbRouterId",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbSequence": {
      "get": {
        "summary": "Get cospfLocalLsdbSequence",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbSequence",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbAge": {
      "get": {
        "summary": "Get cospfLocalLsdbAge",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbAge",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbChecksum": {
      "get": {
        "summary": "Get cospfLocalLsdbChecksum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbChecksum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfLocalLsdbTable/cospfLocalLsdbEntry/cospfLocalLsdbAdvertisement": {
      "get": {
        "summary": "Get cospfLocalLsdbAdvertisement",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfLocalLsdbTable-cospfLocalLsdbEntry-cospfLocalLsdbAdvertisement",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfLocalLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfLocalLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbTable",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable",
        "tags": [
          "CISCO-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": {
                    "cospfVirtLocalLsdbEntry": {
                      "type": "object",
                      "properties": {
                        "cospfVirtLocalLsdbTransitArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfVirtLocalLsdbNeighbor": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfVirtLocalLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfVirtLocalLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfVirtLocalLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfVirtLocalLsdbSequence": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfVirtLocalLsdbAge": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfVirtLocalLsdbChecksum": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cospfVirtLocalLsdbAdvertisement": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbTable": {
                    "cospfVirtLocalLsdbEntry": {
                      "cospfVirtLocalLsdbTransitArea": "configured-value",
                      "cospfVirtLocalLsdbNeighbor": "configured-value",
                      "cospfVirtLocalLsdbType": "default",
                      "cospfVirtLocalLsdbLsid": "1",
                      "cospfVirtLocalLsdbRouterId": "1",
                      "cospfVirtLocalLsdbSequence": 1,
                      "cospfVirtLocalLsdbAge": 1,
                      "cospfVirtLocalLsdbChecksum": 1,
                      "cospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbEntry",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry",
        "tags": [
          "CISCO-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": {
                    "cospfVirtLocalLsdbTransitArea": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfVirtLocalLsdbNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfVirtLocalLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfVirtLocalLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfVirtLocalLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfVirtLocalLsdbSequence": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfVirtLocalLsdbAge": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfVirtLocalLsdbChecksum": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cospfVirtLocalLsdbAdvertisement": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbEntry": {
                    "cospfVirtLocalLsdbTransitArea": "configured-value",
                    "cospfVirtLocalLsdbNeighbor": "configured-value",
                    "cospfVirtLocalLsdbType": "default",
                    "cospfVirtLocalLsdbLsid": "1",
                    "cospfVirtLocalLsdbRouterId": "1",
                    "cospfVirtLocalLsdbSequence": 1,
                    "cospfVirtLocalLsdbAge": 1,
                    "cospfVirtLocalLsdbChecksum": 1,
                    "cospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbTransitArea": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbTransitArea",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbTransitArea",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbTransitArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbTransitArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbNeighbor": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbNeighbor",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbNeighbor",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbType": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbLsid": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbLsid",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbLsid",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbRouterId": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbRouterId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbRouterId",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbSequence": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbSequence",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbSequence",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbSequence": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbSequence from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbAge": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbAge",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbAge",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbAge": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbChecksum": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbChecksum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbChecksum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbChecksum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtLocalLsdbTable/cospfVirtLocalLsdbEntry/cospfVirtLocalLsdbAdvertisement": {
      "get": {
        "summary": "Get cospfVirtLocalLsdbAdvertisement",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtLocalLsdbTable-cospfVirtLocalLsdbEntry-cospfVirtLocalLsdbAdvertisement",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtLocalLsdbAdvertisement": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtLocalLsdbAdvertisement from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable": {
      "get": {
        "summary": "Get cospfShamLinkNbrTable",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable",
        "tags": [
          "CISCO-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": {
                    "cospfShamLinkNbrEntry": {
                      "type": "object",
                      "properties": {
                        "cospfShamLinksLocalIpAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksLocalIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrIpAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfShamLinkNbrOptions": {
                          "type": "integer",
                          "example": 1
                        },
                        "cospfShamLinkNbrState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "cospfShamLinkNbrEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrLsRetransQLen": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinkNbrHelloSuppressed": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrTable": {
                    "cospfShamLinkNbrEntry": {
                      "cospfShamLinksLocalIpAddrType": "configured-value",
                      "cospfShamLinksLocalIpAddr": "configured-value",
                      "cospfShamLinkNbrArea": "configured-value",
                      "cospfShamLinkNbrIpAddrType": "configured-value",
                      "cospfShamLinkNbrIpAddr": "configured-value",
                      "cospfShamLinkNbrRtrId": "1",
                      "cospfShamLinkNbrOptions": 1,
                      "cospfShamLinkNbrState": "default",
                      "cospfShamLinkNbrEvents": "configured-value",
                      "cospfShamLinkNbrLsRetransQLen": "configured-value",
                      "cospfShamLinkNbrHelloSuppressed": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry": {
      "get": {
        "summary": "Get cospfShamLinkNbrEntry",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry",
        "tags": [
          "CISCO-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": {
                    "cospfShamLinksLocalIpAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksLocalIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrArea": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrIpAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrRtrId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfShamLinkNbrOptions": {
                      "type": "integer",
                      "example": 1
                    },
                    "cospfShamLinkNbrState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "cospfShamLinkNbrEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrLsRetransQLen": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinkNbrHelloSuppressed": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrEntry": {
                    "cospfShamLinksLocalIpAddrType": "configured-value",
                    "cospfShamLinksLocalIpAddr": "configured-value",
                    "cospfShamLinkNbrArea": "configured-value",
                    "cospfShamLinkNbrIpAddrType": "configured-value",
                    "cospfShamLinkNbrIpAddr": "configured-value",
                    "cospfShamLinkNbrRtrId": "1",
                    "cospfShamLinkNbrOptions": 1,
                    "cospfShamLinkNbrState": "default",
                    "cospfShamLinkNbrEvents": "configured-value",
                    "cospfShamLinkNbrLsRetransQLen": "configured-value",
                    "cospfShamLinkNbrHelloSuppressed": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinksLocalIpAddrType": {
      "get": {
        "summary": "Get cospfShamLinksLocalIpAddrType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinksLocalIpAddrType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksLocalIpAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksLocalIpAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinksLocalIpAddr": {
      "get": {
        "summary": "Get cospfShamLinksLocalIpAddr",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinksLocalIpAddr",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksLocalIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksLocalIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrArea": {
      "get": {
        "summary": "Get cospfShamLinkNbrArea",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrArea",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrIpAddrType": {
      "get": {
        "summary": "Get cospfShamLinkNbrIpAddrType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrIpAddrType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrIpAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrIpAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrIpAddr": {
      "get": {
        "summary": "Get cospfShamLinkNbrIpAddr",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrIpAddr",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrRtrId": {
      "get": {
        "summary": "Get cospfShamLinkNbrRtrId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrRtrId",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrOptions": {
      "get": {
        "summary": "Get cospfShamLinkNbrOptions",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrOptions",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrOptions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrOptions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrState": {
      "get": {
        "summary": "Get cospfShamLinkNbrState",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrState",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrEvents": {
      "get": {
        "summary": "Get cospfShamLinkNbrEvents",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrEvents",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrLsRetransQLen": {
      "get": {
        "summary": "Get cospfShamLinkNbrLsRetransQLen",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrLsRetransQLen",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrLsRetransQLen": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrLsRetransQLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinkNbrTable/cospfShamLinkNbrEntry/cospfShamLinkNbrHelloSuppressed": {
      "get": {
        "summary": "Get cospfShamLinkNbrHelloSuppressed",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinkNbrTable-cospfShamLinkNbrEntry-cospfShamLinkNbrHelloSuppressed",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinkNbrHelloSuppressed": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinkNbrHelloSuppressed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable": {
      "get": {
        "summary": "Get cospfShamLinksTable",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable",
        "tags": [
          "CISCO-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": {
                    "cospfShamLinksEntry": {
                      "type": "object",
                      "properties": {
                        "cospfShamLinksAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cospfShamLinksLocalIpAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksLocalIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksRemoteIpAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksRemoteIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksRetransInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksHelloInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksRtrDeadInterval": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksState": {
                          "type": "string",
                          "example": "Full"
                        },
                        "cospfShamLinksEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cospfShamLinksMetric": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfShamLinksTable": {
                    "cospfShamLinksEntry": {
                      "cospfShamLinksAreaId": "1",
                      "cospfShamLinksLocalIpAddrType": "configured-value",
                      "cospfShamLinksLocalIpAddr": "configured-value",
                      "cospfShamLinksRemoteIpAddrType": "configured-value",
                      "cospfShamLinksRemoteIpAddr": "configured-value",
                      "cospfShamLinksRetransInterval": "configured-value",
                      "cospfShamLinksHelloInterval": "configured-value",
                      "cospfShamLinksRtrDeadInterval": "configured-value",
                      "cospfShamLinksState": "default",
                      "cospfShamLinksEvents": "configured-value",
                      "cospfShamLinksMetric": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry": {
      "get": {
        "summary": "Get cospfShamLinksEntry",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry",
        "tags": [
          "CISCO-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": {
                    "cospfShamLinksAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cospfShamLinksLocalIpAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksLocalIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksRemoteIpAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksRemoteIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksRetransInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksHelloInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksRtrDeadInterval": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksState": {
                      "type": "string",
                      "example": "Full"
                    },
                    "cospfShamLinksEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cospfShamLinksMetric": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-OSPF-MIB:cospfShamLinksEntry": {
                    "cospfShamLinksAreaId": "1",
                    "cospfShamLinksLocalIpAddrType": "configured-value",
                    "cospfShamLinksLocalIpAddr": "configured-value",
                    "cospfShamLinksRemoteIpAddrType": "configured-value",
                    "cospfShamLinksRemoteIpAddr": "configured-value",
                    "cospfShamLinksRetransInterval": "configured-value",
                    "cospfShamLinksHelloInterval": "configured-value",
                    "cospfShamLinksRtrDeadInterval": "configured-value",
                    "cospfShamLinksState": "default",
                    "cospfShamLinksEvents": "configured-value",
                    "cospfShamLinksMetric": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksAreaId": {
      "get": {
        "summary": "Get cospfShamLinksAreaId",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksAreaId",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksLocalIpAddrType": {
      "get": {
        "summary": "Get cospfShamLinksLocalIpAddrType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksLocalIpAddrType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksLocalIpAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksLocalIpAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksLocalIpAddr": {
      "get": {
        "summary": "Get cospfShamLinksLocalIpAddr",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksLocalIpAddr",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksLocalIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksLocalIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksRemoteIpAddrType": {
      "get": {
        "summary": "Get cospfShamLinksRemoteIpAddrType",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksRemoteIpAddrType",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksRemoteIpAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksRemoteIpAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksRemoteIpAddr": {
      "get": {
        "summary": "Get cospfShamLinksRemoteIpAddr",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksRemoteIpAddr",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksRemoteIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksRemoteIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksRetransInterval": {
      "get": {
        "summary": "Get cospfShamLinksRetransInterval",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksRetransInterval",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksRetransInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksRetransInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksHelloInterval": {
      "get": {
        "summary": "Get cospfShamLinksHelloInterval",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksHelloInterval",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksHelloInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksHelloInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksRtrDeadInterval": {
      "get": {
        "summary": "Get cospfShamLinksRtrDeadInterval",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksRtrDeadInterval",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksRtrDeadInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksRtrDeadInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksState": {
      "get": {
        "summary": "Get cospfShamLinksState",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksState",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksEvents": {
      "get": {
        "summary": "Get cospfShamLinksEvents",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksEvents",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfShamLinksTable/cospfShamLinksEntry/cospfShamLinksMetric": {
      "get": {
        "summary": "Get cospfShamLinksMetric",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfShamLinksTable-cospfShamLinksEntry-cospfShamLinksMetric",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfShamLinksMetric": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfShamLinksMetric from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfOpaqueAreaLsaCount": {
      "get": {
        "summary": "Get cospfOpaqueAreaLsaCount",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfOpaqueAreaLsaCount",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfOpaqueAreaLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfOpaqueAreaLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfOpaqueAreaLsaCksumSum": {
      "get": {
        "summary": "Get cospfOpaqueAreaLsaCksumSum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfOpaqueAreaLsaCksumSum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfOpaqueAreaLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfOpaqueAreaLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfAreaNssaTranslatorRole": {
      "get": {
        "summary": "Get cospfAreaNssaTranslatorRole",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfAreaNssaTranslatorRole",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfAreaNssaTranslatorRole": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfAreaNssaTranslatorRole from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfAreaNssaTranslatorState": {
      "get": {
        "summary": "Get cospfAreaNssaTranslatorState",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfAreaNssaTranslatorState",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfAreaNssaTranslatorState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfAreaNssaTranslatorState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfAreaNssaTranslatorEvents": {
      "get": {
        "summary": "Get cospfAreaNssaTranslatorEvents",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfAreaNssaTranslatorEvents",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfAreaNssaTranslatorEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfAreaNssaTranslatorEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfIfLsaCount": {
      "get": {
        "summary": "Get cospfIfLsaCount",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfIfLsaCount",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfIfLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfIfLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfIfLsaCksumSum": {
      "get": {
        "summary": "Get cospfIfLsaCksumSum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfIfLsaCksumSum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfIfLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfIfLsaCksumSum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtIfLsaCount": {
      "get": {
        "summary": "Get cospfVirtIfLsaCount",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtIfLsaCount",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtIfLsaCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtIfLsaCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-OSPF-MIB:CISCO-OSPF-MIB/cospfVirtIfLsaCksumSum": {
      "get": {
        "summary": "Get cospfVirtIfLsaCksumSum",
        "operationId": "get-CISCO-OSPF-MIB:CISCO-OSPF-MIB-cospfVirtIfLsaCksumSum",
        "tags": [
          "CISCO-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": {
                  "CISCO-OSPF-MIB:cospfVirtIfLsaCksumSum": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cospfVirtIfLsaCksumSum 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": []
    }
  ]
}
