Skip to content

/AWS1/CL_SGM=>LISTPIPELINES()

About ListPipelines

Gets a list of pipelines.

Method Signature

IMPORTING

Optional arguments:

IV_PIPELINENAMEPREFIX TYPE /AWS1/SGMPIPELINENAME /AWS1/SGMPIPELINENAME

The prefix of the pipeline name.

IV_CREATEDAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns the pipelines that were created after a specified time.

IV_CREATEDBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

A filter that returns the pipelines that were created before a specified time.

IV_SORTBY TYPE /AWS1/SGMSORTPIPELINESBY /AWS1/SGMSORTPIPELINESBY

The field by which to sort results. The default is CreatedTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order for results.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of pipelines to return in the response.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLISTPLINSRESPONSE /AWS1/CL_SGMLISTPLINSRESPONSE