GET – BMC 诊断日志条目(MPFA)
使用 GET 方法检索服务器的诊断日志条目(MPFA)中的属性。
请求 URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/DiagnosticLog/Entries/MPFA
请求正文
无
响应正文
字段 | 类型 | 描述 | |||
---|---|---|---|---|---|
Id | 字符串 | MPFA | |||
Name | 字符串 | Memory PFA Data | |||
Description | 字符串 | “This resource is used to represent a log entry for log services for a Redfish implementation.” | |||
EntryType | 字符串 | 日志条目的类型。始终设置为“OEM”。 | |||
OemRecordFormat | 字符串 | 如果条目类型为 OEM,则将包含有关 OEM 中的记录格式的详细信息。始终设置为 Lenovo。 | |||
DiagnosticDataType | 字符串 | 诊断数据的类型。始终设置为“OEM”。 | |||
OEMDiagnosticDataType | 字符串 | OEM 诊断数据的类型。始终设置为“MPFA” | |||
AdditionalDataSizeBytes | 整数 | FFDC 文件或故障屏幕快照的文件大小。 如果诊断数据不可用,则将其设置为 0。 | |||
AdditionalDataURI | 字符串 | 供 XCC HTTPS 服务器用于保存诊断数据的 URI。 如果诊断数据不可用,则将其设置为 null。 |
状态代码
HTTP 状态代码 | 错误消息 ID |
---|---|
500 | InternalError |
示例
返回以下示例 JSON 响应:
{
"@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry",
"@odata.etag": "\"C2117F37\"",
"@odata.id": "/redfish/v1/Systems/1/LogServices/DiagnosticLog/Entries/MPFA",
"@odata.type": "#LogEntry.v1_13_0.LogEntry",
"AdditionalDataSizeBytes": 0,
"AdditionalDataURI": null,
"Description": "This resource is used to represent a log entry for log services for a Redfish implementation.",
"DiagnosticDataType": "OEM",
"EntryType": "Oem",
"Id": "MPFA",
"Name": "Memory PFA Data",
"OEMDiagnosticDataType": "MPFA",
"OemRecordFormat": "Lenovo"
}
提供反馈