Skip to content

/AWS1/CL_SGM=>LISTDATAQUALITYJOBDEFNS()

About ListDataQualityJobDefinitions

Lists the data quality job definitions in your account.

Method Signature

IMPORTING

Optional arguments:

IV_ENDPOINTNAME TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME

A filter that lists the data quality job definitions associated with the specified endpoint.

IV_SORTBY TYPE /AWS1/SGMMONJOBDEFNSORTKEY /AWS1/SGMMONJOBDEFNSORTKEY

The field to sort results by. The default is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

Whether to sort the results in Ascending or Descending order. The default is Descending.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of data quality monitoring job definitions to return in the response.

IV_NAMECONTAINS TYPE /AWS1/SGMNAMECONTAINS /AWS1/SGMNAMECONTAINS

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only data quality monitoring job definitions created before the specified time.

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only data quality monitoring job definitions created after the specified time.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTDATAQUALITYJO01 /AWS1/CL_SGMLSTDATAQUALITYJO01