This method is to create granular and user selectable categories to increase flexibility and improve the repurposing aspect of the existing System Wipe feature. This method takes the component name as input. Multiple options can also be provided. Upon successful creation of job , a job ID is returned.
Privilege: ConfigureComponents, Login
Note: SecureErasePD has been renamed to CryptographicErasePD, however, for backwards compatibility SecureErasePD will still function.
NOTE: vFlash component is not supported in the 15th and 16th generations of PowerEdge servers.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DellLCService/Actions/DellLCService.SystemErase' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"Component": [
"BIOS",
"DIAG"
]
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}