You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
Resources |
system |
fanStatus
fanStatus Specifies the fan status on the server(s). |
Exists on Condition | /system/serverAdmin/hwType!='ConnexIP5000' |
Operational Data
| Parameter | Description |
---|
| serverName |
Identifies the server.
|
| fanId |
The name of the fan (usually /FT0/F0/ /FT0/F1/ etc).
|
| speed |
Indicates the fan speed in RPM.
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/fanStatus/{serverName},{fanId} |