Storage resource instances.X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Storage' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage",
"@odata.type": "#StorageCollection.StorageCollection",
"Description": "Collection Of Storage entities",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/BOSS.Slot.6-1"
}
],
"Members@odata.count": 2,
"Name": "Storage Collection"
}