username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellMetricService/Actions/DellMetricService.ExportThermalHistory' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"FileName": "filename_string",
"FileType": "XML",
"IPAddress": "1.2.3.4",
"Password": "abc@1234",
"ShareName": "Sharename_string",
"ShareType": "NFS",
"Workgroup": "workgroup_string"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}