username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Storage//Drives//Actions/Oem/DellDrive.ExportNVMeDeviceLogs' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FileName": ".string",
"IPAddress": "10.12.13.14",
"IncludeInExport": [
"PEL"
],
"Password": "string",
"ShareName": ".share",
"ShareType": "Local",
"UserName": ".string"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}