GET – Get Storage Collection
Dependence
It displays the collection of storage resource instances available in the system.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request
GET https://{{ip}}/redfish/v1/Systems/Self/Storage
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
"@odata.etag": "\"1619183398\"",
"@odata.id": "/redfish/v1/Systems/Self/Storage",
"@odata.type": "#StorageCollection.StorageCollection",
"Description": "Collection of Storage resource instances",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/Storage/1"
}
],
"Members@odata.count": 1,
"Name": "Storage Collection"
}
Give documentation feedback