metricList element
Type: | apiMetricList |
A list of ApiHost objects
Example JSON
{
"items" : [ {
"name" : "...",
"context" : "...",
"unit" : "...",
"data" : [ {
"timestamp" : "...",
"value" : ...
}, ... ],
"displayName" : "...",
"description" : "..."
}, ... ]
}