{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-DOT3-OAM-MIB",
    "description": "MIB data from `CISCO-DOT3-OAM-MIB` module.\n\n**Root containers:** 1 (CISCO-DOT3-OAM-MIB)\n**Paths:** 124 | **Descendants:** 142\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-DOT3-OAM-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB": {
      "get": {
        "summary": "Get CISCO-DOT3-OAM-MIB",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamAdminState": {
                                "type": "string",
                                "example": "active"
                              },
                              "cdot3OamOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cdot3OamMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamMaxOamPduSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamConfigRevision": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamFunctionsSupported": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdot3OamPeerTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamPeerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamPeerMacAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cdot3OamPeerVendorOui": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamPeerVendorInfo": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamPeerMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamPeerMaxOamPduSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamPeerConfigRevision": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamPeerFunctionsSupported": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdot3OamLoopbackTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamLoopbackEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamLoopbackStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cdot3OamLoopbackIgnoreRx": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdot3OamStatsTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamInformationTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamInformationRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamUniqueEventNotificationTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamUniqueEventNotificationRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamDuplicateEventNotificationTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamDuplicateEventNotificationRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamLoopbackControlTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamLoopbackControlRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamVariableRequestTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamVariableRequestRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamVariableResponseTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamVariableResponseRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamOrgSpecificTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamOrgSpecificRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamUnsupportedCodesTx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamUnsupportedCodesRx": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamFramesLostDueToOam": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdot3OamEventConfigTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamEventConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ifIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cdot3OamErrSymPeriodWindowHi": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrSymPeriodWindowLo": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrSymPeriodThresholdHi": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrSymPeriodThresholdLo": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrSymPeriodEvNotifEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdot3OamErrFramePeriodWindow": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrFramePeriodThreshold": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrFramePeriodEvNotifEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdot3OamErrFrameWindow": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrFrameThreshold": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cdot3OamErrFrameEvNotifEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdot3OamErrFrameSecsSummaryWindow": {
                                "type": "integer",
                                "example": 1
                              },
                              "cdot3OamErrFrameSecsSummaryThreshold": {
                                "type": "integer",
                                "example": 1
                              },
                              "cdot3OamErrFrameSecsEvNotifEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdot3OamDyingGaspEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cdot3OamCriticalEventEnable": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogTable": {
                      "type": "object",
                      "properties": {
                        "cdot3OamEventLogEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogTimestamp": {
                              "type": "string",
                              "example": "2025-03-15T10:30:45Z"
                            },
                            "cdot3OamEventLogOui": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogType": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogLocation": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogWindowHi": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogWindowLo": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogThresholdHi": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogThresholdLo": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cdot3OamEventLogValue": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogRunningTotal": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogEventTotal": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogTimestamp": {
                              "type": "string",
                              "example": "2025-03-15T10:30:45Z"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogOui": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogLocation": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogEventTotal": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogWindowLo": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-7": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogThresholdHi": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-8": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogThresholdLo": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-9": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogValue": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-10": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogRunningTotal": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-11": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cdot3OamEventLogEventTotal": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB": {
                    "cdot3OamTable": {
                      "cdot3OamEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cdot3OamAdminState": "default",
                          "cdot3OamOperStatus": "default",
                          "cdot3OamMode": "default",
                          "cdot3OamMaxOamPduSize": 1,
                          "cdot3OamConfigRevision": 1,
                          "cdot3OamFunctionsSupported": ""
                        }
                      ]
                    },
                    "cdot3OamPeerTable": {
                      "cdot3OamPeerEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cdot3OamPeerMacAddress": "10.1.1.1",
                          "cdot3OamPeerVendorOui": "configured-value",
                          "cdot3OamPeerVendorInfo": 1,
                          "cdot3OamPeerMode": "default",
                          "cdot3OamPeerMaxOamPduSize": 1,
                          "cdot3OamPeerConfigRevision": 1,
                          "cdot3OamPeerFunctionsSupported": ""
                        }
                      ]
                    },
                    "cdot3OamLoopbackTable": {
                      "cdot3OamLoopbackEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cdot3OamLoopbackStatus": "default",
                          "cdot3OamLoopbackIgnoreRx": "default"
                        }
                      ]
                    },
                    "cdot3OamStatsTable": {
                      "cdot3OamStatsEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cdot3OamInformationTx": "configured-value",
                          "cdot3OamInformationRx": "configured-value",
                          "cdot3OamUniqueEventNotificationTx": "configured-value",
                          "cdot3OamUniqueEventNotificationRx": "configured-value",
                          "cdot3OamDuplicateEventNotificationTx": "configured-value",
                          "cdot3OamDuplicateEventNotificationRx": "configured-value",
                          "cdot3OamLoopbackControlTx": "configured-value",
                          "cdot3OamLoopbackControlRx": "configured-value",
                          "cdot3OamVariableRequestTx": "configured-value",
                          "cdot3OamVariableRequestRx": "configured-value",
                          "cdot3OamVariableResponseTx": "configured-value",
                          "cdot3OamVariableResponseRx": "configured-value",
                          "cdot3OamOrgSpecificTx": "configured-value",
                          "cdot3OamOrgSpecificRx": "configured-value",
                          "cdot3OamUnsupportedCodesTx": "configured-value",
                          "cdot3OamUnsupportedCodesRx": "configured-value",
                          "cdot3OamFramesLostDueToOam": "configured-value"
                        }
                      ]
                    },
                    "cdot3OamEventConfigTable": {
                      "cdot3OamEventConfigEntry": [
                        {
                          "ifIndex": "configured-value",
                          "cdot3OamErrSymPeriodWindowHi": 1,
                          "cdot3OamErrSymPeriodWindowLo": 1,
                          "cdot3OamErrSymPeriodThresholdHi": 1,
                          "cdot3OamErrSymPeriodThresholdLo": 1,
                          "cdot3OamErrSymPeriodEvNotifEnable": true,
                          "cdot3OamErrFramePeriodWindow": 1,
                          "cdot3OamErrFramePeriodThreshold": 1,
                          "cdot3OamErrFramePeriodEvNotifEnable": true,
                          "cdot3OamErrFrameWindow": 1,
                          "cdot3OamErrFrameThreshold": 1,
                          "cdot3OamErrFrameEvNotifEnable": true,
                          "cdot3OamErrFrameSecsSummaryWindow": 1,
                          "cdot3OamErrFrameSecsSummaryThreshold": 1,
                          "cdot3OamErrFrameSecsEvNotifEnable": true,
                          "cdot3OamDyingGaspEnable": true,
                          "cdot3OamCriticalEventEnable": true
                        }
                      ]
                    },
                    "cdot3OamEventLogTable": {
                      "cdot3OamEventLogEntry": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": 1,
                        "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z",
                        "cdot3OamEventLogOui": "configured-value",
                        "cdot3OamEventLogType": 1,
                        "cdot3OamEventLogLocation": "default",
                        "cdot3OamEventLogWindowHi": 1,
                        "cdot3OamEventLogWindowLo": 1,
                        "cdot3OamEventLogThresholdHi": 1,
                        "cdot3OamEventLogThresholdLo": 1,
                        "cdot3OamEventLogValue": "configured-value",
                        "cdot3OamEventLogRunningTotal": "configured-value",
                        "cdot3OamEventLogEventTotal": 1
                      },
                      "object-1": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z"
                      },
                      "object-2": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogOui": "configured-value"
                      },
                      "object-3": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogType": "configured-value"
                      },
                      "object-4": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogLocation": "configured-value"
                      },
                      "object-5": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogEventTotal": "configured-value"
                      },
                      "object-6": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogWindowLo": "configured-value"
                      },
                      "object-7": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogThresholdHi": "configured-value"
                      },
                      "object-8": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogThresholdLo": "configured-value"
                      },
                      "object-9": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogValue": "configured-value"
                      },
                      "object-10": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogRunningTotal": "configured-value"
                      },
                      "object-11": {
                        "ifIndex": "configured-value",
                        "cdot3OamEventLogIndex": "configured-value",
                        "cdot3OamEventLogEventTotal": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-DOT3-OAM-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable": {
      "get": {
        "summary": "Get cdot3OamTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamAdminState": {
                            "type": "string",
                            "example": "active"
                          },
                          "cdot3OamOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cdot3OamMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamMaxOamPduSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamConfigRevision": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamFunctionsSupported": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamTable": {
                    "cdot3OamEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cdot3OamAdminState": "default",
                        "cdot3OamOperStatus": "default",
                        "cdot3OamMode": "default",
                        "cdot3OamMaxOamPduSize": 1,
                        "cdot3OamConfigRevision": 1,
                        "cdot3OamFunctionsSupported": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry": {
      "get": {
        "summary": "Get cdot3OamEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamAdminState": {
                        "type": "string",
                        "example": "active"
                      },
                      "cdot3OamOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cdot3OamMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamMaxOamPduSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamConfigRevision": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamFunctionsSupported": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cdot3OamAdminState": "default",
                      "cdot3OamOperStatus": "default",
                      "cdot3OamMode": "default",
                      "cdot3OamMaxOamPduSize": 1,
                      "cdot3OamConfigRevision": 1,
                      "cdot3OamFunctionsSupported": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamAdminState": {
      "get": {
        "summary": "Get cdot3OamAdminState",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamAdminState",
        "tags": [
          "CISCO-DOT3-OAM-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": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamAdminState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamAdminState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamOperStatus": {
      "get": {
        "summary": "Get cdot3OamOperStatus",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamOperStatus",
        "tags": [
          "CISCO-DOT3-OAM-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": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamOperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamMode": {
      "get": {
        "summary": "Get cdot3OamMode",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamMode",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamMaxOamPduSize": {
      "get": {
        "summary": "Get cdot3OamMaxOamPduSize",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamMaxOamPduSize",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamMaxOamPduSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamMaxOamPduSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamConfigRevision": {
      "get": {
        "summary": "Get cdot3OamConfigRevision",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamConfigRevision",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamConfigRevision": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamConfigRevision from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamTable/cdot3OamEntry/cdot3OamFunctionsSupported": {
      "get": {
        "summary": "Get cdot3OamFunctionsSupported",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamTable-cdot3OamEntry-cdot3OamFunctionsSupported",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamFunctionsSupported": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamFunctionsSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable": {
      "get": {
        "summary": "Get cdot3OamPeerTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamPeerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamPeerMacAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cdot3OamPeerVendorOui": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamPeerVendorInfo": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamPeerMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamPeerMaxOamPduSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamPeerConfigRevision": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamPeerFunctionsSupported": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerTable": {
                    "cdot3OamPeerEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cdot3OamPeerMacAddress": "10.1.1.1",
                        "cdot3OamPeerVendorOui": "configured-value",
                        "cdot3OamPeerVendorInfo": 1,
                        "cdot3OamPeerMode": "default",
                        "cdot3OamPeerMaxOamPduSize": 1,
                        "cdot3OamPeerConfigRevision": 1,
                        "cdot3OamPeerFunctionsSupported": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry": {
      "get": {
        "summary": "Get cdot3OamPeerEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamPeerMacAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cdot3OamPeerVendorOui": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamPeerVendorInfo": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamPeerMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamPeerMaxOamPduSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamPeerConfigRevision": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamPeerFunctionsSupported": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cdot3OamPeerMacAddress": "10.1.1.1",
                      "cdot3OamPeerVendorOui": "configured-value",
                      "cdot3OamPeerVendorInfo": 1,
                      "cdot3OamPeerMode": "default",
                      "cdot3OamPeerMaxOamPduSize": 1,
                      "cdot3OamPeerConfigRevision": 1,
                      "cdot3OamPeerFunctionsSupported": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerMacAddress": {
      "get": {
        "summary": "Get cdot3OamPeerMacAddress",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerMacAddress",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerVendorOui": {
      "get": {
        "summary": "Get cdot3OamPeerVendorOui",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerVendorOui",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerVendorOui": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerVendorOui from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerVendorInfo": {
      "get": {
        "summary": "Get cdot3OamPeerVendorInfo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerVendorInfo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerVendorInfo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerVendorInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerMode": {
      "get": {
        "summary": "Get cdot3OamPeerMode",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerMode",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerMaxOamPduSize": {
      "get": {
        "summary": "Get cdot3OamPeerMaxOamPduSize",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerMaxOamPduSize",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerMaxOamPduSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerMaxOamPduSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerConfigRevision": {
      "get": {
        "summary": "Get cdot3OamPeerConfigRevision",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerConfigRevision",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerConfigRevision": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerConfigRevision from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamPeerTable/cdot3OamPeerEntry/cdot3OamPeerFunctionsSupported": {
      "get": {
        "summary": "Get cdot3OamPeerFunctionsSupported",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamPeerTable-cdot3OamPeerEntry-cdot3OamPeerFunctionsSupported",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamPeerFunctionsSupported": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamPeerFunctionsSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamLoopbackTable": {
      "get": {
        "summary": "Get cdot3OamLoopbackTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamLoopbackTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamLoopbackEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamLoopbackStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cdot3OamLoopbackIgnoreRx": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackTable": {
                    "cdot3OamLoopbackEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cdot3OamLoopbackStatus": "default",
                        "cdot3OamLoopbackIgnoreRx": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamLoopbackTable/cdot3OamLoopbackEntry": {
      "get": {
        "summary": "Get cdot3OamLoopbackEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamLoopbackTable-cdot3OamLoopbackEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamLoopbackStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cdot3OamLoopbackIgnoreRx": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cdot3OamLoopbackStatus": "default",
                      "cdot3OamLoopbackIgnoreRx": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamLoopbackTable/cdot3OamLoopbackEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamLoopbackTable-cdot3OamLoopbackEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamLoopbackTable/cdot3OamLoopbackEntry/cdot3OamLoopbackStatus": {
      "get": {
        "summary": "Get cdot3OamLoopbackStatus",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamLoopbackTable-cdot3OamLoopbackEntry-cdot3OamLoopbackStatus",
        "tags": [
          "CISCO-DOT3-OAM-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": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamLoopbackTable/cdot3OamLoopbackEntry/cdot3OamLoopbackIgnoreRx": {
      "get": {
        "summary": "Get cdot3OamLoopbackIgnoreRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamLoopbackTable-cdot3OamLoopbackEntry-cdot3OamLoopbackIgnoreRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackIgnoreRx": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackIgnoreRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable": {
      "get": {
        "summary": "Get cdot3OamStatsTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamInformationTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamInformationRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamUniqueEventNotificationTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamUniqueEventNotificationRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamDuplicateEventNotificationTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamDuplicateEventNotificationRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamLoopbackControlTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamLoopbackControlRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamVariableRequestTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamVariableRequestRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamVariableResponseTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamVariableResponseRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamOrgSpecificTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamOrgSpecificRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamUnsupportedCodesTx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamUnsupportedCodesRx": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamFramesLostDueToOam": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamStatsTable": {
                    "cdot3OamStatsEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cdot3OamInformationTx": "configured-value",
                        "cdot3OamInformationRx": "configured-value",
                        "cdot3OamUniqueEventNotificationTx": "configured-value",
                        "cdot3OamUniqueEventNotificationRx": "configured-value",
                        "cdot3OamDuplicateEventNotificationTx": "configured-value",
                        "cdot3OamDuplicateEventNotificationRx": "configured-value",
                        "cdot3OamLoopbackControlTx": "configured-value",
                        "cdot3OamLoopbackControlRx": "configured-value",
                        "cdot3OamVariableRequestTx": "configured-value",
                        "cdot3OamVariableRequestRx": "configured-value",
                        "cdot3OamVariableResponseTx": "configured-value",
                        "cdot3OamVariableResponseRx": "configured-value",
                        "cdot3OamOrgSpecificTx": "configured-value",
                        "cdot3OamOrgSpecificRx": "configured-value",
                        "cdot3OamUnsupportedCodesTx": "configured-value",
                        "cdot3OamUnsupportedCodesRx": "configured-value",
                        "cdot3OamFramesLostDueToOam": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry": {
      "get": {
        "summary": "Get cdot3OamStatsEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamInformationTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamInformationRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamUniqueEventNotificationTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamUniqueEventNotificationRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamDuplicateEventNotificationTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamDuplicateEventNotificationRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamLoopbackControlTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamLoopbackControlRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamVariableRequestTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamVariableRequestRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamVariableResponseTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamVariableResponseRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamOrgSpecificTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamOrgSpecificRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamUnsupportedCodesTx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamUnsupportedCodesRx": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamFramesLostDueToOam": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamStatsEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cdot3OamInformationTx": "configured-value",
                      "cdot3OamInformationRx": "configured-value",
                      "cdot3OamUniqueEventNotificationTx": "configured-value",
                      "cdot3OamUniqueEventNotificationRx": "configured-value",
                      "cdot3OamDuplicateEventNotificationTx": "configured-value",
                      "cdot3OamDuplicateEventNotificationRx": "configured-value",
                      "cdot3OamLoopbackControlTx": "configured-value",
                      "cdot3OamLoopbackControlRx": "configured-value",
                      "cdot3OamVariableRequestTx": "configured-value",
                      "cdot3OamVariableRequestRx": "configured-value",
                      "cdot3OamVariableResponseTx": "configured-value",
                      "cdot3OamVariableResponseRx": "configured-value",
                      "cdot3OamOrgSpecificTx": "configured-value",
                      "cdot3OamOrgSpecificRx": "configured-value",
                      "cdot3OamUnsupportedCodesTx": "configured-value",
                      "cdot3OamUnsupportedCodesRx": "configured-value",
                      "cdot3OamFramesLostDueToOam": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamInformationTx": {
      "get": {
        "summary": "Get cdot3OamInformationTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamInformationTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamInformationTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamInformationTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamInformationRx": {
      "get": {
        "summary": "Get cdot3OamInformationRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamInformationRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamInformationRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamInformationRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamUniqueEventNotificationTx": {
      "get": {
        "summary": "Get cdot3OamUniqueEventNotificationTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamUniqueEventNotificationTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamUniqueEventNotificationTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamUniqueEventNotificationTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamUniqueEventNotificationRx": {
      "get": {
        "summary": "Get cdot3OamUniqueEventNotificationRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamUniqueEventNotificationRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamUniqueEventNotificationRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamUniqueEventNotificationRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamDuplicateEventNotificationTx": {
      "get": {
        "summary": "Get cdot3OamDuplicateEventNotificationTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamDuplicateEventNotificationTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamDuplicateEventNotificationTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamDuplicateEventNotificationTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamDuplicateEventNotificationRx": {
      "get": {
        "summary": "Get cdot3OamDuplicateEventNotificationRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamDuplicateEventNotificationRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamDuplicateEventNotificationRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamDuplicateEventNotificationRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamLoopbackControlTx": {
      "get": {
        "summary": "Get cdot3OamLoopbackControlTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamLoopbackControlTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackControlTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackControlTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamLoopbackControlRx": {
      "get": {
        "summary": "Get cdot3OamLoopbackControlRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamLoopbackControlRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamLoopbackControlRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamLoopbackControlRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamVariableRequestTx": {
      "get": {
        "summary": "Get cdot3OamVariableRequestTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamVariableRequestTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamVariableRequestTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamVariableRequestTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamVariableRequestRx": {
      "get": {
        "summary": "Get cdot3OamVariableRequestRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamVariableRequestRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamVariableRequestRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamVariableRequestRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamVariableResponseTx": {
      "get": {
        "summary": "Get cdot3OamVariableResponseTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamVariableResponseTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamVariableResponseTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamVariableResponseTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamVariableResponseRx": {
      "get": {
        "summary": "Get cdot3OamVariableResponseRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamVariableResponseRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamVariableResponseRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamVariableResponseRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamOrgSpecificTx": {
      "get": {
        "summary": "Get cdot3OamOrgSpecificTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamOrgSpecificTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamOrgSpecificTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamOrgSpecificTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamOrgSpecificRx": {
      "get": {
        "summary": "Get cdot3OamOrgSpecificRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamOrgSpecificRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamOrgSpecificRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamOrgSpecificRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamUnsupportedCodesTx": {
      "get": {
        "summary": "Get cdot3OamUnsupportedCodesTx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamUnsupportedCodesTx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamUnsupportedCodesTx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamUnsupportedCodesTx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamUnsupportedCodesRx": {
      "get": {
        "summary": "Get cdot3OamUnsupportedCodesRx",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamUnsupportedCodesRx",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamUnsupportedCodesRx": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamUnsupportedCodesRx from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamStatsTable/cdot3OamStatsEntry/cdot3OamFramesLostDueToOam": {
      "get": {
        "summary": "Get cdot3OamFramesLostDueToOam",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamStatsTable-cdot3OamStatsEntry-cdot3OamFramesLostDueToOam",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamFramesLostDueToOam": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamFramesLostDueToOam from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable": {
      "get": {
        "summary": "Get cdot3OamEventConfigTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamEventConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cdot3OamErrSymPeriodWindowHi": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrSymPeriodWindowLo": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrSymPeriodThresholdHi": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrSymPeriodThresholdLo": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrSymPeriodEvNotifEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdot3OamErrFramePeriodWindow": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrFramePeriodThreshold": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrFramePeriodEvNotifEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdot3OamErrFrameWindow": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrFrameThreshold": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cdot3OamErrFrameEvNotifEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdot3OamErrFrameSecsSummaryWindow": {
                            "type": "integer",
                            "example": 1
                          },
                          "cdot3OamErrFrameSecsSummaryThreshold": {
                            "type": "integer",
                            "example": 1
                          },
                          "cdot3OamErrFrameSecsEvNotifEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdot3OamDyingGaspEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cdot3OamCriticalEventEnable": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventConfigTable": {
                    "cdot3OamEventConfigEntry": [
                      {
                        "ifIndex": "configured-value",
                        "cdot3OamErrSymPeriodWindowHi": 1,
                        "cdot3OamErrSymPeriodWindowLo": 1,
                        "cdot3OamErrSymPeriodThresholdHi": 1,
                        "cdot3OamErrSymPeriodThresholdLo": 1,
                        "cdot3OamErrSymPeriodEvNotifEnable": true,
                        "cdot3OamErrFramePeriodWindow": 1,
                        "cdot3OamErrFramePeriodThreshold": 1,
                        "cdot3OamErrFramePeriodEvNotifEnable": true,
                        "cdot3OamErrFrameWindow": 1,
                        "cdot3OamErrFrameThreshold": 1,
                        "cdot3OamErrFrameEvNotifEnable": true,
                        "cdot3OamErrFrameSecsSummaryWindow": 1,
                        "cdot3OamErrFrameSecsSummaryThreshold": 1,
                        "cdot3OamErrFrameSecsEvNotifEnable": true,
                        "cdot3OamDyingGaspEnable": true,
                        "cdot3OamCriticalEventEnable": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry": {
      "get": {
        "summary": "Get cdot3OamEventConfigEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cdot3OamErrSymPeriodWindowHi": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrSymPeriodWindowLo": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrSymPeriodThresholdHi": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrSymPeriodThresholdLo": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrSymPeriodEvNotifEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdot3OamErrFramePeriodWindow": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrFramePeriodThreshold": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrFramePeriodEvNotifEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdot3OamErrFrameWindow": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrFrameThreshold": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cdot3OamErrFrameEvNotifEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdot3OamErrFrameSecsSummaryWindow": {
                        "type": "integer",
                        "example": 1
                      },
                      "cdot3OamErrFrameSecsSummaryThreshold": {
                        "type": "integer",
                        "example": 1
                      },
                      "cdot3OamErrFrameSecsEvNotifEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdot3OamDyingGaspEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cdot3OamCriticalEventEnable": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventConfigEntry": [
                    {
                      "ifIndex": "configured-value",
                      "cdot3OamErrSymPeriodWindowHi": 1,
                      "cdot3OamErrSymPeriodWindowLo": 1,
                      "cdot3OamErrSymPeriodThresholdHi": 1,
                      "cdot3OamErrSymPeriodThresholdLo": 1,
                      "cdot3OamErrSymPeriodEvNotifEnable": true,
                      "cdot3OamErrFramePeriodWindow": 1,
                      "cdot3OamErrFramePeriodThreshold": 1,
                      "cdot3OamErrFramePeriodEvNotifEnable": true,
                      "cdot3OamErrFrameWindow": 1,
                      "cdot3OamErrFrameThreshold": 1,
                      "cdot3OamErrFrameEvNotifEnable": true,
                      "cdot3OamErrFrameSecsSummaryWindow": 1,
                      "cdot3OamErrFrameSecsSummaryThreshold": 1,
                      "cdot3OamErrFrameSecsEvNotifEnable": true,
                      "cdot3OamDyingGaspEnable": true,
                      "cdot3OamCriticalEventEnable": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrSymPeriodWindowHi": {
      "get": {
        "summary": "Get cdot3OamErrSymPeriodWindowHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrSymPeriodWindowHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrSymPeriodWindowHi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrSymPeriodWindowHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrSymPeriodWindowLo": {
      "get": {
        "summary": "Get cdot3OamErrSymPeriodWindowLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrSymPeriodWindowLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrSymPeriodWindowLo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrSymPeriodWindowLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrSymPeriodThresholdHi": {
      "get": {
        "summary": "Get cdot3OamErrSymPeriodThresholdHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrSymPeriodThresholdHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrSymPeriodThresholdHi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrSymPeriodThresholdHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrSymPeriodThresholdLo": {
      "get": {
        "summary": "Get cdot3OamErrSymPeriodThresholdLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrSymPeriodThresholdLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrSymPeriodThresholdLo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrSymPeriodThresholdLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrSymPeriodEvNotifEnable": {
      "get": {
        "summary": "Get cdot3OamErrSymPeriodEvNotifEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrSymPeriodEvNotifEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrSymPeriodEvNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrSymPeriodEvNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFramePeriodWindow": {
      "get": {
        "summary": "Get cdot3OamErrFramePeriodWindow",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFramePeriodWindow",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFramePeriodWindow": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFramePeriodWindow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFramePeriodThreshold": {
      "get": {
        "summary": "Get cdot3OamErrFramePeriodThreshold",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFramePeriodThreshold",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFramePeriodThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFramePeriodThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFramePeriodEvNotifEnable": {
      "get": {
        "summary": "Get cdot3OamErrFramePeriodEvNotifEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFramePeriodEvNotifEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFramePeriodEvNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFramePeriodEvNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameWindow": {
      "get": {
        "summary": "Get cdot3OamErrFrameWindow",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameWindow",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameWindow": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameWindow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameThreshold": {
      "get": {
        "summary": "Get cdot3OamErrFrameThreshold",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameThreshold",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameEvNotifEnable": {
      "get": {
        "summary": "Get cdot3OamErrFrameEvNotifEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameEvNotifEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameEvNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameEvNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameSecsSummaryWindow": {
      "get": {
        "summary": "Get cdot3OamErrFrameSecsSummaryWindow",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameSecsSummaryWindow",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameSecsSummaryWindow": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameSecsSummaryWindow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameSecsSummaryThreshold": {
      "get": {
        "summary": "Get cdot3OamErrFrameSecsSummaryThreshold",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameSecsSummaryThreshold",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameSecsSummaryThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameSecsSummaryThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamErrFrameSecsEvNotifEnable": {
      "get": {
        "summary": "Get cdot3OamErrFrameSecsEvNotifEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamErrFrameSecsEvNotifEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamErrFrameSecsEvNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamErrFrameSecsEvNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamDyingGaspEnable": {
      "get": {
        "summary": "Get cdot3OamDyingGaspEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamDyingGaspEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamDyingGaspEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamDyingGaspEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventConfigTable/cdot3OamEventConfigEntry/cdot3OamCriticalEventEnable": {
      "get": {
        "summary": "Get cdot3OamCriticalEventEnable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventConfigTable-cdot3OamEventConfigEntry-cdot3OamCriticalEventEnable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamCriticalEventEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamCriticalEventEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable": {
      "get": {
        "summary": "Get cdot3OamEventLogTable",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cdot3OamEventLogEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogTimestamp": {
                          "type": "string",
                          "example": "2025-03-15T10:30:45Z"
                        },
                        "cdot3OamEventLogOui": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogType": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogLocation": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogWindowHi": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogWindowLo": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogThresholdHi": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogThresholdLo": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cdot3OamEventLogValue": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogRunningTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogEventTotal": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogTimestamp": {
                          "type": "string",
                          "example": "2025-03-15T10:30:45Z"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogOui": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogLocation": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogEventTotal": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogWindowLo": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-7": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogThresholdHi": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-8": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogThresholdLo": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-9": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogValue": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-10": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogRunningTotal": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-11": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cdot3OamEventLogEventTotal": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogTable": {
                    "cdot3OamEventLogEntry": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": 1,
                      "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z",
                      "cdot3OamEventLogOui": "configured-value",
                      "cdot3OamEventLogType": 1,
                      "cdot3OamEventLogLocation": "default",
                      "cdot3OamEventLogWindowHi": 1,
                      "cdot3OamEventLogWindowLo": 1,
                      "cdot3OamEventLogThresholdHi": 1,
                      "cdot3OamEventLogThresholdLo": 1,
                      "cdot3OamEventLogValue": "configured-value",
                      "cdot3OamEventLogRunningTotal": "configured-value",
                      "cdot3OamEventLogEventTotal": 1
                    },
                    "object-1": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z"
                    },
                    "object-2": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogOui": "configured-value"
                    },
                    "object-3": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogType": "configured-value"
                    },
                    "object-4": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogLocation": "configured-value"
                    },
                    "object-5": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogEventTotal": "configured-value"
                    },
                    "object-6": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogWindowLo": "configured-value"
                    },
                    "object-7": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogThresholdHi": "configured-value"
                    },
                    "object-8": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogThresholdLo": "configured-value"
                    },
                    "object-9": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogValue": "configured-value"
                    },
                    "object-10": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogRunningTotal": "configured-value"
                    },
                    "object-11": {
                      "ifIndex": "configured-value",
                      "cdot3OamEventLogIndex": "configured-value",
                      "cdot3OamEventLogEventTotal": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry": {
      "get": {
        "summary": "Get cdot3OamEventLogEntry",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogTimestamp": {
                      "type": "string",
                      "example": "2025-03-15T10:30:45Z"
                    },
                    "cdot3OamEventLogOui": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogType": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogLocation": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogWindowHi": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogWindowLo": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogThresholdHi": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogThresholdLo": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cdot3OamEventLogValue": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogRunningTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogEventTotal": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogEntry": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": 1,
                    "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z",
                    "cdot3OamEventLogOui": "configured-value",
                    "cdot3OamEventLogType": 1,
                    "cdot3OamEventLogLocation": "default",
                    "cdot3OamEventLogWindowHi": 1,
                    "cdot3OamEventLogWindowLo": 1,
                    "cdot3OamEventLogThresholdHi": 1,
                    "cdot3OamEventLogThresholdLo": 1,
                    "cdot3OamEventLogValue": "configured-value",
                    "cdot3OamEventLogRunningTotal": "configured-value",
                    "cdot3OamEventLogEventTotal": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogTimestamp": {
      "get": {
        "summary": "Get cdot3OamEventLogTimestamp",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogTimestamp",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogTimestamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogOui": {
      "get": {
        "summary": "Get cdot3OamEventLogOui",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogOui",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogOui": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogOui from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogType": {
      "get": {
        "summary": "Get cdot3OamEventLogType",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogType",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogLocation": {
      "get": {
        "summary": "Get cdot3OamEventLogLocation",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogLocation",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogLocation": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogLocation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogWindowHi": {
      "get": {
        "summary": "Get cdot3OamEventLogWindowHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogWindowHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogWindowHi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogWindowHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogWindowLo": {
      "get": {
        "summary": "Get cdot3OamEventLogWindowLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogWindowLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogWindowLo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogWindowLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogThresholdHi": {
      "get": {
        "summary": "Get cdot3OamEventLogThresholdHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogThresholdHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogThresholdHi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogThresholdHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogThresholdLo": {
      "get": {
        "summary": "Get cdot3OamEventLogThresholdLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogThresholdLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogThresholdLo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogThresholdLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogValue": {
      "get": {
        "summary": "Get cdot3OamEventLogValue",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogValue",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogRunningTotal": {
      "get": {
        "summary": "Get cdot3OamEventLogRunningTotal",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogRunningTotal",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogRunningTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogRunningTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/cdot3OamEventLogEntry/cdot3OamEventLogEventTotal": {
      "get": {
        "summary": "Get cdot3OamEventLogEventTotal",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-cdot3OamEventLogEntry-cdot3OamEventLogEventTotal",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogEventTotal": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogEventTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-1",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogTimestamp": {
                      "type": "string",
                      "example": "2025-03-15T10:30:45Z"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-1": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-1/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-1-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-1/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-1-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-1/cdot3OamEventLogTimestamp": {
      "get": {
        "summary": "Get cdot3OamEventLogTimestamp",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-1-cdot3OamEventLogTimestamp",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15T10:30:45Z"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogTimestamp": "2025-03-15T10:30:45Z"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogTimestamp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-2",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogOui": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-2": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogOui": "configured-value"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-2/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-2-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-2/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-2-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-2/cdot3OamEventLogOui": {
      "get": {
        "summary": "Get cdot3OamEventLogOui",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-2-cdot3OamEventLogOui",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogOui": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogOui from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-3",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-3": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogType": "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-3/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-3-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-3/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-3-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-3/cdot3OamEventLogType": {
      "get": {
        "summary": "Get cdot3OamEventLogType",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-3-cdot3OamEventLogType",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-4",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogLocation": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-4": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogLocation": "configured-value"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-4/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-4-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-4/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-4-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-4/cdot3OamEventLogLocation": {
      "get": {
        "summary": "Get cdot3OamEventLogLocation",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-4-cdot3OamEventLogLocation",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogLocation": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogLocation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-5",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogWindowHi": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-5": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogWindowHi": "configured-value"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-5/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-5-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-5/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-5-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-5/cdot3OamEventLogWindowHi": {
      "get": {
        "summary": "Get cdot3OamEventLogWindowHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-5-cdot3OamEventLogWindowHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogWindowHi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogWindowHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-6",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogWindowLo": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-6": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogWindowLo": "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-6/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-6-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-6/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-6-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-6/cdot3OamEventLogWindowLo": {
      "get": {
        "summary": "Get cdot3OamEventLogWindowLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-6-cdot3OamEventLogWindowLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogWindowLo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogWindowLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-7": {
      "get": {
        "summary": "Get object-7",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-7",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogThresholdHi": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-7": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogThresholdHi": "configured-value"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-7/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-7-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-7/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-7-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-7/cdot3OamEventLogThresholdHi": {
      "get": {
        "summary": "Get cdot3OamEventLogThresholdHi",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-7-cdot3OamEventLogThresholdHi",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogThresholdHi": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogThresholdHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-8": {
      "get": {
        "summary": "Get object-8",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-8",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogThresholdLo": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-8": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogThresholdLo": "configured-value"
                  }
                }
              }
            }
          },
          "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/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-8/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-8-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-8/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-8-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-8/cdot3OamEventLogThresholdLo": {
      "get": {
        "summary": "Get cdot3OamEventLogThresholdLo",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-8-cdot3OamEventLogThresholdLo",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogThresholdLo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogThresholdLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-9": {
      "get": {
        "summary": "Get object-9",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-9",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogValue": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-9": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogValue": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-9 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-9/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-9-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-9/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-9-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-9/cdot3OamEventLogValue": {
      "get": {
        "summary": "Get cdot3OamEventLogValue",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-9-cdot3OamEventLogValue",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogValue": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-10": {
      "get": {
        "summary": "Get object-10",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-10",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogRunningTotal": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-10": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogRunningTotal": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-10 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-10/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-10-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-10/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-10-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-10/cdot3OamEventLogRunningTotal": {
      "get": {
        "summary": "Get cdot3OamEventLogRunningTotal",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-10-cdot3OamEventLogRunningTotal",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogRunningTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogRunningTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-11": {
      "get": {
        "summary": "Get object-11",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-11",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cdot3OamEventLogEventTotal": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:object-11": {
                    "ifIndex": "configured-value",
                    "cdot3OamEventLogIndex": "configured-value",
                    "cdot3OamEventLogEventTotal": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-11 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-11/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-11-ifIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-11/cdot3OamEventLogIndex": {
      "get": {
        "summary": "Get cdot3OamEventLogIndex",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-11-cdot3OamEventLogIndex",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-11/cdot3OamEventLogEventTotal": {
      "get": {
        "summary": "Get cdot3OamEventLogEventTotal",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-11-cdot3OamEventLogEventTotal",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogEventTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogEventTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB/cdot3OamEventLogTable/object-5/cdot3OamEventLogEventTotal": {
      "get": {
        "summary": "Get cdot3OamEventLogEventTotal",
        "operationId": "get-CISCO-DOT3-OAM-MIB:CISCO-DOT3-OAM-MIB-cdot3OamEventLogTable-object-5-cdot3OamEventLogEventTotal",
        "tags": [
          "CISCO-DOT3-OAM-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DOT3-OAM-MIB:cdot3OamEventLogEventTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cdot3OamEventLogEventTotal 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": []
    }
  ]
}
