Get the volume performance history data associated with a host identified by {uid}
GET {{baseUrl}}/api/v1/host-initiators/:hostId/storage-performance-history?select=latencyMetricsDataMs&range=startTime eq 1605063600 and endTime eq 1605186000&timeIntervalMin=1440&topVolumesCount=5
Get the volume performance history data associated with a host identified by {uid}
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. | |
topVolumesCount | number | The number of top volumes to be returned, by default it will be 5 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"customerId":"string","hostVolumePerfTrendData":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"requestURI":"/v1/host-initiators/2b09e744496246859fde6c132b2091d3/storage-performance-history"}