Query
Summary
Audit trail query.
Description
none
Fields
Field Name | Type | Since Version | Description |
---|---|---|---|
id |
String | The query identifier. Automatically assigned. | |
name |
String | The friendly name for the query | |
summary |
Boolean | Produce an audit trail summary (condense to one row per-message) | |
fieldsToSelect |
[String] | The list of fields to select | |
conditionGroups |
[ConditionGroup] | A list of condition groups |
Example JSON
{ "id" : "Id-0001372322567916-ffffffffec92eba7-1", "name" : "Errors last 5 days", "summary" : true, "fieldsToSelect" : [ "ALERTCOUNT", "ERRORCOUNT", "FATALCOUNT", "LASTTEXT", "LASTSEVERITY", "PASSCOUNT", "GATEWAYNAME", "LOGTIME", "MESSAGEID" ], "conditionGroups" : [ { "conditions" : [ { "name" : "LASTTEXT", "operation" : "GTEQ", "value" : "Connected" } ], "logic" : "AND", "where" : "OR" } ] }