{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - OSPF-TRAP-MIB",
    "description": "MIB data from `OSPF-TRAP-MIB` module.\n\n**Root containers:** 1 (OSPF-TRAP-MIB)\n**Paths:** 101 | **Descendants:** 296\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "OSPF-TRAP-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB": {
      "get": {
        "summary": "Get OSPF-TRAP-MIB",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfTrapControl": {
                      "type": "object",
                      "properties": {
                        "ospfSetTrap": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "ospfConfigErrorType": {
                          "type": "string",
                          "example": "0"
                        },
                        "ospfPacketType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfPacketSrc": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ospfRouterId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtNbrRestartHelperStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtNbrRestartHelperAge": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "ospfVirtNbrArea": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfVirtNbrRtrId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfVirtNbrRestartHelperExitReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-7": {
                          "type": "object",
                          "properties": {
                            "ospfNbrIpAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfNbrAddressLessIndex": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ospfNbrRestartHelperExitReason": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-8": {
                          "type": "object",
                          "properties": {
                            "ospfLsdbAreaId": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ospfLsdbLsid": {
                              "type": "string",
                              "example": "1"
                            },
                            "ospfLsdbRouterId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:OSPF-TRAP-MIB": {
                    "ospfTrapControl": {
                      "ospfSetTrap": "QmFzZTY0",
                      "ospfConfigErrorType": "default",
                      "ospfPacketType": "default",
                      "ospfPacketSrc": "configured-value",
                      "object-1": {
                        "ospfRouterId": "1"
                      },
                      "object-2": {
                        "ospfVirtNbrRtrId": "1",
                        "ospfVirtNbrArea": "configured-value"
                      },
                      "object-3": {
                        "ospfVirtNbrArea": "configured-value",
                        "ospfVirtNbrRtrId": "1"
                      },
                      "object-4": {
                        "ospfVirtNbrArea": "configured-value",
                        "ospfVirtNbrRtrId": "1",
                        "ospfVirtNbrRestartHelperStatus": "active"
                      },
                      "object-5": {
                        "ospfVirtNbrArea": "configured-value",
                        "ospfVirtNbrRtrId": "1",
                        "ospfVirtNbrRestartHelperAge": "configured-value"
                      },
                      "object-6": {
                        "ospfVirtNbrArea": "configured-value",
                        "ospfVirtNbrRtrId": "1",
                        "ospfVirtNbrRestartHelperExitReason": "configured-value"
                      },
                      "object-7": {
                        "ospfNbrIpAddr": "configured-value",
                        "ospfNbrAddressLessIndex": "10.1.1.1",
                        "ospfNbrRestartHelperExitReason": "configured-value"
                      },
                      "object-8": {
                        "ospfLsdbAreaId": "1",
                        "ospfLsdbType": "configured-value",
                        "ospfLsdbLsid": "1",
                        "ospfLsdbRouterId": "1"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve OSPF-TRAP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl": {
      "get": {
        "summary": "Get ospfTrapControl",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfSetTrap": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "ospfConfigErrorType": {
                      "type": "string",
                      "example": "0"
                    },
                    "ospfPacketType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfPacketSrc": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ospfRouterId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtNbrRestartHelperStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtNbrRestartHelperAge": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "ospfVirtNbrArea": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfVirtNbrRtrId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfVirtNbrRestartHelperExitReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-7": {
                      "type": "object",
                      "properties": {
                        "ospfNbrIpAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfNbrAddressLessIndex": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ospfNbrRestartHelperExitReason": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-8": {
                      "type": "object",
                      "properties": {
                        "ospfLsdbAreaId": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ospfLsdbLsid": {
                          "type": "string",
                          "example": "1"
                        },
                        "ospfLsdbRouterId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfTrapControl": {
                    "ospfSetTrap": "QmFzZTY0",
                    "ospfConfigErrorType": "default",
                    "ospfPacketType": "default",
                    "ospfPacketSrc": "configured-value",
                    "object-1": {
                      "ospfRouterId": "1"
                    },
                    "object-2": {
                      "ospfVirtNbrRtrId": "1",
                      "ospfVirtNbrArea": "configured-value"
                    },
                    "object-3": {
                      "ospfVirtNbrArea": "configured-value",
                      "ospfVirtNbrRtrId": "1"
                    },
                    "object-4": {
                      "ospfVirtNbrArea": "configured-value",
                      "ospfVirtNbrRtrId": "1",
                      "ospfVirtNbrRestartHelperStatus": "active"
                    },
                    "object-5": {
                      "ospfVirtNbrArea": "configured-value",
                      "ospfVirtNbrRtrId": "1",
                      "ospfVirtNbrRestartHelperAge": "configured-value"
                    },
                    "object-6": {
                      "ospfVirtNbrArea": "configured-value",
                      "ospfVirtNbrRtrId": "1",
                      "ospfVirtNbrRestartHelperExitReason": "configured-value"
                    },
                    "object-7": {
                      "ospfNbrIpAddr": "configured-value",
                      "ospfNbrAddressLessIndex": "10.1.1.1",
                      "ospfNbrRestartHelperExitReason": "configured-value"
                    },
                    "object-8": {
                      "ospfLsdbAreaId": "1",
                      "ospfLsdbType": "configured-value",
                      "ospfLsdbLsid": "1",
                      "ospfLsdbRouterId": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfTrapControl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/ospfSetTrap": {
      "get": {
        "summary": "Get ospfSetTrap",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-ospfSetTrap",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfSetTrap": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfSetTrap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/ospfConfigErrorType": {
      "get": {
        "summary": "Get ospfConfigErrorType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-ospfConfigErrorType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfConfigErrorType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfConfigErrorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/ospfPacketType": {
      "get": {
        "summary": "Get ospfPacketType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-ospfPacketType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/ospfPacketSrc": {
      "get": {
        "summary": "Get ospfPacketSrc",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-ospfPacketSrc",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketSrc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketSrc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-1",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfRouterId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-1": {
                    "ospfRouterId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-1/ospfRouterId": {
      "get": {
        "summary": "Get ospfRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-1-ospfRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtIfNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfAreaId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-2": {
                    "ospfVirtIfNeighbor": "configured-value",
                    "ospfVirtIfAreaId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfVirtIfNeighbor": {
      "get": {
        "summary": "Get ospfVirtIfNeighbor",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfVirtIfNeighbor",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfVirtIfAreaId": {
      "get": {
        "summary": "Get ospfVirtIfAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfVirtIfAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtIfAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtIfNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-3": {
                    "ospfVirtIfAreaId": "1",
                    "ospfVirtIfNeighbor": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfVirtIfAreaId": {
      "get": {
        "summary": "Get ospfVirtIfAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfVirtIfAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfVirtIfNeighbor": {
      "get": {
        "summary": "Get ospfVirtIfNeighbor",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfVirtIfNeighbor",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfVirtIfAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfVirtIfNeighbor": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfVirtIfState": {
                      "type": "string",
                      "example": "Full"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-4": {
                    "ospfVirtIfAreaId": "1",
                    "ospfVirtIfNeighbor": "configured-value",
                    "ospfVirtIfState": "Full"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtIfAreaId": {
      "get": {
        "summary": "Get ospfVirtIfAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtIfAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtIfNeighbor": {
      "get": {
        "summary": "Get ospfVirtIfNeighbor",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtIfNeighbor",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfNeighbor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfNeighbor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtIfState": {
      "get": {
        "summary": "Get ospfVirtIfState",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtIfState",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtIfState": "Full"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtIfState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfNbrRtrId": {
      "get": {
        "summary": "Get ospfNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfNbrIpAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfNbrAddressLessIndex": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ospfNbrState": {
                      "type": "string",
                      "example": "Full"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-5": {
                    "ospfNbrIpAddr": "configured-value",
                    "ospfNbrAddressLessIndex": "10.1.1.1",
                    "ospfNbrState": "Full"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfNbrState": {
      "get": {
        "summary": "Get ospfNbrState",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfNbrState",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrState": "Full"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfVirtNbrArea",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfVirtNbrArea",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtNbrArea",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtNbrState": {
      "get": {
        "summary": "Get ospfVirtNbrState",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtNbrState",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrState": "Full"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfAddressLessIf": {
      "get": {
        "summary": "Get ospfAddressLessIf",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfAddressLessIf",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfIfIpAddress": {
      "get": {
        "summary": "Get ospfIfIpAddress",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfIfIpAddress",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfIfIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfIfIpAddress": {
      "get": {
        "summary": "Get ospfIfIpAddress",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfIfIpAddress",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfIfIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfAddressLessIf": {
      "get": {
        "summary": "Get ospfAddressLessIf",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfAddressLessIf",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfPacketSrc": {
      "get": {
        "summary": "Get ospfPacketSrc",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfPacketSrc",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketSrc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketSrc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfConfigErrorType": {
      "get": {
        "summary": "Get ospfConfigErrorType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfConfigErrorType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfConfigErrorType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfConfigErrorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfPacketType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-6": {
                    "ospfPacketType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfPacketType": {
      "get": {
        "summary": "Get ospfPacketType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfPacketType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfConfigErrorType": {
      "get": {
        "summary": "Get ospfConfigErrorType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfConfigErrorType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfConfigErrorType": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfConfigErrorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfPacketType": {
      "get": {
        "summary": "Get ospfPacketType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfPacketType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfPacketType": {
      "get": {
        "summary": "Get ospfPacketType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfPacketType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfPacketType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfPacketType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7": {
      "get": {
        "summary": "Get object-7",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLsdbAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-7": {
                    "ospfLsdbAreaId": "1",
                    "ospfLsdbType": "configured-value",
                    "ospfLsdbRouterId": "1",
                    "ospfLsdbLsid": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-7 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-8": {
      "get": {
        "summary": "Get object-8",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-8",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ospfLsdbAreaId": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ospfLsdbLsid": {
                      "type": "string",
                      "example": "1"
                    },
                    "ospfLsdbRouterId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:object-8": {
                    "ospfLsdbAreaId": "1",
                    "ospfLsdbType": "configured-value",
                    "ospfLsdbLsid": "1",
                    "ospfLsdbRouterId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-8 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-8/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-8-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-8/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-8-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-8/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-8-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-8/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-8-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfLsdbAreaId": {
      "get": {
        "summary": "Get ospfLsdbAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfLsdbAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfLsdbType": {
      "get": {
        "summary": "Get ospfLsdbType",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfLsdbType",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfLsdbRouterId": {
      "get": {
        "summary": "Get ospfLsdbRouterId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfLsdbRouterId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbRouterId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbRouterId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfLsdbLsid": {
      "get": {
        "summary": "Get ospfLsdbLsid",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfLsdbLsid",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfLsdbLsid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfLsdbLsid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfExtLsdbLimit": {
      "get": {
        "summary": "Get ospfExtLsdbLimit",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfExtLsdbLimit",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfExtLsdbLimit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfExtLsdbLimit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfIfIpAddress": {
      "get": {
        "summary": "Get ospfIfIpAddress",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfIfIpAddress",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfIfIpAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfIpAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfAddressLessIf": {
      "get": {
        "summary": "Get ospfAddressLessIf",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfAddressLessIf",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAddressLessIf": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAddressLessIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfIfState": {
      "get": {
        "summary": "Get ospfIfState",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfIfState",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfIfState": "Full"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfIfState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfAreaId": {
      "get": {
        "summary": "Get ospfAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfAreaId": {
      "get": {
        "summary": "Get ospfAreaId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfAreaId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAreaId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfAreaNssaTranslatorState": {
      "get": {
        "summary": "Get ospfAreaNssaTranslatorState",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfAreaNssaTranslatorState",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "Full"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfAreaNssaTranslatorState": "Full"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfAreaNssaTranslatorState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-2/ospfRestartStatus": {
      "get": {
        "summary": "Get ospfRestartStatus",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-2-ospfRestartStatus",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfRestartStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-3/ospfRestartInterval": {
      "get": {
        "summary": "Get ospfRestartInterval",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-3-ospfRestartInterval",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfRestartInterval": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfRestartExitReason": {
      "get": {
        "summary": "Get ospfRestartExitReason",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfRestartExitReason",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfRestartExitReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfRestartExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfNbrRestartHelperStatus": {
      "get": {
        "summary": "Get ospfNbrRestartHelperStatus",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfNbrRestartHelperStatus",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrRestartHelperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfNbrRestartHelperAge": {
      "get": {
        "summary": "Get ospfNbrRestartHelperAge",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfNbrRestartHelperAge",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrRestartHelperAge": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfNbrIpAddr": {
      "get": {
        "summary": "Get ospfNbrIpAddr",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfNbrIpAddr",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrIpAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrIpAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfNbrAddressLessIndex": {
      "get": {
        "summary": "Get ospfNbrAddressLessIndex",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfNbrAddressLessIndex",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrAddressLessIndex": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrAddressLessIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-7/ospfNbrRestartHelperExitReason": {
      "get": {
        "summary": "Get ospfNbrRestartHelperExitReason",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-7-ospfNbrRestartHelperExitReason",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfNbrRestartHelperExitReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfNbrRestartHelperExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-4/ospfVirtNbrRestartHelperStatus": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperStatus",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-4-ospfVirtNbrRestartHelperStatus",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRestartHelperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfVirtNbrArea",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-5/ospfVirtNbrRestartHelperAge": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperAge",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-5-ospfVirtNbrRestartHelperAge",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRestartHelperAge": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfVirtNbrArea": {
      "get": {
        "summary": "Get ospfVirtNbrArea",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfVirtNbrArea",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrArea": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrArea from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfVirtNbrRtrId": {
      "get": {
        "summary": "Get ospfVirtNbrRtrId",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfVirtNbrRtrId",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRtrId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRtrId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/OSPF-TRAP-MIB:OSPF-TRAP-MIB/ospfTrapControl/object-6/ospfVirtNbrRestartHelperExitReason": {
      "get": {
        "summary": "Get ospfVirtNbrRestartHelperExitReason",
        "operationId": "get-OSPF-TRAP-MIB:OSPF-TRAP-MIB-ospfTrapControl-object-6-ospfVirtNbrRestartHelperExitReason",
        "tags": [
          "OSPF-TRAP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "OSPF-TRAP-MIB:ospfVirtNbrRestartHelperExitReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ospfVirtNbrRestartHelperExitReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "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": []
    }
  ]
}
