| Help : Query : Parameter : resultField |
Results returned as a table containing whichever columns were requested using resultField.
| Field Definitions | ||
|---|---|---|
| Category | Field | Description |
| Key Field | time | The time at the start of the interval. |
| seconds | The time at the start of the interval in seconds since 1 Jan 1970 GMT. | |
| server | The address of the Traffic Server generating the event. | |
| severity | The severity of the event. | |
| name | The name of the event. | |
| value | Value associated with this event type. | |
| address | IP of agent being reported on. | |
| interface | Interface on agent being reported on. | |
| url | URL providing additional information for event. | |
| comment | Comment describing event. | |
| enterprise | The enterprise name associated with the event. | |
| site | The site name associated with the event. | |
| zone | The zone name associated with the event. | |
| subnet | The subnet name associated with the event. | |
| agent | The agent name associated with the event. | |
| port | The port name associated with the event. | |
| Value Field | events | Number of frames in interval for given keys. |
If key fields are omitted, then the result will be aggregated, ensuring that each row represents a unique combination of keys.
Result fields are specified as a list of field names. For example,
resultField=zone,events would return a table with the specified columns.