Skip to content

/AWS1/CL_SGM=>LISTOPTIMIZATIONJOBS()

About ListOptimizationJobs

Lists the optimization jobs in your account and their properties.

Method Signature

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of optimization jobs to return in the response. The default is 50.

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME

Filters the results to only those optimization jobs that were created after the specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME

Filters the results to only those optimization jobs that were created before the specified time.

IV_LASTMODIFIEDTIMEAFTER TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME

Filters the results to only those optimization jobs that were updated after the specified time.

IV_LASTMODIFIEDTIMEBEFORE TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME

Filters the results to only those optimization jobs that were updated before the specified time.

IV_OPTIMIZATIONCONTAINS TYPE /AWS1/SGMNAMECONTAINS /AWS1/SGMNAMECONTAINS

Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either Quantization or Compilation.

IV_NAMECONTAINS TYPE /AWS1/SGMNAMECONTAINS /AWS1/SGMNAMECONTAINS

Filters the results to only those optimization jobs with a name that contains the specified string.

IV_STATUSEQUALS TYPE /AWS1/SGMOPTIMIZATIONJOBSTATUS /AWS1/SGMOPTIMIZATIONJOBSTATUS

Filters the results to only those optimization jobs with the specified status.

IV_SORTBY TYPE /AWS1/SGMLSTOPTIMIZATIONJOBS00 /AWS1/SGMLSTOPTIMIZATIONJOBS00

The field by which to sort the optimization jobs in the response. The default is CreationTime

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order for results. The default is Ascending

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTOPTIMIZATIONJ01 /AWS1/CL_SGMLSTOPTIMIZATIONJ01