GET – Collection of Fans
Use the GET method to retrieve properties in fan collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/ThermalSubsystem/Fans
Request body
None
Response body
Field | Type | Description | ||
---|---|---|---|---|
Name | String | “FanCollection” | ||
Members | Array | Items: A reference link to an element of fans | ||
Members@odata.count | Number | The number of fan elements | ||
Description | String | A collection of fan resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans",
"@odata.etag": "\"7c37345c341432ca33cc7\"",
"@odata.context": "/redfish/v1/$metadata#FanCollection.FanCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_1_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_2_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_3_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_4_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_5_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_6_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_1_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_2_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_3_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_4_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_5_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/Fan_6_Rear_Tach"
}
],
"Members@odata.count": 12,
"Description": "A collection of fan resource instances.",
"Name": "FanCollection",
"@odata.type": "#FanCollection.FanCollection"
}
Give documentation feedback