![]() Power consumption/state of the server. | |
Exists on Condition | /system/serverAdmin/hwType!='ConnexIP5000' |
Parameter | Description | |
---|---|---|
![]() ![]() | serverName | Identifies the server. |
![]() ![]() | powerSupplyId | The name of the power supply (/SYS/VPS) |
![]() | present | Indicates if the module is present or not. |
![]() | productName | Identifies the name (as given by manufacturer) of power supply module. |
![]() | serialNum | Identifies the serial number of the power supply module. This is the serial number assigned to the server module at manufacture. |
![]() | partNum | Identifies the part number of the module. This is the part number assigned to the module at manufacture. |
![]() | powerFault | Indicates if there is power fault. |
![]() | voltageFault | Indicates if there is voltage fault. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/powerSupplyStatus/{serverName},{powerSupplyId} |