AggregationRequest

AggregationRequest
AggregationRequest
JSON Example
{
    "entity_type": "Flow",
    "filter": "destination_ip.ip_address = '1.1.1.1'",
    "aggregations": [
        {
            "field": "flow.totalBytes.delta.summation.bytes",
            "aggregation_type": "SUM"
        }
    ],
    "time_range": {
        "start_time": 1534410000,
        "end_time": 1534410559
    }
}
entity_type
Optional

entity_type

string
filter
Optional

query filter

aggregations
Optional

aggregations

time_range
Optional

time_range