SoftwareInventory resource instances.X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/UpdateService/SoftwareInventory' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#SoftwareInventoryCollection.SoftwareInventoryCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/UpdateService/SoftwareInventory",
"@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection",
"Description": "Collection of Software Inventory",
"Members": [],
"Members@odata.count": 0,
"Name": "Software Inventory Collection"
}