spanquery_pause
Creates, updates, deletes, gets or lists a spanquery_pause resource.
Overview
| Name | spanquery_pause |
| Type | Resource |
| Id | sumologic.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
pauseSpanQuery | exec | queryId, region | Pause 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.
| Name | Datatype | Description |
|---|---|---|
queryId | string | Identifier of the query to pause. |
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
Lifecycle Methods
- pauseSpanQuery
Pause a currently processed span search query with the given id.
EXEC sumologic.tracing.spanquery_pause.pauseSpanQuery
@queryId='{{ queryId }}' --required,
@region='{{ region }}' --required
;