Get volume capacity trend data of Primera / Alletra 9K Volume identified by {id}

GET {{baseUrl}}/api/v1/storage-systems/device-type1/:systemId/volumes/:id/capacity-history?select=<string>&range=<string>&timeIntervalMin=10080

Get volume capacity trend data of Primera / Alletra 9K Volume identified by {id}

Request Params

KeyDatatypeRequiredDescription
selectstringQuery to select only the required parameters, separated by . if nested
rangestringrange will define start and end time in which query has to be made.
timeIntervalMinnumberIt defines granularity in minutes.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;capacityData&quot;:{&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;items&quot;:[{&quot;actualUsageMiB&quot;:&quot;\u003cnumber\u003e&quot;,&quot;hostWrittenCapacityMiB&quot;:&quot;\u003cnumber\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003clong\u003e&quot;},{&quot;actualUsageMiB&quot;:&quot;\u003cnumber\u003e&quot;,&quot;hostWrittenCapacityMiB&quot;:&quot;\u003cnumber\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003clong\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;},&quot;endTime&quot;:&quot;\u003cinteger\u003e&quot;,&quot;requestUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;startTime&quot;:&quot;\u003cinteger\u003e&quot;}