GET – 风扇集合
使用 GET 方法检索 Redfish 服务的风扇集合中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/ThermalSubsystem/Fans
请求正文
无
响应正文
字段 | 类型 | 描述 | ||
---|---|---|---|---|
Name | 字符串 | 风扇集合 | ||
Description | 字符串 | “A collection of fan resource instances.” | ||
Members | 数组 | 项:风扇元素的引用链接。 | ||
Members | 链接 | 风扇架构实例的链接。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
{
"@odata.context": "/redfish/v1/$metadata#FanCollection.FanCollection",
"@odata.etag": "\"AD2BD759\"",
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans",
"@odata.type": "#FanCollection.FanCollection",
"Description": "A collection of fan resource instances.",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/fantach_Fan1_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/fantach_Fan2_Front_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/fantach_Fan1_Rear_Tach"
},
{
"@odata.id": "/redfish/v1/Chassis/1/ThermalSubsystem/Fans/fantach_Fan2_Rear_Tach"
}
],
"Members@odata.count": 12,
"Name": "Fan Collection"
}
提供反馈