{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - LLDP-MIB",
    "description": "MIB data from `LLDP-MIB` module.\n\n**Root containers:** 1 (LLDP-MIB)\n**Paths:** 102 | **Descendants:** 101\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": "LLDP-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/LLDP-MIB:LLDP-MIB": {
      "get": {
        "summary": "Get LLDP-MIB",
        "operationId": "get-LLDP-MIB:LLDP-MIB",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpConfiguration": {
                      "type": "object",
                      "properties": {
                        "lldpMessageTxInterval": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpMessageTxHoldMultiplier": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpReinitDelay": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpTxDelay": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpNotificationInterval": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": 50
                    },
                    "lldpStatistics": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRemTablesLastChangeTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "lldpStatsRemTablesInserts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpStatsRemTablesDeletes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpStatsRemTablesDrops": {
                          "type": "string",
                          "example": "0"
                        },
                        "lldpStatsRemTablesAgeouts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpLocalSystemData": {
                      "type": "object",
                      "properties": {
                        "lldpLocChassisIdSubtype": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpLocChassisId": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpLocSysName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "lldpLocSysDesc": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpLocSysCapSupported": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpLocSysCapEnabled": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpPortConfigTable": {
                      "type": "object",
                      "properties": {
                        "lldpPortConfigEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "lldpPortConfigPortNum": {
                                "type": "string",
                                "example": "10"
                              },
                              "lldpPortConfigAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "lldpPortConfigNotificationEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "lldpPortConfigTLVsTxEnable": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpStatsTxPortTable": {
                      "type": "object",
                      "properties": {
                        "lldpStatsTxPortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "lldpStatsTxPortNum": {
                                "type": "string",
                                "example": "10"
                              },
                              "lldpStatsTxPortFramesTotal": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpStatsRxPortTable": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRxPortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "lldpStatsRxPortNum": {
                                "type": "string",
                                "example": "10"
                              },
                              "lldpStatsRxPortFramesDiscardedTotal": {
                                "type": "string",
                                "example": "0"
                              },
                              "lldpStatsRxPortFramesErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "lldpStatsRxPortFramesTotal": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "lldpStatsRxPortTLVsDiscardedTotal": {
                                "type": "string",
                                "example": "0"
                              },
                              "lldpStatsRxPortTLVsUnrecognizedTotal": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "lldpStatsRxPortAgeoutsTotal": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpLocPortTable": {
                      "type": "object",
                      "properties": {
                        "lldpLocPortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "lldpLocPortNum": {
                                "type": "string",
                                "example": "10"
                              },
                              "lldpLocPortIdSubtype": {
                                "type": "string",
                                "example": "1"
                              },
                              "lldpLocPortId": {
                                "type": "string",
                                "example": "1"
                              },
                              "lldpLocPortDesc": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpLocManAddrTable": {
                      "type": "object",
                      "properties": {
                        "lldpLocManAddrEntry": {
                          "type": "object",
                          "properties": {
                            "lldpLocManAddrSubtype": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpLocManAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpLocManAddrLen": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpLocManAddrIfSubtype": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpLocManAddrIfId": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpLocManAddrOID": {
                              "type": "string",
                              "example": "1"
                            },
                            "lldpConfigManAddrPortsTxEnable": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpRemTable": {
                      "type": "object",
                      "properties": {
                        "lldpRemEntry": {
                          "type": "object",
                          "properties": {
                            "lldpRemTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "lldpRemLocalPortNum": {
                              "type": "string",
                              "example": "10"
                            },
                            "lldpRemIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpRemChassisIdSubtype": {
                              "type": "string",
                              "example": "1"
                            },
                            "lldpRemChassisId": {
                              "type": "string",
                              "example": "1"
                            },
                            "lldpRemPortIdSubtype": {
                              "type": "string",
                              "example": "1"
                            },
                            "lldpRemPortId": {
                              "type": "string",
                              "example": "1"
                            },
                            "lldpRemPortDesc": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemSysName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "lldpRemSysDesc": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemSysCapSupported": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemSysCapEnabled": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpRemManAddrTable": {
                      "type": "object",
                      "properties": {
                        "lldpRemManAddrEntry": {
                          "type": "object",
                          "properties": {
                            "lldpRemTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "lldpRemLocalPortNum": {
                              "type": "string",
                              "example": "10"
                            },
                            "lldpRemIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemManAddrSubtype": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemManAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemManAddrIfSubtype": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemManAddrIfId": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpRemManAddrOID": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpRemUnknownTLVTable": {
                      "type": "object",
                      "properties": {
                        "lldpRemUnknownTLVEntry": {
                          "type": "object",
                          "properties": {
                            "lldpRemTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "lldpRemLocalPortNum": {
                              "type": "string",
                              "example": "10"
                            },
                            "lldpRemIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemUnknownTLVType": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpRemUnknownTLVInfo": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "lldpRemOrgDefInfoTable": {
                      "type": "object",
                      "properties": {
                        "lldpRemOrgDefInfoEntry": {
                          "type": "object",
                          "properties": {
                            "lldpRemTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "lldpRemLocalPortNum": {
                              "type": "string",
                              "example": "10"
                            },
                            "lldpRemIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "lldpRemOrgDefInfoOUI": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "lldpRemOrgDefInfoSubtype": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpRemOrgDefInfoIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "lldpRemOrgDefInfo": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "lldpStatsRemTablesInserts": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "lldpStatsRemTablesDeletes": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "lldpStatsRemTablesDrops": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "lldpStatsRemTablesAgeouts": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:LLDP-MIB": {
                    "lldpConfiguration": {
                      "lldpMessageTxInterval": 1,
                      "lldpMessageTxHoldMultiplier": 1,
                      "lldpReinitDelay": 1,
                      "lldpTxDelay": 1,
                      "lldpNotificationInterval": 1
                    },
                    "lldpStatistics": {
                      "lldpStatsRemTablesLastChangeTime": "10:30:45",
                      "lldpStatsRemTablesInserts": "configured-value",
                      "lldpStatsRemTablesDeletes": "configured-value",
                      "lldpStatsRemTablesDrops": "0",
                      "lldpStatsRemTablesAgeouts": "configured-value"
                    },
                    "lldpLocalSystemData": {
                      "lldpLocChassisIdSubtype": "1",
                      "lldpLocChassisId": "1",
                      "lldpLocSysName": "example-1",
                      "lldpLocSysDesc": "configured-value",
                      "lldpLocSysCapSupported": "configured-value",
                      "lldpLocSysCapEnabled": "configured-value"
                    },
                    "lldpPortConfigTable": {
                      "lldpPortConfigEntry": [
                        {
                          "lldpPortConfigPortNum": "10",
                          "lldpPortConfigAdminStatus": "default",
                          "lldpPortConfigNotificationEnable": true,
                          "lldpPortConfigTLVsTxEnable": ""
                        }
                      ]
                    },
                    "lldpStatsTxPortTable": {
                      "lldpStatsTxPortEntry": [
                        {
                          "lldpStatsTxPortNum": "10",
                          "lldpStatsTxPortFramesTotal": "configured-value"
                        }
                      ]
                    },
                    "lldpStatsRxPortTable": {
                      "lldpStatsRxPortEntry": [
                        {
                          "lldpStatsRxPortNum": "10",
                          "lldpStatsRxPortFramesDiscardedTotal": "0",
                          "lldpStatsRxPortFramesErrors": "0",
                          "lldpStatsRxPortFramesTotal": "configured-value",
                          "lldpStatsRxPortTLVsDiscardedTotal": "0",
                          "lldpStatsRxPortTLVsUnrecognizedTotal": "configured-value",
                          "lldpStatsRxPortAgeoutsTotal": "configured-value"
                        }
                      ]
                    },
                    "lldpLocPortTable": {
                      "lldpLocPortEntry": [
                        {
                          "lldpLocPortNum": "10",
                          "lldpLocPortIdSubtype": "1",
                          "lldpLocPortId": "1",
                          "lldpLocPortDesc": "configured-value"
                        }
                      ]
                    },
                    "lldpLocManAddrTable": {
                      "lldpLocManAddrEntry": {
                        "lldpLocManAddrSubtype": "configured-value",
                        "lldpLocManAddr": "configured-value",
                        "lldpLocManAddrLen": 1,
                        "lldpLocManAddrIfSubtype": "configured-value",
                        "lldpLocManAddrIfId": 1,
                        "lldpLocManAddrOID": "1",
                        "lldpConfigManAddrPortsTxEnable": "configured-value"
                      }
                    },
                    "lldpRemTable": {
                      "lldpRemEntry": {
                        "lldpRemTimeMark": "10:30:45",
                        "lldpRemLocalPortNum": "10",
                        "lldpRemIndex": 1,
                        "lldpRemChassisIdSubtype": "1",
                        "lldpRemChassisId": "1",
                        "lldpRemPortIdSubtype": "1",
                        "lldpRemPortId": "1",
                        "lldpRemPortDesc": "configured-value",
                        "lldpRemSysName": "example-1",
                        "lldpRemSysDesc": "configured-value",
                        "lldpRemSysCapSupported": "configured-value",
                        "lldpRemSysCapEnabled": "configured-value"
                      }
                    },
                    "lldpRemManAddrTable": {
                      "lldpRemManAddrEntry": {
                        "lldpRemTimeMark": "10:30:45",
                        "lldpRemLocalPortNum": "10",
                        "lldpRemIndex": "configured-value",
                        "lldpRemManAddrSubtype": "configured-value",
                        "lldpRemManAddr": "configured-value",
                        "lldpRemManAddrIfSubtype": "configured-value",
                        "lldpRemManAddrIfId": 1,
                        "lldpRemManAddrOID": "1"
                      }
                    },
                    "lldpRemUnknownTLVTable": {
                      "lldpRemUnknownTLVEntry": {
                        "lldpRemTimeMark": "10:30:45",
                        "lldpRemLocalPortNum": "10",
                        "lldpRemIndex": "configured-value",
                        "lldpRemUnknownTLVType": 1,
                        "lldpRemUnknownTLVInfo": "QmFzZTY0"
                      }
                    },
                    "lldpRemOrgDefInfoTable": {
                      "lldpRemOrgDefInfoEntry": {
                        "lldpRemTimeMark": "10:30:45",
                        "lldpRemLocalPortNum": "10",
                        "lldpRemIndex": "configured-value",
                        "lldpRemOrgDefInfoOUI": "QmFzZTY0",
                        "lldpRemOrgDefInfoSubtype": 1,
                        "lldpRemOrgDefInfoIndex": 1,
                        "lldpRemOrgDefInfo": "QmFzZTY0"
                      },
                      "object-1": {
                        "lldpStatsRemTablesInserts": "configured-value"
                      },
                      "object-2": {
                        "lldpStatsRemTablesDeletes": "configured-value"
                      },
                      "object-3": {
                        "lldpStatsRemTablesDrops": "0"
                      },
                      "object-4": {
                        "lldpStatsRemTablesAgeouts": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve LLDP-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration": {
      "get": {
        "summary": "Get lldpConfiguration",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpMessageTxInterval": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpMessageTxHoldMultiplier": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpReinitDelay": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpTxDelay": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpNotificationInterval": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": 50
                },
                "example": {
                  "LLDP-MIB:lldpConfiguration": {
                    "lldpMessageTxInterval": 1,
                    "lldpMessageTxHoldMultiplier": 1,
                    "lldpReinitDelay": 1,
                    "lldpTxDelay": 1,
                    "lldpNotificationInterval": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpConfiguration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration/lldpMessageTxInterval": {
      "get": {
        "summary": "Get lldpMessageTxInterval",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration-lldpMessageTxInterval",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpMessageTxInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpMessageTxInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration/lldpMessageTxHoldMultiplier": {
      "get": {
        "summary": "Get lldpMessageTxHoldMultiplier",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration-lldpMessageTxHoldMultiplier",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpMessageTxHoldMultiplier": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpMessageTxHoldMultiplier from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration/lldpReinitDelay": {
      "get": {
        "summary": "Get lldpReinitDelay",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration-lldpReinitDelay",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpReinitDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpReinitDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration/lldpTxDelay": {
      "get": {
        "summary": "Get lldpTxDelay",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration-lldpTxDelay",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpTxDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpTxDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpConfiguration/lldpNotificationInterval": {
      "get": {
        "summary": "Get lldpNotificationInterval",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpConfiguration-lldpNotificationInterval",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpNotificationInterval": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpNotificationInterval from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics": {
      "get": {
        "summary": "Get lldpStatistics",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRemTablesLastChangeTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "lldpStatsRemTablesInserts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpStatsRemTablesDeletes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpStatsRemTablesDrops": {
                      "type": "string",
                      "example": "0"
                    },
                    "lldpStatsRemTablesAgeouts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatistics": {
                    "lldpStatsRemTablesLastChangeTime": "10:30:45",
                    "lldpStatsRemTablesInserts": "configured-value",
                    "lldpStatsRemTablesDeletes": "configured-value",
                    "lldpStatsRemTablesDrops": "0",
                    "lldpStatsRemTablesAgeouts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatistics from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics/lldpStatsRemTablesLastChangeTime": {
      "get": {
        "summary": "Get lldpStatsRemTablesLastChangeTime",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics-lldpStatsRemTablesLastChangeTime",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesLastChangeTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesLastChangeTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics/lldpStatsRemTablesInserts": {
      "get": {
        "summary": "Get lldpStatsRemTablesInserts",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics-lldpStatsRemTablesInserts",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics/lldpStatsRemTablesDeletes": {
      "get": {
        "summary": "Get lldpStatsRemTablesDeletes",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics-lldpStatsRemTablesDeletes",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics/lldpStatsRemTablesDrops": {
      "get": {
        "summary": "Get lldpStatsRemTablesDrops",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics-lldpStatsRemTablesDrops",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatistics/lldpStatsRemTablesAgeouts": {
      "get": {
        "summary": "Get lldpStatsRemTablesAgeouts",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatistics-lldpStatsRemTablesAgeouts",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesAgeouts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesAgeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData": {
      "get": {
        "summary": "Get lldpLocalSystemData",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocChassisIdSubtype": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpLocChassisId": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpLocSysName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "lldpLocSysDesc": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpLocSysCapSupported": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpLocSysCapEnabled": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocalSystemData": {
                    "lldpLocChassisIdSubtype": "1",
                    "lldpLocChassisId": "1",
                    "lldpLocSysName": "example-1",
                    "lldpLocSysDesc": "configured-value",
                    "lldpLocSysCapSupported": "configured-value",
                    "lldpLocSysCapEnabled": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocalSystemData from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocChassisIdSubtype": {
      "get": {
        "summary": "Get lldpLocChassisIdSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocChassisIdSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpLocChassisIdSubtype": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocChassisIdSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocChassisId": {
      "get": {
        "summary": "Get lldpLocChassisId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocChassisId",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpLocChassisId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocChassisId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocSysName": {
      "get": {
        "summary": "Get lldpLocSysName",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocSysName",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "LLDP-MIB:lldpLocSysName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocSysName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocSysDesc": {
      "get": {
        "summary": "Get lldpLocSysDesc",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocSysDesc",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocSysDesc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocSysDesc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocSysCapSupported": {
      "get": {
        "summary": "Get lldpLocSysCapSupported",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocSysCapSupported",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocSysCapSupported": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocSysCapSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocalSystemData/lldpLocSysCapEnabled": {
      "get": {
        "summary": "Get lldpLocSysCapEnabled",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocalSystemData-lldpLocSysCapEnabled",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocSysCapEnabled": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocSysCapEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable": {
      "get": {
        "summary": "Get lldpPortConfigTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpPortConfigEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpPortConfigPortNum": {
                            "type": "string",
                            "example": "10"
                          },
                          "lldpPortConfigAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "lldpPortConfigNotificationEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "lldpPortConfigTLVsTxEnable": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigTable": {
                    "lldpPortConfigEntry": [
                      {
                        "lldpPortConfigPortNum": "10",
                        "lldpPortConfigAdminStatus": "default",
                        "lldpPortConfigNotificationEnable": true,
                        "lldpPortConfigTLVsTxEnable": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable/lldpPortConfigEntry": {
      "get": {
        "summary": "Get lldpPortConfigEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable-lldpPortConfigEntry",
        "tags": [
          "LLDP-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": {
                      "lldpPortConfigPortNum": {
                        "type": "string",
                        "example": "10"
                      },
                      "lldpPortConfigAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "lldpPortConfigNotificationEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "lldpPortConfigTLVsTxEnable": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigEntry": [
                    {
                      "lldpPortConfigPortNum": "10",
                      "lldpPortConfigAdminStatus": "default",
                      "lldpPortConfigNotificationEnable": true,
                      "lldpPortConfigTLVsTxEnable": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable/lldpPortConfigEntry/lldpPortConfigPortNum": {
      "get": {
        "summary": "Get lldpPortConfigPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable-lldpPortConfigEntry-lldpPortConfigPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable/lldpPortConfigEntry/lldpPortConfigAdminStatus": {
      "get": {
        "summary": "Get lldpPortConfigAdminStatus",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable-lldpPortConfigEntry-lldpPortConfigAdminStatus",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpPortConfigAdminStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable/lldpPortConfigEntry/lldpPortConfigNotificationEnable": {
      "get": {
        "summary": "Get lldpPortConfigNotificationEnable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable-lldpPortConfigEntry-lldpPortConfigNotificationEnable",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpPortConfigNotificationEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigNotificationEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpPortConfigTable/lldpPortConfigEntry/lldpPortConfigTLVsTxEnable": {
      "get": {
        "summary": "Get lldpPortConfigTLVsTxEnable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpPortConfigTable-lldpPortConfigEntry-lldpPortConfigTLVsTxEnable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpPortConfigTLVsTxEnable": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpPortConfigTLVsTxEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsTxPortTable": {
      "get": {
        "summary": "Get lldpStatsTxPortTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsTxPortTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsTxPortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpStatsTxPortNum": {
                            "type": "string",
                            "example": "10"
                          },
                          "lldpStatsTxPortFramesTotal": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortTable": {
                    "lldpStatsTxPortEntry": [
                      {
                        "lldpStatsTxPortNum": "10",
                        "lldpStatsTxPortFramesTotal": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsTxPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsTxPortTable/lldpStatsTxPortEntry": {
      "get": {
        "summary": "Get lldpStatsTxPortEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsTxPortTable-lldpStatsTxPortEntry",
        "tags": [
          "LLDP-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": {
                      "lldpStatsTxPortNum": {
                        "type": "string",
                        "example": "10"
                      },
                      "lldpStatsTxPortFramesTotal": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortEntry": [
                    {
                      "lldpStatsTxPortNum": "10",
                      "lldpStatsTxPortFramesTotal": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsTxPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsTxPortTable/lldpStatsTxPortEntry/lldpStatsTxPortNum": {
      "get": {
        "summary": "Get lldpStatsTxPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsTxPortTable-lldpStatsTxPortEntry-lldpStatsTxPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsTxPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsTxPortTable/lldpStatsTxPortEntry/lldpStatsTxPortFramesTotal": {
      "get": {
        "summary": "Get lldpStatsTxPortFramesTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsTxPortTable-lldpStatsTxPortEntry-lldpStatsTxPortFramesTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsTxPortFramesTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsTxPortFramesTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable": {
      "get": {
        "summary": "Get lldpStatsRxPortTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRxPortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpStatsRxPortNum": {
                            "type": "string",
                            "example": "10"
                          },
                          "lldpStatsRxPortFramesDiscardedTotal": {
                            "type": "string",
                            "example": "0"
                          },
                          "lldpStatsRxPortFramesErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "lldpStatsRxPortFramesTotal": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "lldpStatsRxPortTLVsDiscardedTotal": {
                            "type": "string",
                            "example": "0"
                          },
                          "lldpStatsRxPortTLVsUnrecognizedTotal": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "lldpStatsRxPortAgeoutsTotal": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortTable": {
                    "lldpStatsRxPortEntry": [
                      {
                        "lldpStatsRxPortNum": "10",
                        "lldpStatsRxPortFramesDiscardedTotal": "0",
                        "lldpStatsRxPortFramesErrors": "0",
                        "lldpStatsRxPortFramesTotal": "configured-value",
                        "lldpStatsRxPortTLVsDiscardedTotal": "0",
                        "lldpStatsRxPortTLVsUnrecognizedTotal": "configured-value",
                        "lldpStatsRxPortAgeoutsTotal": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry": {
      "get": {
        "summary": "Get lldpStatsRxPortEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry",
        "tags": [
          "LLDP-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": {
                      "lldpStatsRxPortNum": {
                        "type": "string",
                        "example": "10"
                      },
                      "lldpStatsRxPortFramesDiscardedTotal": {
                        "type": "string",
                        "example": "0"
                      },
                      "lldpStatsRxPortFramesErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "lldpStatsRxPortFramesTotal": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "lldpStatsRxPortTLVsDiscardedTotal": {
                        "type": "string",
                        "example": "0"
                      },
                      "lldpStatsRxPortTLVsUnrecognizedTotal": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "lldpStatsRxPortAgeoutsTotal": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortEntry": [
                    {
                      "lldpStatsRxPortNum": "10",
                      "lldpStatsRxPortFramesDiscardedTotal": "0",
                      "lldpStatsRxPortFramesErrors": "0",
                      "lldpStatsRxPortFramesTotal": "configured-value",
                      "lldpStatsRxPortTLVsDiscardedTotal": "0",
                      "lldpStatsRxPortTLVsUnrecognizedTotal": "configured-value",
                      "lldpStatsRxPortAgeoutsTotal": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortNum": {
      "get": {
        "summary": "Get lldpStatsRxPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortFramesDiscardedTotal": {
      "get": {
        "summary": "Get lldpStatsRxPortFramesDiscardedTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortFramesDiscardedTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortFramesDiscardedTotal": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortFramesDiscardedTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortFramesErrors": {
      "get": {
        "summary": "Get lldpStatsRxPortFramesErrors",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortFramesErrors",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortFramesErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortFramesErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortFramesTotal": {
      "get": {
        "summary": "Get lldpStatsRxPortFramesTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortFramesTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortFramesTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortFramesTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortTLVsDiscardedTotal": {
      "get": {
        "summary": "Get lldpStatsRxPortTLVsDiscardedTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortTLVsDiscardedTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortTLVsDiscardedTotal": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortTLVsDiscardedTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortTLVsUnrecognizedTotal": {
      "get": {
        "summary": "Get lldpStatsRxPortTLVsUnrecognizedTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortTLVsUnrecognizedTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortTLVsUnrecognizedTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortTLVsUnrecognizedTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpStatsRxPortTable/lldpStatsRxPortEntry/lldpStatsRxPortAgeoutsTotal": {
      "get": {
        "summary": "Get lldpStatsRxPortAgeoutsTotal",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpStatsRxPortTable-lldpStatsRxPortEntry-lldpStatsRxPortAgeoutsTotal",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRxPortAgeoutsTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRxPortAgeoutsTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable": {
      "get": {
        "summary": "Get lldpLocPortTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocPortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "lldpLocPortNum": {
                            "type": "string",
                            "example": "10"
                          },
                          "lldpLocPortIdSubtype": {
                            "type": "string",
                            "example": "1"
                          },
                          "lldpLocPortId": {
                            "type": "string",
                            "example": "1"
                          },
                          "lldpLocPortDesc": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortTable": {
                    "lldpLocPortEntry": [
                      {
                        "lldpLocPortNum": "10",
                        "lldpLocPortIdSubtype": "1",
                        "lldpLocPortId": "1",
                        "lldpLocPortDesc": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable/lldpLocPortEntry": {
      "get": {
        "summary": "Get lldpLocPortEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable-lldpLocPortEntry",
        "tags": [
          "LLDP-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": {
                      "lldpLocPortNum": {
                        "type": "string",
                        "example": "10"
                      },
                      "lldpLocPortIdSubtype": {
                        "type": "string",
                        "example": "1"
                      },
                      "lldpLocPortId": {
                        "type": "string",
                        "example": "1"
                      },
                      "lldpLocPortDesc": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortEntry": [
                    {
                      "lldpLocPortNum": "10",
                      "lldpLocPortIdSubtype": "1",
                      "lldpLocPortId": "1",
                      "lldpLocPortDesc": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable/lldpLocPortEntry/lldpLocPortNum": {
      "get": {
        "summary": "Get lldpLocPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable-lldpLocPortEntry-lldpLocPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable/lldpLocPortEntry/lldpLocPortIdSubtype": {
      "get": {
        "summary": "Get lldpLocPortIdSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable-lldpLocPortEntry-lldpLocPortIdSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortIdSubtype": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortIdSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable/lldpLocPortEntry/lldpLocPortId": {
      "get": {
        "summary": "Get lldpLocPortId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable-lldpLocPortEntry-lldpLocPortId",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocPortTable/lldpLocPortEntry/lldpLocPortDesc": {
      "get": {
        "summary": "Get lldpLocPortDesc",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocPortTable-lldpLocPortEntry-lldpLocPortDesc",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocPortDesc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocPortDesc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable": {
      "get": {
        "summary": "Get lldpLocManAddrTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocManAddrEntry": {
                      "type": "object",
                      "properties": {
                        "lldpLocManAddrSubtype": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpLocManAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpLocManAddrLen": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpLocManAddrIfSubtype": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpLocManAddrIfId": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpLocManAddrOID": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpConfigManAddrPortsTxEnable": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrTable": {
                    "lldpLocManAddrEntry": {
                      "lldpLocManAddrSubtype": "configured-value",
                      "lldpLocManAddr": "configured-value",
                      "lldpLocManAddrLen": 1,
                      "lldpLocManAddrIfSubtype": "configured-value",
                      "lldpLocManAddrIfId": 1,
                      "lldpLocManAddrOID": "1",
                      "lldpConfigManAddrPortsTxEnable": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry": {
      "get": {
        "summary": "Get lldpLocManAddrEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpLocManAddrSubtype": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpLocManAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpLocManAddrLen": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpLocManAddrIfSubtype": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpLocManAddrIfId": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpLocManAddrOID": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpConfigManAddrPortsTxEnable": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrEntry": {
                    "lldpLocManAddrSubtype": "configured-value",
                    "lldpLocManAddr": "configured-value",
                    "lldpLocManAddrLen": 1,
                    "lldpLocManAddrIfSubtype": "configured-value",
                    "lldpLocManAddrIfId": 1,
                    "lldpLocManAddrOID": "1",
                    "lldpConfigManAddrPortsTxEnable": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddrSubtype": {
      "get": {
        "summary": "Get lldpLocManAddrSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddrSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrSubtype": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddr": {
      "get": {
        "summary": "Get lldpLocManAddr",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddr",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddrLen": {
      "get": {
        "summary": "Get lldpLocManAddrLen",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddrLen",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpLocManAddrLen": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrLen from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddrIfSubtype": {
      "get": {
        "summary": "Get lldpLocManAddrIfSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddrIfSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrIfSubtype": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrIfSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddrIfId": {
      "get": {
        "summary": "Get lldpLocManAddrIfId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddrIfId",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpLocManAddrIfId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrIfId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpLocManAddrOID": {
      "get": {
        "summary": "Get lldpLocManAddrOID",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpLocManAddrOID",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpLocManAddrOID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpLocManAddrOID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpLocManAddrTable/lldpLocManAddrEntry/lldpConfigManAddrPortsTxEnable": {
      "get": {
        "summary": "Get lldpConfigManAddrPortsTxEnable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpLocManAddrTable-lldpLocManAddrEntry-lldpConfigManAddrPortsTxEnable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpConfigManAddrPortsTxEnable": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpConfigManAddrPortsTxEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable": {
      "get": {
        "summary": "Get lldpRemTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemEntry": {
                      "type": "object",
                      "properties": {
                        "lldpRemTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "lldpRemLocalPortNum": {
                          "type": "string",
                          "example": "10"
                        },
                        "lldpRemIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpRemChassisIdSubtype": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpRemChassisId": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpRemPortIdSubtype": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpRemPortId": {
                          "type": "string",
                          "example": "1"
                        },
                        "lldpRemPortDesc": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemSysName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "lldpRemSysDesc": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemSysCapSupported": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemSysCapEnabled": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemTable": {
                    "lldpRemEntry": {
                      "lldpRemTimeMark": "10:30:45",
                      "lldpRemLocalPortNum": "10",
                      "lldpRemIndex": 1,
                      "lldpRemChassisIdSubtype": "1",
                      "lldpRemChassisId": "1",
                      "lldpRemPortIdSubtype": "1",
                      "lldpRemPortId": "1",
                      "lldpRemPortDesc": "configured-value",
                      "lldpRemSysName": "example-1",
                      "lldpRemSysDesc": "configured-value",
                      "lldpRemSysCapSupported": "configured-value",
                      "lldpRemSysCapEnabled": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry": {
      "get": {
        "summary": "Get lldpRemEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "example": "10"
                    },
                    "lldpRemIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpRemChassisIdSubtype": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpRemChassisId": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpRemPortIdSubtype": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpRemPortId": {
                      "type": "string",
                      "example": "1"
                    },
                    "lldpRemPortDesc": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemSysName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "lldpRemSysDesc": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemSysCapSupported": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemSysCapEnabled": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemEntry": {
                    "lldpRemTimeMark": "10:30:45",
                    "lldpRemLocalPortNum": "10",
                    "lldpRemIndex": 1,
                    "lldpRemChassisIdSubtype": "1",
                    "lldpRemChassisId": "1",
                    "lldpRemPortIdSubtype": "1",
                    "lldpRemPortId": "1",
                    "lldpRemPortDesc": "configured-value",
                    "lldpRemSysName": "example-1",
                    "lldpRemSysDesc": "configured-value",
                    "lldpRemSysCapSupported": "configured-value",
                    "lldpRemSysCapEnabled": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemTimeMark": {
      "get": {
        "summary": "Get lldpRemTimeMark",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemTimeMark",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "LLDP-MIB:lldpRemTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemLocalPortNum": {
      "get": {
        "summary": "Get lldpRemLocalPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemLocalPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpRemLocalPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemLocalPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemIndex": {
      "get": {
        "summary": "Get lldpRemIndex",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemIndex",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpRemIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemChassisIdSubtype": {
      "get": {
        "summary": "Get lldpRemChassisIdSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemChassisIdSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpRemChassisIdSubtype": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemChassisIdSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemChassisId": {
      "get": {
        "summary": "Get lldpRemChassisId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemChassisId",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpRemChassisId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemChassisId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemPortIdSubtype": {
      "get": {
        "summary": "Get lldpRemPortIdSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemPortIdSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpRemPortIdSubtype": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemPortIdSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemPortId": {
      "get": {
        "summary": "Get lldpRemPortId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemPortId",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpRemPortId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemPortId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemPortDesc": {
      "get": {
        "summary": "Get lldpRemPortDesc",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemPortDesc",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemPortDesc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemPortDesc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemSysName": {
      "get": {
        "summary": "Get lldpRemSysName",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemSysName",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "LLDP-MIB:lldpRemSysName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemSysName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemSysDesc": {
      "get": {
        "summary": "Get lldpRemSysDesc",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemSysDesc",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemSysDesc": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemSysDesc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemSysCapSupported": {
      "get": {
        "summary": "Get lldpRemSysCapSupported",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemSysCapSupported",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemSysCapSupported": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemSysCapSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemTable/lldpRemEntry/lldpRemSysCapEnabled": {
      "get": {
        "summary": "Get lldpRemSysCapEnabled",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemTable-lldpRemEntry-lldpRemSysCapEnabled",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemSysCapEnabled": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemSysCapEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable": {
      "get": {
        "summary": "Get lldpRemManAddrTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemManAddrEntry": {
                      "type": "object",
                      "properties": {
                        "lldpRemTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "lldpRemLocalPortNum": {
                          "type": "string",
                          "example": "10"
                        },
                        "lldpRemIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemManAddrSubtype": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemManAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemManAddrIfSubtype": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemManAddrIfId": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpRemManAddrOID": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrTable": {
                    "lldpRemManAddrEntry": {
                      "lldpRemTimeMark": "10:30:45",
                      "lldpRemLocalPortNum": "10",
                      "lldpRemIndex": "configured-value",
                      "lldpRemManAddrSubtype": "configured-value",
                      "lldpRemManAddr": "configured-value",
                      "lldpRemManAddrIfSubtype": "configured-value",
                      "lldpRemManAddrIfId": 1,
                      "lldpRemManAddrOID": "1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry": {
      "get": {
        "summary": "Get lldpRemManAddrEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "example": "10"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemManAddrSubtype": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemManAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemManAddrIfSubtype": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemManAddrIfId": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpRemManAddrOID": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrEntry": {
                    "lldpRemTimeMark": "10:30:45",
                    "lldpRemLocalPortNum": "10",
                    "lldpRemIndex": "configured-value",
                    "lldpRemManAddrSubtype": "configured-value",
                    "lldpRemManAddr": "configured-value",
                    "lldpRemManAddrIfSubtype": "configured-value",
                    "lldpRemManAddrIfId": 1,
                    "lldpRemManAddrOID": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemTimeMark": {
      "get": {
        "summary": "Get lldpRemTimeMark",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemTimeMark",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "LLDP-MIB:lldpRemTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemLocalPortNum": {
      "get": {
        "summary": "Get lldpRemLocalPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemLocalPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpRemLocalPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemLocalPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemIndex": {
      "get": {
        "summary": "Get lldpRemIndex",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemIndex",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemManAddrSubtype": {
      "get": {
        "summary": "Get lldpRemManAddrSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemManAddrSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrSubtype": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemManAddr": {
      "get": {
        "summary": "Get lldpRemManAddr",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemManAddr",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemManAddrIfSubtype": {
      "get": {
        "summary": "Get lldpRemManAddrIfSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemManAddrIfSubtype",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrIfSubtype": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrIfSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemManAddrIfId": {
      "get": {
        "summary": "Get lldpRemManAddrIfId",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemManAddrIfId",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpRemManAddrIfId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrIfId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemManAddrTable/lldpRemManAddrEntry/lldpRemManAddrOID": {
      "get": {
        "summary": "Get lldpRemManAddrOID",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemManAddrTable-lldpRemManAddrEntry-lldpRemManAddrOID",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "LLDP-MIB:lldpRemManAddrOID": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemManAddrOID from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable": {
      "get": {
        "summary": "Get lldpRemUnknownTLVTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemUnknownTLVEntry": {
                      "type": "object",
                      "properties": {
                        "lldpRemTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "lldpRemLocalPortNum": {
                          "type": "string",
                          "example": "10"
                        },
                        "lldpRemIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemUnknownTLVType": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpRemUnknownTLVInfo": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVTable": {
                    "lldpRemUnknownTLVEntry": {
                      "lldpRemTimeMark": "10:30:45",
                      "lldpRemLocalPortNum": "10",
                      "lldpRemIndex": "configured-value",
                      "lldpRemUnknownTLVType": 1,
                      "lldpRemUnknownTLVInfo": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemUnknownTLVTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry": {
      "get": {
        "summary": "Get lldpRemUnknownTLVEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "example": "10"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemUnknownTLVType": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpRemUnknownTLVInfo": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVEntry": {
                    "lldpRemTimeMark": "10:30:45",
                    "lldpRemLocalPortNum": "10",
                    "lldpRemIndex": "configured-value",
                    "lldpRemUnknownTLVType": 1,
                    "lldpRemUnknownTLVInfo": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemUnknownTLVEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry/lldpRemTimeMark": {
      "get": {
        "summary": "Get lldpRemTimeMark",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry-lldpRemTimeMark",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "LLDP-MIB:lldpRemTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry/lldpRemLocalPortNum": {
      "get": {
        "summary": "Get lldpRemLocalPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry-lldpRemLocalPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpRemLocalPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemLocalPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry/lldpRemIndex": {
      "get": {
        "summary": "Get lldpRemIndex",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry-lldpRemIndex",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry/lldpRemUnknownTLVType": {
      "get": {
        "summary": "Get lldpRemUnknownTLVType",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry-lldpRemUnknownTLVType",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpRemUnknownTLVType": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemUnknownTLVType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemUnknownTLVTable/lldpRemUnknownTLVEntry/lldpRemUnknownTLVInfo": {
      "get": {
        "summary": "Get lldpRemUnknownTLVInfo",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemUnknownTLVTable-lldpRemUnknownTLVEntry-lldpRemUnknownTLVInfo",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemUnknownTLVInfo": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemUnknownTLVInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoTable",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemOrgDefInfoEntry": {
                      "type": "object",
                      "properties": {
                        "lldpRemTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "lldpRemLocalPortNum": {
                          "type": "string",
                          "example": "10"
                        },
                        "lldpRemIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "lldpRemOrgDefInfoOUI": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "lldpRemOrgDefInfoSubtype": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpRemOrgDefInfoIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "lldpRemOrgDefInfo": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRemTablesInserts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRemTablesDeletes": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRemTablesDrops": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "lldpStatsRemTablesAgeouts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoTable": {
                    "lldpRemOrgDefInfoEntry": {
                      "lldpRemTimeMark": "10:30:45",
                      "lldpRemLocalPortNum": "10",
                      "lldpRemIndex": "configured-value",
                      "lldpRemOrgDefInfoOUI": "QmFzZTY0",
                      "lldpRemOrgDefInfoSubtype": 1,
                      "lldpRemOrgDefInfoIndex": 1,
                      "lldpRemOrgDefInfo": "QmFzZTY0"
                    },
                    "object-1": {
                      "lldpStatsRemTablesInserts": "configured-value"
                    },
                    "object-2": {
                      "lldpStatsRemTablesDeletes": "configured-value"
                    },
                    "object-3": {
                      "lldpStatsRemTablesDrops": "0"
                    },
                    "object-4": {
                      "lldpStatsRemTablesAgeouts": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfoTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoEntry",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpRemTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "lldpRemLocalPortNum": {
                      "type": "string",
                      "example": "10"
                    },
                    "lldpRemIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "lldpRemOrgDefInfoOUI": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "lldpRemOrgDefInfoSubtype": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpRemOrgDefInfoIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "lldpRemOrgDefInfo": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoEntry": {
                    "lldpRemTimeMark": "10:30:45",
                    "lldpRemLocalPortNum": "10",
                    "lldpRemIndex": "configured-value",
                    "lldpRemOrgDefInfoOUI": "QmFzZTY0",
                    "lldpRemOrgDefInfoSubtype": 1,
                    "lldpRemOrgDefInfoIndex": 1,
                    "lldpRemOrgDefInfo": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfoEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemTimeMark": {
      "get": {
        "summary": "Get lldpRemTimeMark",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemTimeMark",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "LLDP-MIB:lldpRemTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemLocalPortNum": {
      "get": {
        "summary": "Get lldpRemLocalPortNum",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemLocalPortNum",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "LLDP-MIB:lldpRemLocalPortNum": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemLocalPortNum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemIndex": {
      "get": {
        "summary": "Get lldpRemIndex",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemIndex",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemOrgDefInfoOUI": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoOUI",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemOrgDefInfoOUI",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfoOUI": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfoOUI from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemOrgDefInfoSubtype": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoSubtype",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemOrgDefInfoSubtype",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpRemOrgDefInfoSubtype": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfoSubtype from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemOrgDefInfoIndex": {
      "get": {
        "summary": "Get lldpRemOrgDefInfoIndex",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemOrgDefInfoIndex",
        "tags": [
          "LLDP-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": {
                  "LLDP-MIB:lldpRemOrgDefInfoIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfoIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/lldpRemOrgDefInfoEntry/lldpRemOrgDefInfo": {
      "get": {
        "summary": "Get lldpRemOrgDefInfo",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-lldpRemOrgDefInfoEntry-lldpRemOrgDefInfo",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpRemOrgDefInfo": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpRemOrgDefInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-1",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRemTablesInserts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:object-1": {
                    "lldpStatsRemTablesInserts": "configured-value"
                  }
                }
              }
            }
          },
          "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/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-1/lldpStatsRemTablesInserts": {
      "get": {
        "summary": "Get lldpStatsRemTablesInserts",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-1-lldpStatsRemTablesInserts",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesInserts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesInserts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-2",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRemTablesDeletes": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:object-2": {
                    "lldpStatsRemTablesDeletes": "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/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-2/lldpStatsRemTablesDeletes": {
      "get": {
        "summary": "Get lldpStatsRemTablesDeletes",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-2-lldpStatsRemTablesDeletes",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesDeletes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-3",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRemTablesDrops": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:object-3": {
                    "lldpStatsRemTablesDrops": "0"
                  }
                }
              }
            }
          },
          "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/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-3/lldpStatsRemTablesDrops": {
      "get": {
        "summary": "Get lldpStatsRemTablesDrops",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-3-lldpStatsRemTablesDrops",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesDrops": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesDrops from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-4",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "lldpStatsRemTablesAgeouts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:object-4": {
                    "lldpStatsRemTablesAgeouts": "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/LLDP-MIB:LLDP-MIB/lldpRemOrgDefInfoTable/object-4/lldpStatsRemTablesAgeouts": {
      "get": {
        "summary": "Get lldpStatsRemTablesAgeouts",
        "operationId": "get-LLDP-MIB:LLDP-MIB-lldpRemOrgDefInfoTable-object-4-lldpStatsRemTablesAgeouts",
        "tags": [
          "LLDP-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "LLDP-MIB:lldpStatsRemTablesAgeouts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve lldpStatsRemTablesAgeouts 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": []
    }
  ]
}
