GET – Collection of storage controllers
Use the GET method to retrieve the properties storage collection resource for a server.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Storage
Request body
None
Response body
| Field | Type | Description | |||
|---|---|---|---|---|---|
Members | Array | Items: A reference link of the elements of Storage. | |||
Name | String | StorageCollection | |||
Description | String | A collection of storage resource instances. | |||
Status code
| HTTP Status Code | Error Message ID |
|---|---|
| 500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
"@odata.etag": "\"0DCF3B35\"",
"@odata.id": "/redfish/v1/Storage",
"@odata.type": "#StorageCollection.StorageCollection",
"Description": "A collection of storage resource instances",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/1/Storage/controller_slot8"
}
],
"Members@odata.count": 1,
"Name": "Storage Collection"
}
Give documentation feedback