Get volumes for an applicationset identified by appsetUid
GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/applicationsets/:appsetId/volumes?limit=10&offset=5&filter=name eq array1 and wwn eq 2FF70002AC018D94&sort=systemWWN desc&select=id
Get volumes for an applicationset identified by appsetUid
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number of items to return at a time | |
offset | number | The offset of the first item in the collection to return | |
filter | string | oData query to filter by Key. | |
sort | string | oData query to sort by Key. | |
select | string | Query to select only the required parameters, separated by . if nested |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"requestUri":"/v1/storage-systems/device-type1/2FF70002AC01F0FF/applicationsets/fd3244ef7f1ab8bd16500c7a41bdf8f8/volumes","volumes":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}