Skip to content

/AWS1/CL_SGM=>LISTMONITORINGEXECUTIONS()

About ListMonitoringExecutions

Returns list of all monitoring job executions.

Method Signature

IMPORTING

Optional arguments:

IV_MONITORINGSCHEDULENAME TYPE /AWS1/SGMMONSCHEDULENAME /AWS1/SGMMONSCHEDULENAME

Name of a specific schedule to fetch jobs for.

IV_ENDPOINTNAME TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME

Name of a specific endpoint to fetch jobs for.

IV_SORTBY TYPE /AWS1/SGMMONEXECUTIONSORTKEY /AWS1/SGMMONEXECUTIONSORTKEY

Whether to sort the results by the Status, CreationTime, or ScheduledTime field. 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

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of jobs to return in the response. The default value is 10.

IV_SCHEDULEDTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filter for jobs scheduled before a specified time.

IV_SCHEDULEDTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

Filter for jobs scheduled after a specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only jobs created before a specified time.

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only jobs created after a specified time.

IV_LASTMODIFIEDTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only jobs modified after a specified time.

IV_LASTMODIFIEDTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns only jobs modified before a specified time.

IV_STATUSEQUALS TYPE /AWS1/SGMEXECUTIONSTATUS /AWS1/SGMEXECUTIONSTATUS

A filter that retrieves only jobs with a specific status.

IV_MONJOBDEFINITIONNAME TYPE /AWS1/SGMMONJOBDEFINITIONNAME /AWS1/SGMMONJOBDEFINITIONNAME

Gets a list of the monitoring job runs of the specified monitoring job definitions.

IV_MONITORINGTYPEEQUALS TYPE /AWS1/SGMMONITORINGTYPE /AWS1/SGMMONITORINGTYPE

A filter that returns only the monitoring job runs of the specified monitoring type.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLISTMONEXECSRSP /AWS1/CL_SGMLISTMONEXECSRSP