Storage resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Storage' \
--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/RAID.Embedded.1-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.SL.4-1"
}
],
"Members@odata.count": 2,
"Name": "Storage Collection"
}