NOTE: While performing this action for OS deployment, if a GET method is performed to check the status of the job, the PercentComplete property may display null. To check the status, see the TaskStatus or TaskState property.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.UnpackAndAttach' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"ExposeDuration": "2022-12-03T10:15:30+01:00",
"OSName": "Name_String"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}