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