Pacemaker Pipeline API
The Pipeline REST API provides different endpoints to interact with the pipeline.
The User must have access to the Pacemaker - Enterprise Integration Platform
resource.
Get all Pipelines
- Description
-
Endpoint Description Receive a list of all pipelines. There are two optional params:
-
timePeriod
: A period of time in which the pipeline should have been created.-
Default: 24hours
-
Possible Values: [0-9]* (minutes,hours,days,weeks,months,years)
-
-
pipelineName
: Filter for a pipeline
-
- Examples
-
GET <magento_url>/rest/V1/pacemaker/pipelines GET <magento_url>/rest/V1/pacemaker/pipelines?timePeriod=2hours GET <magento_url>/rest/V1/pacemaker/pipelines?timePeriod=4days&pipelineName=my_pipeline