POST – Collect BMC diagnostic Data
Use the POST method to collect BMC diagnostic Data.
Request URL
POST https://<BMC_IPADDR>/redfish/v1/Systems/1/LogServices/DiagnosticLog/Actions/LogService.CollectDiagnosticData
Request body
| Field | Type | Description |
|---|---|---|
DiagosticDataType | String | “Manager” |
Response body
None
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
| 503 | ResourceInUse |
Give documentation feedback