PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
datapipeline
**To list your pipeline runs** This example lists the runs for the specified pipeline:: aws datapipeline list-runs --pipeline-id df-00627471SOVYZEXAMPLE The following is example output:: Name Scheduled Start Status ID Started Ended ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1. EC2ResourceObj 2015-04-12T17:33:02 CREATING @EC2ResourceObj_2015-04-12T17:33:02 2015-04-12T17:33:10 2. S3InputLocation 2015-04-12T17:33:02 FINISHED @S3InputLocation_2015-04-12T17:33:02 2015-04-12T17:33:09 2015-04-12T17:33:09 3. S3OutputLocation 2015-04-12T17:33:02 WAITING_ON_DEPENDENCIES @S3OutputLocation_2015-04-12T17:33:02 2015-04-12T17:33:09 4. ShellCommandActivityObj 2015-04-12T17:33:02 WAITING_FOR_RUNNER @ShellCommandActivityObj_2015-04-12T17:33:02 2015-04-12T17:33:09 **To list the pipeline runs between the specified dates** Use the ``list-runs`` command with the ``--start-interval`` parameter:: aws datapipeline list-runs`` --pipeline-id {#PIPELINE_ID} --start-interval {#TIME},{#TIME} For example, to list the pipeline runs between 2017-10-07T00:00:00 and 2017-10-08T00:00:00, run:: aws datapipeline list-runs --pipeline-id df-01434553B58A2SHZUKO5 --start-interval 2017-10-07T00:00:00,2017-10-08T00:00:00
[-] add-tags.rst
[edit]
[-] describe-pipelines.rst
[edit]
[-] create-pipeline.rst
[edit]
[+]
..
[-] deactivate-pipeline.rst
[edit]
[-] get-pipeline-definition.rst
[edit]
[-] delete-pipeline.rst
[edit]
[-] remove-tags.rst
[edit]
[-] put-pipeline-definition.rst
[edit]
[-] list-pipelines.rst
[edit]
[-] list-runs.rst
[edit]
[-] activate-pipeline.rst
[edit]