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

KeyDatatypeRequiredDescription
selectstringQuery to select only the required parameters, separated by . if nested

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;associatedLinks&quot;:[{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;capacityUsed&quot;:&quot;\u003cinteger\u003e&quot;,&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;generation&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;systemId&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}