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