metricList element

Type: apiMetricList

A list of ApiMetric objects

Example JSON

{ "items" : [ { "name" : "...", "context" : "...", "unit" : "...", "data" : [ { "timestamp" : "...", "value" : ... }, ... ], "displayName" : "...", "description" : "..." }, ... ] }