Skip to main content

spanquery_pause

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

Overview

Namespanquery_pause
TypeResource
Idsumologic.tracing.spanquery_pause

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
pauseSpanQueryexecqueryId, regionPause a currently processed 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 pause.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Pause a currently processed span search query with the given id.

EXEC sumologic.tracing.spanquery_pause.pauseSpanQuery 
@queryId='{{ queryId }}' --required,
@region='{{ region }}' --required
;