GET – GPU EnvironmentMetrics 属性
使用 GET 方法检索 Redfish 服务的 GPU EnvironmentMetrics 资源的属性。
请求 URL
注
此资源仅在基于 AMD 的系统中受 NVIDIA GPU 支持。
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Processors/GPU{1-N}/EnvironmentMetrics
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
---|---|---|---|---|---|
Description | 字符串 | “This resource shall represent an environment metrics for a Redfish implementation.” | |||
Id | 字符串 | “EnvironmentMetrics” | |||
Name | 字符串 | “GPU{N} EnvironmentMetrics” | |||
PowerWatts | 对象 | 已展开 | |||
DataSourceUri | 字符串 | “GPU{N}_Power”传感器的 Redfish 传感器资源路径 | |||
Reading | 数字 | 等于“GPU{N}_Power”传感器读数。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
“Id”:” EnvironmentMetrics”,
“Name”:” GPU1 EnvironmentMetrics”
"@odata.type": "#EnvironmentMetrics.v1_2_0.EnvironmentMetrics",
"@odata.id": "/redfish/v1/Chassis/1/EnvironmentMetrics",
"@odata.etag": "\"3d6b38a53bed29662db\"",
"Description": " This resource shall represent an environment metrics for a Redfish implementation.",
“PowerWatts”: {
“DataSourceUri”:”/redfish/v1/Chassis/1/Sensors/GPU1_Power”,
“Reading”:60
}
}
提供反馈