NOTE: The recommended methodology for connecting to an ISO image is by using the ConnectRFSISOImage action that
utilizes the remote file system (RFS).
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConnectNetworkISOImage' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"HashType": "MD5",
"HashValue": "hash_string",
"IPAddress": "1.2.3.4",
"ImageName": "ImageName_String",
"Password": "abc@1234",
"ShareName": "Sharename_string",
"ShareType": "CIFS",
"UserName": "user_name"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}