Overview
Name | tracequery |
Type | Resource |
Id | sumologic.tracing.tracequery |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource and then invoke a supported method using the EXEC
command
Methods
Name | Accessible by | Required Params | Description |
---|
createTraceQuery | INSERT | data__queryRows, data__timeRange, region | Execute a trace search query and get the id to fetch its status and results. Use the Trace Query Status endpoint to check a query status. When the query has been completed, use the Trace Query Result endpoint to get the result of the asynchronous query. |
cancelTraceQuery | EXEC | queryId, region | Cancel a currently processed trace search query with the given id. |