{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - POWER-ETHERNET-MIB",
    "description": "MIB data from `POWER-ETHERNET-MIB` module.\n\n**Root containers:** 1 (POWER-ETHERNET-MIB)\n**Paths:** 34 | **Descendants:** 37\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": "POWER-ETHERNET-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/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB": {
      "get": {
        "summary": "Get POWER-ETHERNET-MIB",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethPsePortTable": {
                      "type": "object",
                      "properties": {
                        "pethPsePortEntry": {
                          "type": "object",
                          "properties": {
                            "pethPsePortGroupIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "pethPsePortIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "pethPsePortAdminEnable": {
                              "type": "boolean",
                              "example": true
                            },
                            "pethPsePortPowerPairsControlAbility": {
                              "type": "boolean",
                              "example": true
                            },
                            "pethPsePortPowerPairs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pethPsePortDetectionStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "pethPsePortPowerPriority": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pethPsePortMPSAbsentCounter": {
                              "type": "string",
                              "example": "10"
                            },
                            "pethPsePortType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pethPsePortPowerClassifications": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pethPsePortInvalidSignatureCounter": {
                              "type": "string",
                              "example": "10"
                            },
                            "pethPsePortPowerDeniedCounter": {
                              "type": "string",
                              "example": "10"
                            },
                            "pethPsePortOverLoadCounter": {
                              "type": "string",
                              "example": "10"
                            },
                            "pethPsePortShortCounter": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pethMainPseTable": {
                      "type": "object",
                      "properties": {
                        "pethMainPseEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pethMainPseGroupIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "pethMainPsePower": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "pethMainPseOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "pethMainPseConsumptionPower": {
                                "type": "string",
                                "example": "125.5"
                              },
                              "pethMainPseUsageThreshold": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "pethNotificationControlTable": {
                      "type": "object",
                      "properties": {
                        "pethNotificationControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "pethNotificationControlGroupIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "pethNotificationControlEnable": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "pethMainPseGroupIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "pethMainPseConsumptionPower": {
                              "type": "string",
                              "example": "125.5"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:POWER-ETHERNET-MIB": {
                    "pethPsePortTable": {
                      "pethPsePortEntry": {
                        "pethPsePortGroupIndex": 1,
                        "pethPsePortIndex": 1,
                        "pethPsePortAdminEnable": true,
                        "pethPsePortPowerPairsControlAbility": true,
                        "pethPsePortPowerPairs": "default",
                        "pethPsePortDetectionStatus": "default",
                        "pethPsePortPowerPriority": "default",
                        "pethPsePortMPSAbsentCounter": "10",
                        "pethPsePortType": "configured-value",
                        "pethPsePortPowerClassifications": "default",
                        "pethPsePortInvalidSignatureCounter": "10",
                        "pethPsePortPowerDeniedCounter": "10",
                        "pethPsePortOverLoadCounter": "10",
                        "pethPsePortShortCounter": "10"
                      }
                    },
                    "pethMainPseTable": {
                      "pethMainPseEntry": [
                        {
                          "pethMainPseGroupIndex": 1,
                          "pethMainPsePower": "configured-value",
                          "pethMainPseOperStatus": "default",
                          "pethMainPseConsumptionPower": "125.5",
                          "pethMainPseUsageThreshold": 1
                        }
                      ]
                    },
                    "pethNotificationControlTable": {
                      "pethNotificationControlEntry": [
                        {
                          "pethNotificationControlGroupIndex": 1,
                          "pethNotificationControlEnable": true
                        }
                      ],
                      "object-1": {
                        "pethMainPseGroupIndex": "configured-value",
                        "pethMainPseConsumptionPower": "125.5"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve POWER-ETHERNET-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable": {
      "get": {
        "summary": "Get pethPsePortTable",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethPsePortEntry": {
                      "type": "object",
                      "properties": {
                        "pethPsePortGroupIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "pethPsePortIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "pethPsePortAdminEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "pethPsePortPowerPairsControlAbility": {
                          "type": "boolean",
                          "example": true
                        },
                        "pethPsePortPowerPairs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pethPsePortDetectionStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "pethPsePortPowerPriority": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pethPsePortMPSAbsentCounter": {
                          "type": "string",
                          "example": "10"
                        },
                        "pethPsePortType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pethPsePortPowerClassifications": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pethPsePortInvalidSignatureCounter": {
                          "type": "string",
                          "example": "10"
                        },
                        "pethPsePortPowerDeniedCounter": {
                          "type": "string",
                          "example": "10"
                        },
                        "pethPsePortOverLoadCounter": {
                          "type": "string",
                          "example": "10"
                        },
                        "pethPsePortShortCounter": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethPsePortTable": {
                    "pethPsePortEntry": {
                      "pethPsePortGroupIndex": 1,
                      "pethPsePortIndex": 1,
                      "pethPsePortAdminEnable": true,
                      "pethPsePortPowerPairsControlAbility": true,
                      "pethPsePortPowerPairs": "default",
                      "pethPsePortDetectionStatus": "default",
                      "pethPsePortPowerPriority": "default",
                      "pethPsePortMPSAbsentCounter": "10",
                      "pethPsePortType": "configured-value",
                      "pethPsePortPowerClassifications": "default",
                      "pethPsePortInvalidSignatureCounter": "10",
                      "pethPsePortPowerDeniedCounter": "10",
                      "pethPsePortOverLoadCounter": "10",
                      "pethPsePortShortCounter": "10"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry": {
      "get": {
        "summary": "Get pethPsePortEntry",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethPsePortGroupIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "pethPsePortIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "pethPsePortAdminEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "pethPsePortPowerPairsControlAbility": {
                      "type": "boolean",
                      "example": true
                    },
                    "pethPsePortPowerPairs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortDetectionStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "pethPsePortPowerPriority": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortMPSAbsentCounter": {
                      "type": "string",
                      "example": "10"
                    },
                    "pethPsePortType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortPowerClassifications": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortInvalidSignatureCounter": {
                      "type": "string",
                      "example": "10"
                    },
                    "pethPsePortPowerDeniedCounter": {
                      "type": "string",
                      "example": "10"
                    },
                    "pethPsePortOverLoadCounter": {
                      "type": "string",
                      "example": "10"
                    },
                    "pethPsePortShortCounter": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethPsePortEntry": {
                    "pethPsePortGroupIndex": 1,
                    "pethPsePortIndex": 1,
                    "pethPsePortAdminEnable": true,
                    "pethPsePortPowerPairsControlAbility": true,
                    "pethPsePortPowerPairs": "default",
                    "pethPsePortDetectionStatus": "default",
                    "pethPsePortPowerPriority": "default",
                    "pethPsePortMPSAbsentCounter": "10",
                    "pethPsePortType": "configured-value",
                    "pethPsePortPowerClassifications": "default",
                    "pethPsePortInvalidSignatureCounter": "10",
                    "pethPsePortPowerDeniedCounter": "10",
                    "pethPsePortOverLoadCounter": "10",
                    "pethPsePortShortCounter": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortGroupIndex": {
      "get": {
        "summary": "Get pethPsePortGroupIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortGroupIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortGroupIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortGroupIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortIndex": {
      "get": {
        "summary": "Get pethPsePortIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortAdminEnable": {
      "get": {
        "summary": "Get pethPsePortAdminEnable",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortAdminEnable",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortAdminEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortAdminEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortPowerPairsControlAbility": {
      "get": {
        "summary": "Get pethPsePortPowerPairsControlAbility",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortPowerPairsControlAbility",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortPowerPairsControlAbility": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortPowerPairsControlAbility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortPowerPairs": {
      "get": {
        "summary": "Get pethPsePortPowerPairs",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortPowerPairs",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortPowerPairs": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortPowerPairs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortDetectionStatus": {
      "get": {
        "summary": "Get pethPsePortDetectionStatus",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortDetectionStatus",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortDetectionStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortDetectionStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortPowerPriority": {
      "get": {
        "summary": "Get pethPsePortPowerPriority",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortPowerPriority",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortPowerPriority": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortPowerPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortMPSAbsentCounter": {
      "get": {
        "summary": "Get pethPsePortMPSAbsentCounter",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortMPSAbsentCounter",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortMPSAbsentCounter": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortMPSAbsentCounter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortType": {
      "get": {
        "summary": "Get pethPsePortType",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortType",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortPowerClassifications": {
      "get": {
        "summary": "Get pethPsePortPowerClassifications",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortPowerClassifications",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortPowerClassifications": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortPowerClassifications from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortInvalidSignatureCounter": {
      "get": {
        "summary": "Get pethPsePortInvalidSignatureCounter",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortInvalidSignatureCounter",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortInvalidSignatureCounter": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortInvalidSignatureCounter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortPowerDeniedCounter": {
      "get": {
        "summary": "Get pethPsePortPowerDeniedCounter",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortPowerDeniedCounter",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortPowerDeniedCounter": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortPowerDeniedCounter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortOverLoadCounter": {
      "get": {
        "summary": "Get pethPsePortOverLoadCounter",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortOverLoadCounter",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortOverLoadCounter": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortOverLoadCounter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethPsePortTable/pethPsePortEntry/pethPsePortShortCounter": {
      "get": {
        "summary": "Get pethPsePortShortCounter",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethPsePortTable-pethPsePortEntry-pethPsePortShortCounter",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortShortCounter": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortShortCounter from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable": {
      "get": {
        "summary": "Get pethMainPseTable",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethMainPseEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pethMainPseGroupIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "pethMainPsePower": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "pethMainPseOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "pethMainPseConsumptionPower": {
                            "type": "string",
                            "example": "125.5"
                          },
                          "pethMainPseUsageThreshold": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethMainPseTable": {
                    "pethMainPseEntry": [
                      {
                        "pethMainPseGroupIndex": 1,
                        "pethMainPsePower": "configured-value",
                        "pethMainPseOperStatus": "default",
                        "pethMainPseConsumptionPower": "125.5",
                        "pethMainPseUsageThreshold": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry": {
      "get": {
        "summary": "Get pethMainPseEntry",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry",
        "tags": [
          "POWER-ETHERNET-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": {
                      "pethMainPseGroupIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "pethMainPsePower": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "pethMainPseOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "pethMainPseConsumptionPower": {
                        "type": "string",
                        "example": "125.5"
                      },
                      "pethMainPseUsageThreshold": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethMainPseEntry": [
                    {
                      "pethMainPseGroupIndex": 1,
                      "pethMainPsePower": "configured-value",
                      "pethMainPseOperStatus": "default",
                      "pethMainPseConsumptionPower": "125.5",
                      "pethMainPseUsageThreshold": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry/pethMainPseGroupIndex": {
      "get": {
        "summary": "Get pethMainPseGroupIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry-pethMainPseGroupIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethMainPseGroupIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseGroupIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry/pethMainPsePower": {
      "get": {
        "summary": "Get pethMainPsePower",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry-pethMainPsePower",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethMainPsePower": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPsePower from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry/pethMainPseOperStatus": {
      "get": {
        "summary": "Get pethMainPseOperStatus",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry-pethMainPseOperStatus",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethMainPseOperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry/pethMainPseConsumptionPower": {
      "get": {
        "summary": "Get pethMainPseConsumptionPower",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry-pethMainPseConsumptionPower",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "125.5"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethMainPseConsumptionPower": "125.5"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseConsumptionPower from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethMainPseTable/pethMainPseEntry/pethMainPseUsageThreshold": {
      "get": {
        "summary": "Get pethMainPseUsageThreshold",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethMainPseTable-pethMainPseEntry-pethMainPseUsageThreshold",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethMainPseUsageThreshold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseUsageThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable": {
      "get": {
        "summary": "Get pethNotificationControlTable",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethNotificationControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "pethNotificationControlGroupIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "pethNotificationControlEnable": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "pethMainPseGroupIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "pethMainPseConsumptionPower": {
                          "type": "string",
                          "example": "125.5"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethNotificationControlTable": {
                    "pethNotificationControlEntry": [
                      {
                        "pethNotificationControlGroupIndex": 1,
                        "pethNotificationControlEnable": true
                      }
                    ],
                    "object-1": {
                      "pethMainPseGroupIndex": "configured-value",
                      "pethMainPseConsumptionPower": "125.5"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethNotificationControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/pethNotificationControlEntry": {
      "get": {
        "summary": "Get pethNotificationControlEntry",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-pethNotificationControlEntry",
        "tags": [
          "POWER-ETHERNET-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": {
                      "pethNotificationControlGroupIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "pethNotificationControlEnable": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethNotificationControlEntry": [
                    {
                      "pethNotificationControlGroupIndex": 1,
                      "pethNotificationControlEnable": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethNotificationControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/pethNotificationControlEntry/pethNotificationControlGroupIndex": {
      "get": {
        "summary": "Get pethNotificationControlGroupIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-pethNotificationControlEntry-pethNotificationControlGroupIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethNotificationControlGroupIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethNotificationControlGroupIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/pethNotificationControlEntry/pethNotificationControlEnable": {
      "get": {
        "summary": "Get pethNotificationControlEnable",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-pethNotificationControlEntry-pethNotificationControlEnable",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethNotificationControlEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethNotificationControlEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pethPsePortGroupIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "pethPsePortDetectionStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "POWER-ETHERNET-MIB:object-1": {
                    "pethPsePortGroupIndex": "configured-value",
                    "pethPsePortIndex": "configured-value",
                    "pethPsePortDetectionStatus": "active"
                  }
                }
              }
            }
          },
          "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/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1/pethPsePortGroupIndex": {
      "get": {
        "summary": "Get pethPsePortGroupIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1-pethPsePortGroupIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortGroupIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortGroupIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1/pethPsePortIndex": {
      "get": {
        "summary": "Get pethPsePortIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1-pethPsePortIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1/pethPsePortDetectionStatus": {
      "get": {
        "summary": "Get pethPsePortDetectionStatus",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1-pethPsePortDetectionStatus",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethPsePortDetectionStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethPsePortDetectionStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1/pethMainPseGroupIndex": {
      "get": {
        "summary": "Get pethMainPseGroupIndex",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1-pethMainPseGroupIndex",
        "tags": [
          "POWER-ETHERNET-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": {
                  "POWER-ETHERNET-MIB:pethMainPseGroupIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseGroupIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/POWER-ETHERNET-MIB:POWER-ETHERNET-MIB/pethNotificationControlTable/object-1/pethMainPseConsumptionPower": {
      "get": {
        "summary": "Get pethMainPseConsumptionPower",
        "operationId": "get-POWER-ETHERNET-MIB:POWER-ETHERNET-MIB-pethNotificationControlTable-object-1-pethMainPseConsumptionPower",
        "tags": [
          "POWER-ETHERNET-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "125.5"
                },
                "example": {
                  "POWER-ETHERNET-MIB:pethMainPseConsumptionPower": "125.5"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve pethMainPseConsumptionPower 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": []
    }
  ]
}
