Get details of storage pools identified by {id}
GET {{baseUrl}}/api/v1/storage-systems/:systemId/storage-pools/:id?select=<string>
Get details of storage pools identified by {id}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
select | string | Query to select only the required parameters, separated by . if nested |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"associatedLinks":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"capacityUsed":"\u003cinteger\u003e","customerId":"\u003cstring\u003e","generation":"\u003clong\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","systemId":"\u003cstring\u003e","type":"\u003cstring\u003e"}