Get volume capacity trend data of Nimble / Alletra 6K Volume identified by {volumeId}

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

Get volume capacity trend data of Nimble / Alletra 6K Volume identified by {volumeId}

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;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;requestURI&quot;:&quot;\u003cstring\u003e&quot;,&quot;series_data&quot;:[{&quot;snapshot_usage&quot;:&quot;\u003cnumber\u003e&quot;,&quot;timestamp&quot;:&quot;\u003clong\u003e&quot;,&quot;volume_usage&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;snapshot_usage&quot;:&quot;\u003cnumber\u003e&quot;,&quot;timestamp&quot;:&quot;\u003clong\u003e&quot;,&quot;volume_usage&quot;:&quot;\u003cnumber\u003e&quot;}]}