This action securely erases the contents of the drive.
NOTE: ApplyTime as immediate is not supported on PCIeSSD through Redfish interface.
NOTE: For properties that are not updatable at real time and if the OperationApplyTime is not set during Patch, then a job
is created and scheduled for that operation.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//Drives//Actions/Drive.SecureErase' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}