GET – BMC failure screen
Use the GET method to retrieve properties in failure screen.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/DiagnosticLog/Entries/FailureScreen
Request body
None
Response body
| Field | Type | Description | |||
|---|---|---|---|---|---|
Id | String | FailureScreen | |||
Name | String | FailureScreen | |||
Description | String | This resource is used to represent a log entry for log services for a Redfish implementation.” | |||
EntryType | String | The type of log entry. Always set to “OEM”. | |||
OemRecordFormat | String | If the entry type is OEM, this will contain more information about the record format from the OEM. Always set to Lenovo. | |||
DiagnosticDataType | String | The type of diagnostic data. Always set to “OS”. | |||
AdditionalDataSizeBytes | Integer | The file size of FailureScreen file. Set it to 0 if the FailureScreen log file does not exist. | |||
AdditionalDataURI | String | The URI to download the FailureScreen log file. Set it to null if the FailureScreen log file does not exist. | |||
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Give documentation feedback