File Server metrics history GET operation

GET {{baseUrl}}/api/v1/storage-systems/device-type6/:systemUuid/metrics-history?range=<string>&timeIntervalMin=60

This API endpoint is to get a particular file server metrics history

Request Params

KeyDatatypeRequiredDescription
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;\u003clong\u003e&quot;,&quot;customerId&quot;:&quot;\u003cstring\u003e&quot;,&quot;endTime&quot;:&quot;\u003clong\u003e&quot;,&quot;generation&quot;:&quot;\u003clong\u003e&quot;,&quot;historyData&quot;:[{&quot;numberOfFilesAndDirectories&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;timeStamp&quot;:&quot;\u003clong\u003e&quot;,&quot;totalCapacityInGiB&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedCapacityInGiB&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedCapacityPercentage&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;},{&quot;numberOfFilesAndDirectories&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;readThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;timeStamp&quot;:&quot;\u003clong\u003e&quot;,&quot;totalCapacityInGiB&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;totalThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedCapacityInGiB&quot;:&quot;\u003cfloat\u003e&quot;,&quot;usedCapacityPercentage&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeIopsPerSec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeLatencyInMillisec&quot;:&quot;\u003cfloat\u003e&quot;,&quot;writeThroughputInMBPerSec&quot;:&quot;\u003cfloat\u003e&quot;}],&quot;startTime&quot;:&quot;\u003clong\u003e&quot;}