Fan schema describes a cooling fan unit for a computer system or similar devices contained within a chassis. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//ThermalSubsystem/Fans/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#Fan.Fan",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1A",
"@odata.type": "#Fan.v1_5_2.Fan",
"Description": "Represents fan properties of the chassis",
"HotPluggable": true,
"Id": "Fan.Embedded.1A",
"Location": {
"PartLocation": {
"LocationType": "Bay",
"ServiceLabel": "System Board Fan1A"
}
},
"Name": "Fan 1A",
"Oem": {
"Dell": {
"@odata.type": "#DellFan.v1_0_0.DellFan",
"FanPWM": 17,
"FanType": "Standard"
}
},
"PhysicalContext": "SystemBoard",
"SpeedPercent": {
"SpeedRPM": 3000
},
"Status": {
"Health": "OK",
"State": "Enabled"
}
}