NOTE: The Fan section of HardwareInventory will no longer include the following properties: CurrentSpeed PWM Rotor-based
NOTE: For the ExportHWInventory action, the response code will vary based on the request payload:
Payload Options: 1.Payload: {"ShareType":"Local", "XMLSchema":"JSON"}
Response: 201 Created with a location header/redfish/v1/Oem/Dell/hwinv.json2.Payload: {"ShareType":"Local", "XMLSchema":"Simple" or "CIM-XML"} Response: **201 Created** with a location header/redfish/v1/Oem/Dell/hwinv.xml3.Payload: `{"ShareType":"Remote",...}
Response: 202 Accepted with a Task Monitor reponse payload.
NOTE: The LC log for successful completion of the ExportHWInventory action will use the message ID: LC027.
NOTE: If "ProxySupport" is set to "Off" or "Default", additional proxy-related properties are ignored, and the response will indicate success.
NOTE: Some string values that were previously returned as null may now return as an empty string "", and vice versa.
NOTE: Drives with PCIe and NVMe protocols will now be part of DCIM_PCIeSSDView instead of DCIM_PhysicalDiskView.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//Oem/Dell/DellLCService/Actions/DellLCService.ExportHWInventory' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"FileName": "filename_string",
"IPAddress": "1.2.3.4",
"IgnoreCertWarning": "Off",
"Password": "xyz123",
"ShareName": "cifs",
"ShareType": "CIFS",
"UserName": "root"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}