Get volume latency annotations for device-type4

GET {{baseUrl}}/api/v1/storage-systems/device-type4/:systemId/volumes/:volumeId/insights/latency-annotations?timeIntervalMin=60&range=<string>&operationType=READ

Get the high latency points to be annotated segregated into read and write categories

Request Params

KeyDatatypeRequiredDescription
timeIntervalMinnumber(Required) Time interval granularity in minutes
rangestring(Required) Specifies the time period for which hotspot metrics are to be calculated. Both startTime and endTime should be specified
operationTypestringIndicates if hotspots metrics to be calculated for read, write or both operations. If this field is not provided, hotspots are calculated for both operations

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;associatedLinks&quot;:[{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;resourceUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;}],&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;endTime&quot;:&quot;\u003cnumber\u003e&quot;,&quot;latencyAnnotations&quot;:{&quot;read&quot;:[{&quot;latencyQtl90&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxRange&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;latencyQtl90&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxRange&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003cnumber\u003e&quot;}],&quot;write&quot;:[{&quot;latencyQtl90&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxRange&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;latencyQtl90&quot;:&quot;\u003cnumber\u003e&quot;,&quot;maxRange&quot;:&quot;\u003cstring\u003e&quot;,&quot;timestampMs&quot;:&quot;\u003cnumber\u003e&quot;}]},&quot;requestUri&quot;:&quot;\u003cstring\u003e&quot;,&quot;startTime&quot;:&quot;\u003cnumber\u003e&quot;,&quot;systemId&quot;:&quot;\u003cstring\u003e&quot;,&quot;volumeId&quot;:&quot;\u003cstring\u003e&quot;}