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
Key | Datatype | Required | Description |
---|---|---|---|
select | string | Query to select only the required parameters, separated by . if nested | |
range | string | range will define start and end time in which query has to be made. | |
timeIntervalMin | number | It defines granularity in minutes. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","requestURI":"\u003cstring\u003e","series_data":[{"snapshot_usage":"\u003cnumber\u003e","timestamp":"\u003clong\u003e","volume_usage":"\u003cnumber\u003e"},{"snapshot_usage":"\u003cnumber\u003e","timestamp":"\u003clong\u003e","volume_usage":"\u003cnumber\u003e"}]}