Skip to main content

report_jobs_result

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

Overview

Namereport_jobs_result
TypeResource
Idsumologic.dashboards.report_jobs_result

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
getAsyncReportGenerationResultexecjobId, regionGet the result of an asynchronous report generation request for the given job identifier.

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
jobIdstringThe identifier of the asynchronous report generation job.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Get the result of an asynchronous report generation request for the given job identifier.

EXEC sumologic.dashboards.report_jobs_result.getAsyncReportGenerationResult 
@jobId='{{ jobId }}' --required,
@region='{{ region }}' --required
;