Skip to main content

POST – Collect OS diagnostic Data

Use the POST method to collect the last OS failure screen.

Request URL

POST https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/DiagnosticLog/Actions/LogService.CollectDiagnosticData

Request body

FieldTypeDescription

DiagosticDataType

String“OS”

Response body

None

Status code

HTTP Status CodeError Message ID
500InternalError

Example

The following example is POST body.

{
"DiagnosticDataType" : "OS"
}

The process of collecting OS failure screen is pretty much the same as collecting BMC diagnostic data, please refer to POST – Collect BMC diagnostic Data for more details.