Get all volume-sets for a systemId
GET {{baseUrl}}/api/v1/storage-systems/:systemId/volume-sets?limit=<integer>&offset=<integer>&filter=<string>&sort=<string>&select=<string>
Get all volume sets for a systemId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Number of items to return at a time | |
offset | string | 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
{"items":[{"appType":"\u003cstring\u003e","application":"\u003cstring\u003e","associatedLinks":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","id":"\u003cstring\u003e","members":["\u003cstring\u003e","\u003cstring\u003e"],"name":"\u003cstring\u003e","productFamily":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","systemId":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"appType":"\u003cstring\u003e","application":"\u003cstring\u003e","associatedLinks":[{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"resourceUri":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"customerId":"\u003cstring\u003e","generation":"\u003cinteger\u003e","id":"\u003cstring\u003e","members":["\u003cstring\u003e","\u003cstring\u003e"],"name":"\u003cstring\u003e","productFamily":"\u003cstring\u003e","resourceUri":"\u003cstring\u003e","systemId":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"pageLimit":"\u003cinteger\u003e","pageOffset":"\u003cinteger\u003e","requestUri":"\u003cstring\u003e","total":"\u003cinteger\u003e"}