GET – MetricReport 集合
使用 GET 方法检索 Redfish 服务的 MetricReport 集合资源中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/TelemetryService/MetricReports
请求正文
无
响应正文
字段 | 类型 | 描述 | ||||||
---|---|---|---|---|---|---|---|---|
Members | 数组 | 项:MetricReport 元素的引用链接 | ||||||
Name | 字符串 | MetricReports | ||||||
Description | 字符串 | “A Collection of MetricReport resource instances.” |
注:“MetricReport”集合可能包含以下成员:
CPUTemp
InletAirTemp
PowerMetrics
PowerSupplyStats
CPUPowerMetrics(Lenovo AMD 2p 系统上不支持)
MemoryUtilizationStats(Lenovo AMD 2p 系统上不支持)
CPUUtilizationStats(Lenovo AMD 2p 系统上不支持)
MemoryUtilizationStats(基于 AMD Milan 的系统上不支持)状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"Members": [
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUTemp"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/InletAirTemp"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/PowerMetrics"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/PowerSupplyStats"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUUtilizationStats"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/MemoryUtilizationStats"
},
{
"@odata.id": "/redfish/v1/TelemetryService/MetricReports/CPUPowerMetrics"
}
],
"@odata.type": "#MetricReportCollection.MetricReportCollection",
"@odata.id": "/redfish/v1/TelemetryService/MetricReports",
"Name": "MetricReports",
"@odata.etag": "\"590749d0e56a27efeb4\"",
"Members@odata.count": 7,
"Description": "A Collection of MetricReport resource instances."
提供反馈