Skip to main content
Solved

How Does One Pull Stage Configuration of Each Stage in a Pipeline?

  • August 28, 2024
  • 1 reply
  • 20 views

Sperch
Opening Band
Forum|alt.badge.img

I am familiar with this inquiry from a year ago, but I was hoping to be able to do this via API to avoid additional steps in automating the ETL process of that data being ingested into a database. Is there a means to do this via API that I am just missing? I am familiar with /pipelinestore/rest/v1/pipelines and use that already to get data about pipelines, but see nothing that sticks out to me as fulfilling the desired stage configuration information.

Thank you in advance.

 

Best answer by Sperch

I was able to figure it out. One has to iterate through the commit IDs of each pipeline via:

/pipelinestore/rest/v1/pipelineCommit/{commitId}

View original
Did this topic help you find an answer to your question?

1 reply

Sperch
Opening Band
Forum|alt.badge.img
  • Author
  • Opening Band
  • 11 replies
  • Answer
  • August 29, 2024

I was able to figure it out. One has to iterate through the commit IDs of each pipeline via:

/pipelinestore/rest/v1/pipelineCommit/{commitId}


Reply