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
Field | Type | Description |
---|---|---|
DiagosticDataType | String | “OS” |
Response body
None
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
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.
Give documentation feedback