Skip to main content

spanquery_resume

Creates, updates, deletes, gets or lists a spanquery_resume resource.

Overview

Namespanquery_resume
TypeResource
Idsumologic.tracing.spanquery_resume

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
resumeSpanQueryexecqueryId, regionResume a previously paused span search query with the given id.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
queryIdstringIdentifier of the query to resume.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Resume a previously paused span search query with the given id.

EXEC sumologic.tracing.spanquery_resume.resumeSpanQuery 
@queryId='{{ queryId }}' --required,
@region='{{ region }}' --required
;