NOTE: The ControllerDrivesDecommission URI is supported exclusively for HBA and BOSS controllers.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Storage//Actions/Oem/DellStorage.ControllerDrivesDecommission' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}