{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-ENTITY-FRU-CONTROL-MIB",
    "description": "MIB data from `CISCO-ENTITY-FRU-CONTROL-MIB` module.\n\n**Root containers:** 1 (CISCO-ENTITY-FRU-CONTROL-MIB)\n**Paths:** 126 | **Descendants:** 146\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-ENTITY-FRU-CONTROL-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB": {
      "get": {
        "summary": "Get CISCO-ENTITY-FRU-CONTROL-MIB",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFRUPower": {
                      "type": "object",
                      "properties": {
                        "cefcMaxDefaultHighInLinePower": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcMIBNotificationEnables": {
                      "type": "object",
                      "properties": {
                        "cefcMIBEnableStatusNotification": {
                          "type": "boolean",
                          "example": true
                        },
                        "cefcEnablePSOutputChangeNotif": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcFRUPowerSupplyGroupTable": {
                      "type": "object",
                      "properties": {
                        "cefcFRUPowerSupplyGroupEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcPowerRedundancyMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcPowerUnits": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcTotalAvailableCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcTotalDrawnCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcPowerRedundancyOperMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcPowerNonRedundantReason": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcTotalDrawnInlineCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcFRUPowerStatusTable": {
                      "type": "object",
                      "properties": {
                        "cefcFRUPowerStatusEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUPowerAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cefcFRUPowerOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cefcFRUCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUPowerCapability": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRURealTimeCurrent": {
                                "type": "string",
                                "example": "10:30:45"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cefcFRUPowerSupplyValueTable": {
                      "type": "object",
                      "properties": {
                        "cefcFRUPowerSupplyValueEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUTotalSystemCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUDrawnSystemCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUTotalInlineCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFRUDrawnInlineCurrent": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcModuleTable": {
                      "type": "object",
                      "properties": {
                        "cefcModuleEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModuleAdminStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cefcModuleOperStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "cefcModuleResetReason": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModuleStatusLastChangeTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cefcModuleLastClearConfigTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cefcModuleResetReasonDescription": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModuleStateChangeReasonDescr": {
                                "type": "string",
                                "example": "active"
                              },
                              "cefcModuleUpTime": {
                                "type": "string",
                                "example": "651780"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcIntelliModuleTable": {
                      "type": "object",
                      "properties": {
                        "cefcIntelliModuleEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcIntelliModuleIPAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcIntelliModuleIPAddr": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcModuleLocalSwitchingTable": {
                      "type": "object",
                      "properties": {
                        "cefcModuleLocalSwitchingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModuleLocalSwitchingMode": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcFanTrayStatusTable": {
                      "type": "object",
                      "properties": {
                        "cefcFanTrayStatusEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFanTrayOperStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cefcPhysicalTable": {
                      "type": "object",
                      "properties": {
                        "cefcPhysicalEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcPhysicalStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcPowerSupplyInputTable": {
                      "type": "object",
                      "properties": {
                        "cefcPowerSupplyInputEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPowerSupplyInputIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefcPowerSupplyInputType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcPowerSupplyOutputTable": {
                      "type": "object",
                      "properties": {
                        "cefcPowerSupplyOutputEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPSOutputModeIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefcPSOutputModeCurrent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPSOutputModeInOperation": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcChassisCoolingTable": {
                      "type": "object",
                      "properties": {
                        "cefcChassisCoolingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcChassisPerSlotCoolingCap": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cefcChassisPerSlotCoolingUnit": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcFanCoolingTable": {
                      "type": "object",
                      "properties": {
                        "cefcFanCoolingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcFanCoolingCapacity": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cefcFanCoolingCapacityUnit": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcModuleCoolingTable": {
                      "type": "object",
                      "properties": {
                        "cefcModuleCoolingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModuleCooling": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cefcModuleCoolingUnit": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcFanCoolingCapTable": {
                      "type": "object",
                      "properties": {
                        "cefcFanCoolingCapEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcFanCoolingCapIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefcFanCoolingCapModeDescr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcFanCoolingCapCapacity": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cefcFanCoolingCapCurrent": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcFanCoolingCapCapacityUnit": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcConnectorRatingTable": {
                      "type": "object",
                      "properties": {
                        "cefcConnectorRatingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcConnectorRating": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cefcModulePowerConsumptionTable": {
                      "type": "object",
                      "properties": {
                        "cefcModulePowerConsumptionEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "entPhysicalIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cefcModulePowerConsumption": {
                                "type": "string",
                                "example": "125.5"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 125.5
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPhysicalName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPhysicalModelName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPSOutputModeIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPSOutputModeCurrent": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "entPhysicalModelName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cefcPhysicalStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": 125.5
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB": {
                    "cefcFRUPower": {
                      "cefcMaxDefaultHighInLinePower": 1
                    },
                    "cefcMIBNotificationEnables": {
                      "cefcMIBEnableStatusNotification": true,
                      "cefcEnablePSOutputChangeNotif": true
                    },
                    "cefcFRUPowerSupplyGroupTable": {
                      "cefcFRUPowerSupplyGroupEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcPowerRedundancyMode": "configured-value",
                          "cefcPowerUnits": "configured-value",
                          "cefcTotalAvailableCurrent": "configured-value",
                          "cefcTotalDrawnCurrent": "configured-value",
                          "cefcPowerRedundancyOperMode": "configured-value",
                          "cefcPowerNonRedundantReason": "default",
                          "cefcTotalDrawnInlineCurrent": "configured-value"
                        }
                      ]
                    },
                    "cefcFRUPowerStatusTable": {
                      "cefcFRUPowerStatusEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcFRUPowerAdminStatus": "active",
                          "cefcFRUPowerOperStatus": "active",
                          "cefcFRUCurrent": "configured-value",
                          "cefcFRUPowerCapability": "",
                          "cefcFRURealTimeCurrent": "10:30:45"
                        }
                      ]
                    },
                    "cefcFRUPowerSupplyValueTable": {
                      "cefcFRUPowerSupplyValueEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcFRUTotalSystemCurrent": "configured-value",
                          "cefcFRUDrawnSystemCurrent": "configured-value",
                          "cefcFRUTotalInlineCurrent": "configured-value",
                          "cefcFRUDrawnInlineCurrent": "configured-value"
                        }
                      ]
                    },
                    "cefcModuleTable": {
                      "cefcModuleEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcModuleAdminStatus": "active",
                          "cefcModuleOperStatus": "active",
                          "cefcModuleResetReason": "configured-value",
                          "cefcModuleStatusLastChangeTime": "10:30:45",
                          "cefcModuleLastClearConfigTime": "10:30:45",
                          "cefcModuleResetReasonDescription": "configured-value",
                          "cefcModuleStateChangeReasonDescr": "active",
                          "cefcModuleUpTime": "651780"
                        }
                      ]
                    },
                    "cefcIntelliModuleTable": {
                      "cefcIntelliModuleEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcIntelliModuleIPAddrType": "configured-value",
                          "cefcIntelliModuleIPAddr": "configured-value"
                        }
                      ]
                    },
                    "cefcModuleLocalSwitchingTable": {
                      "cefcModuleLocalSwitchingEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcModuleLocalSwitchingMode": "default"
                        }
                      ]
                    },
                    "cefcFanTrayStatusTable": {
                      "cefcFanTrayStatusEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcFanTrayOperStatus": "default"
                        }
                      ]
                    },
                    "cefcPhysicalTable": {
                      "cefcPhysicalEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcPhysicalStatus": "default"
                        }
                      ]
                    },
                    "cefcPowerSupplyInputTable": {
                      "cefcPowerSupplyInputEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefcPowerSupplyInputIndex": 1,
                        "cefcPowerSupplyInputType": "default"
                      }
                    },
                    "cefcPowerSupplyOutputTable": {
                      "cefcPowerSupplyOutputEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefcPSOutputModeIndex": 1,
                        "cefcPSOutputModeCurrent": "configured-value",
                        "cefcPSOutputModeInOperation": true
                      }
                    },
                    "cefcChassisCoolingTable": {
                      "cefcChassisCoolingEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcChassisPerSlotCoolingCap": 1,
                          "cefcChassisPerSlotCoolingUnit": "configured-value"
                        }
                      ]
                    },
                    "cefcFanCoolingTable": {
                      "cefcFanCoolingEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcFanCoolingCapacity": 1,
                          "cefcFanCoolingCapacityUnit": "configured-value"
                        }
                      ]
                    },
                    "cefcModuleCoolingTable": {
                      "cefcModuleCoolingEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcModuleCooling": 1,
                          "cefcModuleCoolingUnit": "configured-value"
                        }
                      ]
                    },
                    "cefcFanCoolingCapTable": {
                      "cefcFanCoolingCapEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cefcFanCoolingCapIndex": 1,
                        "cefcFanCoolingCapModeDescr": "configured-value",
                        "cefcFanCoolingCapCapacity": 1,
                        "cefcFanCoolingCapCurrent": "configured-value",
                        "cefcFanCoolingCapCapacityUnit": "configured-value"
                      }
                    },
                    "cefcConnectorRatingTable": {
                      "cefcConnectorRatingEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcConnectorRating": "configured-value"
                        }
                      ]
                    },
                    "cefcModulePowerConsumptionTable": {
                      "cefcModulePowerConsumptionEntry": [
                        {
                          "entPhysicalIndex": "configured-value",
                          "cefcModulePowerConsumption": "125.5"
                        }
                      ],
                      "object-1": {
                        "entPhysicalIndex": "configured-value",
                        "entPhysicalName": "example-1"
                      },
                      "object-2": {
                        "entPhysicalIndex": "configured-value",
                        "entPhysicalModelName": "example-1"
                      },
                      "object-3": {
                        "entPhysicalIndex": "configured-value",
                        "cefcPSOutputModeIndex": "configured-value",
                        "cefcPSOutputModeCurrent": "configured-value"
                      },
                      "object-4": {
                        "entPhysicalIndex": "configured-value",
                        "entPhysicalModelName": "example-1"
                      },
                      "object-5": {
                        "entPhysicalIndex": "configured-value",
                        "cefcPhysicalStatus": "active"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-ENTITY-FRU-CONTROL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPower": {
      "get": {
        "summary": "Get cefcFRUPower",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPower",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcMaxDefaultHighInLinePower": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPower": {
                    "cefcMaxDefaultHighInLinePower": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPower from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPower/cefcMaxDefaultHighInLinePower": {
      "get": {
        "summary": "Get cefcMaxDefaultHighInLinePower",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPower-cefcMaxDefaultHighInLinePower",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcMaxDefaultHighInLinePower": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcMaxDefaultHighInLinePower from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcMIBNotificationEnables": {
      "get": {
        "summary": "Get cefcMIBNotificationEnables",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcMIBNotificationEnables",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcMIBEnableStatusNotification": {
                      "type": "boolean",
                      "example": true
                    },
                    "cefcEnablePSOutputChangeNotif": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcMIBNotificationEnables": {
                    "cefcMIBEnableStatusNotification": true,
                    "cefcEnablePSOutputChangeNotif": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcMIBNotificationEnables from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcMIBNotificationEnables/cefcMIBEnableStatusNotification": {
      "get": {
        "summary": "Get cefcMIBEnableStatusNotification",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcMIBNotificationEnables-cefcMIBEnableStatusNotification",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcMIBEnableStatusNotification": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcMIBEnableStatusNotification from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcMIBNotificationEnables/cefcEnablePSOutputChangeNotif": {
      "get": {
        "summary": "Get cefcEnablePSOutputChangeNotif",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcMIBNotificationEnables-cefcEnablePSOutputChangeNotif",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcEnablePSOutputChangeNotif": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcEnablePSOutputChangeNotif from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable": {
      "get": {
        "summary": "Get cefcFRUPowerSupplyGroupTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFRUPowerSupplyGroupEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcPowerRedundancyMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcPowerUnits": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcTotalAvailableCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcTotalDrawnCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcPowerRedundancyOperMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcPowerNonRedundantReason": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcTotalDrawnInlineCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerSupplyGroupTable": {
                    "cefcFRUPowerSupplyGroupEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcPowerRedundancyMode": "configured-value",
                        "cefcPowerUnits": "configured-value",
                        "cefcTotalAvailableCurrent": "configured-value",
                        "cefcTotalDrawnCurrent": "configured-value",
                        "cefcPowerRedundancyOperMode": "configured-value",
                        "cefcPowerNonRedundantReason": "default",
                        "cefcTotalDrawnInlineCurrent": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerSupplyGroupTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry": {
      "get": {
        "summary": "Get cefcFRUPowerSupplyGroupEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcPowerRedundancyMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcPowerUnits": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcTotalAvailableCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcTotalDrawnCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcPowerRedundancyOperMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcPowerNonRedundantReason": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcTotalDrawnInlineCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerSupplyGroupEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcPowerRedundancyMode": "configured-value",
                      "cefcPowerUnits": "configured-value",
                      "cefcTotalAvailableCurrent": "configured-value",
                      "cefcTotalDrawnCurrent": "configured-value",
                      "cefcPowerRedundancyOperMode": "configured-value",
                      "cefcPowerNonRedundantReason": "default",
                      "cefcTotalDrawnInlineCurrent": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerSupplyGroupEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcPowerRedundancyMode": {
      "get": {
        "summary": "Get cefcPowerRedundancyMode",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcPowerRedundancyMode",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerRedundancyMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerRedundancyMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcPowerUnits": {
      "get": {
        "summary": "Get cefcPowerUnits",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcPowerUnits",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerUnits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcTotalAvailableCurrent": {
      "get": {
        "summary": "Get cefcTotalAvailableCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcTotalAvailableCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcTotalAvailableCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcTotalAvailableCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcTotalDrawnCurrent": {
      "get": {
        "summary": "Get cefcTotalDrawnCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcTotalDrawnCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcTotalDrawnCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcTotalDrawnCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcPowerRedundancyOperMode": {
      "get": {
        "summary": "Get cefcPowerRedundancyOperMode",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcPowerRedundancyOperMode",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerRedundancyOperMode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerRedundancyOperMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcPowerNonRedundantReason": {
      "get": {
        "summary": "Get cefcPowerNonRedundantReason",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcPowerNonRedundantReason",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerNonRedundantReason": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerNonRedundantReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyGroupTable/cefcFRUPowerSupplyGroupEntry/cefcTotalDrawnInlineCurrent": {
      "get": {
        "summary": "Get cefcTotalDrawnInlineCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyGroupTable-cefcFRUPowerSupplyGroupEntry-cefcTotalDrawnInlineCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcTotalDrawnInlineCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcTotalDrawnInlineCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable": {
      "get": {
        "summary": "Get cefcFRUPowerStatusTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFRUPowerStatusEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUPowerAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cefcFRUPowerOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cefcFRUCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUPowerCapability": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRURealTimeCurrent": {
                            "type": "string",
                            "example": "10:30:45"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerStatusTable": {
                    "cefcFRUPowerStatusEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcFRUPowerAdminStatus": "active",
                        "cefcFRUPowerOperStatus": "active",
                        "cefcFRUCurrent": "configured-value",
                        "cefcFRUPowerCapability": "",
                        "cefcFRURealTimeCurrent": "10:30:45"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerStatusTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry": {
      "get": {
        "summary": "Get cefcFRUPowerStatusEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUPowerAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cefcFRUPowerOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cefcFRUCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUPowerCapability": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRURealTimeCurrent": {
                        "type": "string",
                        "example": "10:30:45"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerStatusEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcFRUPowerAdminStatus": "active",
                      "cefcFRUPowerOperStatus": "active",
                      "cefcFRUCurrent": "configured-value",
                      "cefcFRUPowerCapability": "",
                      "cefcFRURealTimeCurrent": "10:30:45"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerStatusEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/cefcFRUPowerAdminStatus": {
      "get": {
        "summary": "Get cefcFRUPowerAdminStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-cefcFRUPowerAdminStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerAdminStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/cefcFRUPowerOperStatus": {
      "get": {
        "summary": "Get cefcFRUPowerOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-cefcFRUPowerOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/cefcFRUCurrent": {
      "get": {
        "summary": "Get cefcFRUCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-cefcFRUCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/cefcFRUPowerCapability": {
      "get": {
        "summary": "Get cefcFRUPowerCapability",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-cefcFRUPowerCapability",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerCapability": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerCapability from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerStatusTable/cefcFRUPowerStatusEntry/cefcFRURealTimeCurrent": {
      "get": {
        "summary": "Get cefcFRURealTimeCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerStatusTable-cefcFRUPowerStatusEntry-cefcFRURealTimeCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRURealTimeCurrent": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRURealTimeCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable": {
      "get": {
        "summary": "Get cefcFRUPowerSupplyValueTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFRUPowerSupplyValueEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUTotalSystemCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUDrawnSystemCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUTotalInlineCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFRUDrawnInlineCurrent": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerSupplyValueTable": {
                    "cefcFRUPowerSupplyValueEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcFRUTotalSystemCurrent": "configured-value",
                        "cefcFRUDrawnSystemCurrent": "configured-value",
                        "cefcFRUTotalInlineCurrent": "configured-value",
                        "cefcFRUDrawnInlineCurrent": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerSupplyValueTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry": {
      "get": {
        "summary": "Get cefcFRUPowerSupplyValueEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUTotalSystemCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUDrawnSystemCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUTotalInlineCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFRUDrawnInlineCurrent": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerSupplyValueEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcFRUTotalSystemCurrent": "configured-value",
                      "cefcFRUDrawnSystemCurrent": "configured-value",
                      "cefcFRUTotalInlineCurrent": "configured-value",
                      "cefcFRUDrawnInlineCurrent": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerSupplyValueEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry/cefcFRUTotalSystemCurrent": {
      "get": {
        "summary": "Get cefcFRUTotalSystemCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry-cefcFRUTotalSystemCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUTotalSystemCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUTotalSystemCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry/cefcFRUDrawnSystemCurrent": {
      "get": {
        "summary": "Get cefcFRUDrawnSystemCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry-cefcFRUDrawnSystemCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUDrawnSystemCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUDrawnSystemCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry/cefcFRUTotalInlineCurrent": {
      "get": {
        "summary": "Get cefcFRUTotalInlineCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry-cefcFRUTotalInlineCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUTotalInlineCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUTotalInlineCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFRUPowerSupplyValueTable/cefcFRUPowerSupplyValueEntry/cefcFRUDrawnInlineCurrent": {
      "get": {
        "summary": "Get cefcFRUDrawnInlineCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFRUPowerSupplyValueTable-cefcFRUPowerSupplyValueEntry-cefcFRUDrawnInlineCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUDrawnInlineCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUDrawnInlineCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable": {
      "get": {
        "summary": "Get cefcModuleTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcModuleEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModuleAdminStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cefcModuleOperStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "cefcModuleResetReason": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModuleStatusLastChangeTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cefcModuleLastClearConfigTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cefcModuleResetReasonDescription": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModuleStateChangeReasonDescr": {
                            "type": "string",
                            "example": "active"
                          },
                          "cefcModuleUpTime": {
                            "type": "string",
                            "example": "651780"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleTable": {
                    "cefcModuleEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcModuleAdminStatus": "active",
                        "cefcModuleOperStatus": "active",
                        "cefcModuleResetReason": "configured-value",
                        "cefcModuleStatusLastChangeTime": "10:30:45",
                        "cefcModuleLastClearConfigTime": "10:30:45",
                        "cefcModuleResetReasonDescription": "configured-value",
                        "cefcModuleStateChangeReasonDescr": "active",
                        "cefcModuleUpTime": "651780"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry": {
      "get": {
        "summary": "Get cefcModuleEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModuleAdminStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cefcModuleOperStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "cefcModuleResetReason": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModuleStatusLastChangeTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cefcModuleLastClearConfigTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cefcModuleResetReasonDescription": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModuleStateChangeReasonDescr": {
                        "type": "string",
                        "example": "active"
                      },
                      "cefcModuleUpTime": {
                        "type": "string",
                        "example": "651780"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcModuleAdminStatus": "active",
                      "cefcModuleOperStatus": "active",
                      "cefcModuleResetReason": "configured-value",
                      "cefcModuleStatusLastChangeTime": "10:30:45",
                      "cefcModuleLastClearConfigTime": "10:30:45",
                      "cefcModuleResetReasonDescription": "configured-value",
                      "cefcModuleStateChangeReasonDescr": "active",
                      "cefcModuleUpTime": "651780"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleAdminStatus": {
      "get": {
        "summary": "Get cefcModuleAdminStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleAdminStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleAdminStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleOperStatus": {
      "get": {
        "summary": "Get cefcModuleOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleResetReason": {
      "get": {
        "summary": "Get cefcModuleResetReason",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleResetReason",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleResetReason": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleResetReason from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleStatusLastChangeTime": {
      "get": {
        "summary": "Get cefcModuleStatusLastChangeTime",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleStatusLastChangeTime",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleStatusLastChangeTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleStatusLastChangeTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleLastClearConfigTime": {
      "get": {
        "summary": "Get cefcModuleLastClearConfigTime",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleLastClearConfigTime",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleLastClearConfigTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleLastClearConfigTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleResetReasonDescription": {
      "get": {
        "summary": "Get cefcModuleResetReasonDescription",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleResetReasonDescription",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleResetReasonDescription": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleResetReasonDescription from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleStateChangeReasonDescr": {
      "get": {
        "summary": "Get cefcModuleStateChangeReasonDescr",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleStateChangeReasonDescr",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleStateChangeReasonDescr": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleStateChangeReasonDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleTable/cefcModuleEntry/cefcModuleUpTime": {
      "get": {
        "summary": "Get cefcModuleUpTime",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleTable-cefcModuleEntry-cefcModuleUpTime",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleUpTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleUpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcIntelliModuleTable": {
      "get": {
        "summary": "Get cefcIntelliModuleTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcIntelliModuleTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcIntelliModuleEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcIntelliModuleIPAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcIntelliModuleIPAddr": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcIntelliModuleTable": {
                    "cefcIntelliModuleEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcIntelliModuleIPAddrType": "configured-value",
                        "cefcIntelliModuleIPAddr": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcIntelliModuleTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcIntelliModuleTable/cefcIntelliModuleEntry": {
      "get": {
        "summary": "Get cefcIntelliModuleEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcIntelliModuleTable-cefcIntelliModuleEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcIntelliModuleIPAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcIntelliModuleIPAddr": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcIntelliModuleEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcIntelliModuleIPAddrType": "configured-value",
                      "cefcIntelliModuleIPAddr": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcIntelliModuleEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcIntelliModuleTable/cefcIntelliModuleEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcIntelliModuleTable-cefcIntelliModuleEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcIntelliModuleTable/cefcIntelliModuleEntry/cefcIntelliModuleIPAddrType": {
      "get": {
        "summary": "Get cefcIntelliModuleIPAddrType",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcIntelliModuleTable-cefcIntelliModuleEntry-cefcIntelliModuleIPAddrType",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcIntelliModuleIPAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcIntelliModuleIPAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcIntelliModuleTable/cefcIntelliModuleEntry/cefcIntelliModuleIPAddr": {
      "get": {
        "summary": "Get cefcIntelliModuleIPAddr",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcIntelliModuleTable-cefcIntelliModuleEntry-cefcIntelliModuleIPAddr",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcIntelliModuleIPAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcIntelliModuleIPAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleLocalSwitchingTable": {
      "get": {
        "summary": "Get cefcModuleLocalSwitchingTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleLocalSwitchingTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcModuleLocalSwitchingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModuleLocalSwitchingMode": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleLocalSwitchingTable": {
                    "cefcModuleLocalSwitchingEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcModuleLocalSwitchingMode": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleLocalSwitchingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleLocalSwitchingTable/cefcModuleLocalSwitchingEntry": {
      "get": {
        "summary": "Get cefcModuleLocalSwitchingEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleLocalSwitchingTable-cefcModuleLocalSwitchingEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModuleLocalSwitchingMode": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleLocalSwitchingEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcModuleLocalSwitchingMode": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleLocalSwitchingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleLocalSwitchingTable/cefcModuleLocalSwitchingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleLocalSwitchingTable-cefcModuleLocalSwitchingEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleLocalSwitchingTable/cefcModuleLocalSwitchingEntry/cefcModuleLocalSwitchingMode": {
      "get": {
        "summary": "Get cefcModuleLocalSwitchingMode",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleLocalSwitchingTable-cefcModuleLocalSwitchingEntry-cefcModuleLocalSwitchingMode",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleLocalSwitchingMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleLocalSwitchingMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanTrayStatusTable": {
      "get": {
        "summary": "Get cefcFanTrayStatusTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanTrayStatusTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFanTrayStatusEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFanTrayOperStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanTrayStatusTable": {
                    "cefcFanTrayStatusEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcFanTrayOperStatus": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanTrayStatusTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanTrayStatusTable/cefcFanTrayStatusEntry": {
      "get": {
        "summary": "Get cefcFanTrayStatusEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanTrayStatusTable-cefcFanTrayStatusEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFanTrayOperStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanTrayStatusEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcFanTrayOperStatus": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanTrayStatusEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanTrayStatusTable/cefcFanTrayStatusEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanTrayStatusTable-cefcFanTrayStatusEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanTrayStatusTable/cefcFanTrayStatusEntry/cefcFanTrayOperStatus": {
      "get": {
        "summary": "Get cefcFanTrayOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanTrayStatusTable-cefcFanTrayStatusEntry-cefcFanTrayOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanTrayOperStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanTrayOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPhysicalTable": {
      "get": {
        "summary": "Get cefcPhysicalTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPhysicalTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcPhysicalEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcPhysicalStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPhysicalTable": {
                    "cefcPhysicalEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcPhysicalStatus": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPhysicalTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPhysicalTable/cefcPhysicalEntry": {
      "get": {
        "summary": "Get cefcPhysicalEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPhysicalTable-cefcPhysicalEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcPhysicalStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPhysicalEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcPhysicalStatus": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPhysicalEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPhysicalTable/cefcPhysicalEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPhysicalTable-cefcPhysicalEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPhysicalTable/cefcPhysicalEntry/cefcPhysicalStatus": {
      "get": {
        "summary": "Get cefcPhysicalStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPhysicalTable-cefcPhysicalEntry-cefcPhysicalStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPhysicalStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPhysicalStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyInputTable": {
      "get": {
        "summary": "Get cefcPowerSupplyInputTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyInputTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcPowerSupplyInputEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPowerSupplyInputIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefcPowerSupplyInputType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyInputTable": {
                    "cefcPowerSupplyInputEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefcPowerSupplyInputIndex": 1,
                      "cefcPowerSupplyInputType": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyInputTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyInputTable/cefcPowerSupplyInputEntry": {
      "get": {
        "summary": "Get cefcPowerSupplyInputEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyInputTable-cefcPowerSupplyInputEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcPowerSupplyInputIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefcPowerSupplyInputType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyInputEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefcPowerSupplyInputIndex": 1,
                    "cefcPowerSupplyInputType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyInputEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyInputTable/cefcPowerSupplyInputEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyInputTable-cefcPowerSupplyInputEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyInputTable/cefcPowerSupplyInputEntry/cefcPowerSupplyInputIndex": {
      "get": {
        "summary": "Get cefcPowerSupplyInputIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyInputTable-cefcPowerSupplyInputEntry-cefcPowerSupplyInputIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyInputIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyInputIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyInputTable/cefcPowerSupplyInputEntry/cefcPowerSupplyInputType": {
      "get": {
        "summary": "Get cefcPowerSupplyInputType",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyInputTable-cefcPowerSupplyInputEntry-cefcPowerSupplyInputType",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyInputType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyInputType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable": {
      "get": {
        "summary": "Get cefcPowerSupplyOutputTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcPowerSupplyOutputEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPSOutputModeIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefcPSOutputModeCurrent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPSOutputModeInOperation": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyOutputTable": {
                    "cefcPowerSupplyOutputEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefcPSOutputModeIndex": 1,
                      "cefcPSOutputModeCurrent": "configured-value",
                      "cefcPSOutputModeInOperation": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyOutputTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable/cefcPowerSupplyOutputEntry": {
      "get": {
        "summary": "Get cefcPowerSupplyOutputEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable-cefcPowerSupplyOutputEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcPSOutputModeIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefcPSOutputModeCurrent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcPSOutputModeInOperation": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPowerSupplyOutputEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefcPSOutputModeIndex": 1,
                    "cefcPSOutputModeCurrent": "configured-value",
                    "cefcPSOutputModeInOperation": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPowerSupplyOutputEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable/cefcPowerSupplyOutputEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable-cefcPowerSupplyOutputEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable/cefcPowerSupplyOutputEntry/cefcPSOutputModeIndex": {
      "get": {
        "summary": "Get cefcPSOutputModeIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable-cefcPowerSupplyOutputEntry-cefcPSOutputModeIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPSOutputModeIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPSOutputModeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable/cefcPowerSupplyOutputEntry/cefcPSOutputModeCurrent": {
      "get": {
        "summary": "Get cefcPSOutputModeCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable-cefcPowerSupplyOutputEntry-cefcPSOutputModeCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPSOutputModeCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPSOutputModeCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcPowerSupplyOutputTable/cefcPowerSupplyOutputEntry/cefcPSOutputModeInOperation": {
      "get": {
        "summary": "Get cefcPSOutputModeInOperation",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcPowerSupplyOutputTable-cefcPowerSupplyOutputEntry-cefcPSOutputModeInOperation",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPSOutputModeInOperation": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPSOutputModeInOperation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcChassisCoolingTable": {
      "get": {
        "summary": "Get cefcChassisCoolingTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcChassisCoolingTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcChassisCoolingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcChassisPerSlotCoolingCap": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cefcChassisPerSlotCoolingUnit": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcChassisCoolingTable": {
                    "cefcChassisCoolingEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcChassisPerSlotCoolingCap": 1,
                        "cefcChassisPerSlotCoolingUnit": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcChassisCoolingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcChassisCoolingTable/cefcChassisCoolingEntry": {
      "get": {
        "summary": "Get cefcChassisCoolingEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcChassisCoolingTable-cefcChassisCoolingEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcChassisPerSlotCoolingCap": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cefcChassisPerSlotCoolingUnit": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcChassisCoolingEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcChassisPerSlotCoolingCap": 1,
                      "cefcChassisPerSlotCoolingUnit": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcChassisCoolingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcChassisCoolingTable/cefcChassisCoolingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcChassisCoolingTable-cefcChassisCoolingEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcChassisCoolingTable/cefcChassisCoolingEntry/cefcChassisPerSlotCoolingCap": {
      "get": {
        "summary": "Get cefcChassisPerSlotCoolingCap",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcChassisCoolingTable-cefcChassisCoolingEntry-cefcChassisPerSlotCoolingCap",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcChassisPerSlotCoolingCap": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcChassisPerSlotCoolingCap from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcChassisCoolingTable/cefcChassisCoolingEntry/cefcChassisPerSlotCoolingUnit": {
      "get": {
        "summary": "Get cefcChassisPerSlotCoolingUnit",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcChassisCoolingTable-cefcChassisCoolingEntry-cefcChassisPerSlotCoolingUnit",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcChassisPerSlotCoolingUnit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcChassisPerSlotCoolingUnit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingTable": {
      "get": {
        "summary": "Get cefcFanCoolingTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFanCoolingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcFanCoolingCapacity": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cefcFanCoolingCapacityUnit": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingTable": {
                    "cefcFanCoolingEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcFanCoolingCapacity": 1,
                        "cefcFanCoolingCapacityUnit": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingTable/cefcFanCoolingEntry": {
      "get": {
        "summary": "Get cefcFanCoolingEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingTable-cefcFanCoolingEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcFanCoolingCapacity": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cefcFanCoolingCapacityUnit": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcFanCoolingCapacity": 1,
                      "cefcFanCoolingCapacityUnit": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingTable/cefcFanCoolingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingTable-cefcFanCoolingEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingTable/cefcFanCoolingEntry/cefcFanCoolingCapacity": {
      "get": {
        "summary": "Get cefcFanCoolingCapacity",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingTable-cefcFanCoolingEntry-cefcFanCoolingCapacity",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapacity": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapacity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingTable/cefcFanCoolingEntry/cefcFanCoolingCapacityUnit": {
      "get": {
        "summary": "Get cefcFanCoolingCapacityUnit",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingTable-cefcFanCoolingEntry-cefcFanCoolingCapacityUnit",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapacityUnit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapacityUnit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleCoolingTable": {
      "get": {
        "summary": "Get cefcModuleCoolingTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleCoolingTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcModuleCoolingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModuleCooling": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cefcModuleCoolingUnit": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleCoolingTable": {
                    "cefcModuleCoolingEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcModuleCooling": 1,
                        "cefcModuleCoolingUnit": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleCoolingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleCoolingTable/cefcModuleCoolingEntry": {
      "get": {
        "summary": "Get cefcModuleCoolingEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleCoolingTable-cefcModuleCoolingEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModuleCooling": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cefcModuleCoolingUnit": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleCoolingEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcModuleCooling": 1,
                      "cefcModuleCoolingUnit": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleCoolingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleCoolingTable/cefcModuleCoolingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleCoolingTable-cefcModuleCoolingEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleCoolingTable/cefcModuleCoolingEntry/cefcModuleCooling": {
      "get": {
        "summary": "Get cefcModuleCooling",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleCoolingTable-cefcModuleCoolingEntry-cefcModuleCooling",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleCooling": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleCooling from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModuleCoolingTable/cefcModuleCoolingEntry/cefcModuleCoolingUnit": {
      "get": {
        "summary": "Get cefcModuleCoolingUnit",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModuleCoolingTable-cefcModuleCoolingEntry-cefcModuleCoolingUnit",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleCoolingUnit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleCoolingUnit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable": {
      "get": {
        "summary": "Get cefcFanCoolingCapTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcFanCoolingCapEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcFanCoolingCapIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefcFanCoolingCapModeDescr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcFanCoolingCapCapacity": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cefcFanCoolingCapCurrent": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcFanCoolingCapCapacityUnit": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapTable": {
                    "cefcFanCoolingCapEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cefcFanCoolingCapIndex": 1,
                      "cefcFanCoolingCapModeDescr": "configured-value",
                      "cefcFanCoolingCapCapacity": 1,
                      "cefcFanCoolingCapCurrent": "configured-value",
                      "cefcFanCoolingCapCapacityUnit": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry": {
      "get": {
        "summary": "Get cefcFanCoolingCapEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcFanCoolingCapIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefcFanCoolingCapModeDescr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcFanCoolingCapCapacity": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cefcFanCoolingCapCurrent": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcFanCoolingCapCapacityUnit": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cefcFanCoolingCapIndex": 1,
                    "cefcFanCoolingCapModeDescr": "configured-value",
                    "cefcFanCoolingCapCapacity": 1,
                    "cefcFanCoolingCapCurrent": "configured-value",
                    "cefcFanCoolingCapCapacityUnit": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/cefcFanCoolingCapIndex": {
      "get": {
        "summary": "Get cefcFanCoolingCapIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-cefcFanCoolingCapIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/cefcFanCoolingCapModeDescr": {
      "get": {
        "summary": "Get cefcFanCoolingCapModeDescr",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-cefcFanCoolingCapModeDescr",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapModeDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapModeDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/cefcFanCoolingCapCapacity": {
      "get": {
        "summary": "Get cefcFanCoolingCapCapacity",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-cefcFanCoolingCapCapacity",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapCapacity": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapCapacity from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/cefcFanCoolingCapCurrent": {
      "get": {
        "summary": "Get cefcFanCoolingCapCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-cefcFanCoolingCapCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapCurrent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcFanCoolingCapTable/cefcFanCoolingCapEntry/cefcFanCoolingCapCapacityUnit": {
      "get": {
        "summary": "Get cefcFanCoolingCapCapacityUnit",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcFanCoolingCapTable-cefcFanCoolingCapEntry-cefcFanCoolingCapCapacityUnit",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanCoolingCapCapacityUnit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanCoolingCapCapacityUnit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcConnectorRatingTable": {
      "get": {
        "summary": "Get cefcConnectorRatingTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcConnectorRatingTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcConnectorRatingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcConnectorRating": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcConnectorRatingTable": {
                    "cefcConnectorRatingEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcConnectorRating": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcConnectorRatingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcConnectorRatingTable/cefcConnectorRatingEntry": {
      "get": {
        "summary": "Get cefcConnectorRatingEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcConnectorRatingTable-cefcConnectorRatingEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcConnectorRating": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcConnectorRatingEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcConnectorRating": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcConnectorRatingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcConnectorRatingTable/cefcConnectorRatingEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcConnectorRatingTable-cefcConnectorRatingEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcConnectorRatingTable/cefcConnectorRatingEntry/cefcConnectorRating": {
      "get": {
        "summary": "Get cefcConnectorRating",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcConnectorRatingTable-cefcConnectorRatingEntry-cefcConnectorRating",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcConnectorRating": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcConnectorRating from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable": {
      "get": {
        "summary": "Get cefcModulePowerConsumptionTable",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cefcModulePowerConsumptionEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cefcModulePowerConsumption": {
                            "type": "string",
                            "example": "125.5"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 125.5
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPhysicalName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPhysicalModelName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPSOutputModeIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPSOutputModeCurrent": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "entPhysicalModelName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cefcPhysicalStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": 125.5
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModulePowerConsumptionTable": {
                    "cefcModulePowerConsumptionEntry": [
                      {
                        "entPhysicalIndex": "configured-value",
                        "cefcModulePowerConsumption": "125.5"
                      }
                    ],
                    "object-1": {
                      "entPhysicalIndex": "configured-value",
                      "entPhysicalName": "example-1"
                    },
                    "object-2": {
                      "entPhysicalIndex": "configured-value",
                      "entPhysicalModelName": "example-1"
                    },
                    "object-3": {
                      "entPhysicalIndex": "configured-value",
                      "cefcPSOutputModeIndex": "configured-value",
                      "cefcPSOutputModeCurrent": "configured-value"
                    },
                    "object-4": {
                      "entPhysicalIndex": "configured-value",
                      "entPhysicalModelName": "example-1"
                    },
                    "object-5": {
                      "entPhysicalIndex": "configured-value",
                      "cefcPhysicalStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModulePowerConsumptionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/cefcModulePowerConsumptionEntry": {
      "get": {
        "summary": "Get cefcModulePowerConsumptionEntry",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-cefcModulePowerConsumptionEntry",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cefcModulePowerConsumption": {
                        "type": "string",
                        "example": "125.5"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 125.5
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModulePowerConsumptionEntry": [
                    {
                      "entPhysicalIndex": "configured-value",
                      "cefcModulePowerConsumption": "125.5"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModulePowerConsumptionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/cefcModulePowerConsumptionEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-cefcModulePowerConsumptionEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/cefcModulePowerConsumptionEntry/cefcModulePowerConsumption": {
      "get": {
        "summary": "Get cefcModulePowerConsumption",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-cefcModulePowerConsumptionEntry-cefcModulePowerConsumption",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModulePowerConsumption": "125.5"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModulePowerConsumption from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcModuleOperStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:object-1": {
                    "entPhysicalIndex": "configured-value",
                    "cefcModuleOperStatus": "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/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/cefcModuleOperStatus": {
      "get": {
        "summary": "Get cefcModuleOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-cefcModuleOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcModuleStatusLastChangeTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:object-2": {
                    "entPhysicalIndex": "configured-value",
                    "cefcModuleStatusLastChangeTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2/cefcModuleStatusLastChangeTime": {
      "get": {
        "summary": "Get cefcModuleStatusLastChangeTime",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2-cefcModuleStatusLastChangeTime",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcModuleStatusLastChangeTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcModuleStatusLastChangeTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/cefcFRUPowerOperStatus": {
      "get": {
        "summary": "Get cefcFRUPowerOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-cefcFRUPowerOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2/cefcFRUPowerAdminStatus": {
      "get": {
        "summary": "Get cefcFRUPowerAdminStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2-cefcFRUPowerAdminStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFRUPowerAdminStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFRUPowerAdminStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/entPhysicalContainedIn": {
      "get": {
        "summary": "Get entPhysicalContainedIn",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-entPhysicalContainedIn",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalContainedIn": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalContainedIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/entPhysicalClass": {
      "get": {
        "summary": "Get entPhysicalClass",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-entPhysicalClass",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalClass": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalClass from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2/entPhysicalVendorType": {
      "get": {
        "summary": "Get entPhysicalVendorType",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2-entPhysicalVendorType",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalVendorType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalVendorType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-3",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entPhysicalName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:object-3": {
                    "entPhysicalIndex": "configured-value",
                    "entPhysicalName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-3/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-3-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-3/entPhysicalName": {
      "get": {
        "summary": "Get entPhysicalName",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-3-entPhysicalName",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-4",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "entPhysicalModelName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:object-4": {
                    "entPhysicalIndex": "configured-value",
                    "entPhysicalModelName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-4/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-4-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-4/entPhysicalModelName": {
      "get": {
        "summary": "Get entPhysicalModelName",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-4-entPhysicalModelName",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalModelName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalModelName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-5",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cefcPhysicalStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:object-5": {
                    "entPhysicalIndex": "configured-value",
                    "cefcPhysicalStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-5/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-5-entPhysicalIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-5/cefcPhysicalStatus": {
      "get": {
        "summary": "Get cefcPhysicalStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-5-cefcPhysicalStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPhysicalStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPhysicalStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/cefcFanTrayOperStatus": {
      "get": {
        "summary": "Get cefcFanTrayOperStatus",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-cefcFanTrayOperStatus",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcFanTrayOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcFanTrayOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-1/entPhysicalName": {
      "get": {
        "summary": "Get entPhysicalName",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-1-entPhysicalName",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-2/entPhysicalModelName": {
      "get": {
        "summary": "Get entPhysicalModelName",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-2-entPhysicalModelName",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-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": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:entPhysicalModelName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalModelName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-3/cefcPSOutputModeIndex": {
      "get": {
        "summary": "Get cefcPSOutputModeIndex",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-3-cefcPSOutputModeIndex",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPSOutputModeIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPSOutputModeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB/cefcModulePowerConsumptionTable/object-3/cefcPSOutputModeCurrent": {
      "get": {
        "summary": "Get cefcPSOutputModeCurrent",
        "operationId": "get-CISCO-ENTITY-FRU-CONTROL-MIB:CISCO-ENTITY-FRU-CONTROL-MIB-cefcModulePowerConsumptionTable-object-3-cefcPSOutputModeCurrent",
        "tags": [
          "CISCO-ENTITY-FRU-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENTITY-FRU-CONTROL-MIB:cefcPSOutputModeCurrent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cefcPSOutputModeCurrent 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": []
    }
  ]
}
