Skip to main content

GetMetricSummaryResponse

aggregatestringrequired

The aggregate function used to aggregate the summary

Possible values: [sum, avg, min, max, count, first, last]

statusstringrequired

The status of the summary indicating data source type

Possible values: [actual, estimate, forecast]

valuenumbernullablerequired

The aggregated value

GetMetricSummaryResponse
{
"aggregate": "sum",
"status": "actual",
"value": 0
}