AggregationResponse
Properties
integer
end_time
Optional
End timestamp of the window of the objects returned
integer
start_time
Optional
Start timestamp of the window of the objects returned
integer
total_count
Optional
Total count of objects returned
JSON Example
{
"aggregations": [
{
"aggregation_type": "string",
"field": "string",
"value": 0
}
],
"end_time": 1597247999,
"start_time": 1597247025,
"total_count": 100
}