Overview
Name | spanquery |
Type | Resource |
Id | sumologic.tracing.spanquery |
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 |
---|
createSpanQuery | INSERT | data__queryRows, data__timeRange, region | Execute a span analytics query and get the id to fetch its status and results. Use the Span Query Status endpoint to check a query status. When the query has been completed, use the Span Query Result endpoint to get the result of the asynchronous query. |
cancelSpanQuery | EXEC | queryId, region | Cancel a currently processed span search query with the given id. |