Skip to main content

jobs_status

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

Overview

Namejobs_status
TypeResource
Idsumologic.lookup_tables.jobs_status

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
requestJobStatusexecjobId, regionRetrieve the status of a previously made request. If the request was successful, the status of the response object will be Success.

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
jobIdstringAn identifier returned in response to an asynchronous request.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Retrieve the status of a previously made request. If the request was successful, the status of the response object will be Success.

EXEC sumologic.lookup_tables.jobs_status.requestJobStatus 
@jobId='{{ jobId }}' --required,
@region='{{ region }}' --required
;