aggregated-events.get.response

aggregated-events.get.response
aggregated-events.get.response
JSON Example
{
    "bins": [
        {
            "minTimestamp": 0,
            "minTimestampString": "string",
            "maxTimestamp": 0,
            "maxTimestampString": "string",
            "keys": [
                {}
            ],
            "value": "number",
            "values": [
                {}
            ]
        }
    ],
    "results": [
        {
            "minTimestamp": 0,
            "minTimestampString": "string",
            "maxTimestamp": 0,
            "maxTimestampString": "string",
            "group-by-field-1": "string"
        }
    ],
    "complete": false,
    "duration": "number",
    "warnings": [
        {
            "id": "number",
            "details": "string",
            "progress": "number"
        }
    ]
}
array of object
bins
Optional

Lists bins of events matching the query. Present when view=DEFAULT

array of object
results
Optional

List of rows in simple query results table. Present when view=SIMPLE

boolean
complete
Required

Indicates whether all matching bins were returned (true), or if only some of them where, because the timeout expired or other problems (false). See also 'warnings'.

number
duration
Optional

The time required to compute the results, in milliseconds.

array of object
warnings
Optional

A list of problems that were encountered while processing the query. Present if 'complete' is false.