Skip to main content

tracequery

Overview

Nametracequery
TypeResource
Idsumologic.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

NameAccessible byRequired ParamsDescription
createTraceQueryINSERTdata__queryRows, data__timeRange, regionExecute 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.
cancelTraceQueryEXECqueryId, regionCancel a currently processed trace search query with the given id.