|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Power supply metadata. More...
import "ShelfPowerSupply.idl";
Public Attributes | |
| string | slotLabel |
| Label of PSU slot the PSU is plugged into. | |
| string | manufacturer |
| PSU manufacturer. | |
| string | model |
| PSU model. | |
| string | serialNumber |
| PSU serial number. | |
| string | firmwareVersion |
| PSU firmware version (in PSU specific format) | |
| string | productionDate |
| Production date of PSU (in PSU specific format) | |
| string | hardwareRevision |
| Hardware revision of PDU (in PSU specific format) | |
| int | maxOutputPower |
| Maximum output power of PSU (in W) | |
| boolean | hotplugSupported |
| PSU can be removed or inserted while shelf is powered. | |
| boolean | powerControlSupported |
| PSU can be turned on or off. | |
| boolean | fanSpeedControlSupported |
| Fan speed of PSU can be controlled. | |
| int | ratedLoad |
| Load (in percent) at which efficiency is determined (0 if unsupported) | |
| int | efficiencyPercent |
| Efficiency (in percent) at rated load (0 if unsupported) | |
Power supply metadata.
Definition at line 26 of file ShelfPowerSupply.idl.
| int pdumodel::ShelfPowerSupply::MetaData::efficiencyPercent |
Efficiency (in percent) at rated load (0 if unsupported)
Definition at line 39 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::MetaData::fanSpeedControlSupported |
Fan speed of PSU can be controlled.
Definition at line 37 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::firmwareVersion |
PSU firmware version (in PSU specific format)
Definition at line 31 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::hardwareRevision |
Hardware revision of PDU (in PSU specific format)
Definition at line 33 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::MetaData::hotplugSupported |
PSU can be removed or inserted while shelf is powered.
Definition at line 35 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::manufacturer |
PSU manufacturer.
Definition at line 28 of file ShelfPowerSupply.idl.
| int pdumodel::ShelfPowerSupply::MetaData::maxOutputPower |
Maximum output power of PSU (in W)
Definition at line 34 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::model |
PSU model.
Definition at line 29 of file ShelfPowerSupply.idl.
| boolean pdumodel::ShelfPowerSupply::MetaData::powerControlSupported |
PSU can be turned on or off.
Definition at line 36 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::productionDate |
Production date of PSU (in PSU specific format)
Definition at line 32 of file ShelfPowerSupply.idl.
| int pdumodel::ShelfPowerSupply::MetaData::ratedLoad |
Load (in percent) at which efficiency is determined (0 if unsupported)
Definition at line 38 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::serialNumber |
PSU serial number.
Definition at line 30 of file ShelfPowerSupply.idl.
| string pdumodel::ShelfPowerSupply::MetaData::slotLabel |
Label of PSU slot the PSU is plugged into.
Definition at line 27 of file ShelfPowerSupply.idl.