aggregate detectors
Detector Route
aggregate detectors
!!!IMPORTANT!!! Use with caution, because usage with JOIN can require aggregate with ‘distinct’
POST
aggregate detectors
Authorizations
Authentication
Body
application/json
Aggregation functions with fields to aggregate. Represent SQL 'select' in 'group by' query. !!!IMPORTANT!!! Use with caution, because usage with JOIN can require aggregate with 'distinct'
Minimum array length:
1Example:
[{ "func": ["count", "1"] }]Query string to search for data. Represent SQL 'where'
Example:
"field1='value' and field2<>'value2'"
Group by parameter for aggregation query
Sorting for the search
Starting document offset
Required range:
x >= 0Example:
0
The number of hits to return
Required range:
0 <= x <= 10000Example:
10
Response
200 - application/json
OK