跳到主要内容

GET – 由存储控制器管理的 StoragePool 集合

使用 GET 方法检索服务器的 StoragePool 集合资源。

请求 URL

GET https://<BMC_IPADDR>/redfish/v1/Systems/1/Storage/{StorageId}/StoragePools

响应正文

字段

类型

描述

Name

字符串

StoragePoolCollection

Description

字符串

“A collection of storage pools instances.”

Members

数组

项:StoragePools 元素的引用链接。

状态代码

HTTP 状态代码错误消息 ID
500InternalError

示例

返回以下示例 JSON 响应:

{
"@odata.etag": "\"24248091\"",
"@odata.id": "/redfish/v1/Systems/1/Storage/controller_slot8/StoragePools",
"@odata.type": "#StoragePoolCollection.StoragePoolCollection",
"Description": "A collection of StoragePool resource instances.",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/1/Storage/controller_slot8/StoragePools/Pool_8_239"
},
{
"@odata.id": "/redfish/v1/Systems/1/Storage/controller_slot8/StoragePools/Pool_8_238"
}
],
"Members@odata.count": 2,
"Name": "Storage Pool Collection"
}