Skip to main content
Solved

API which returns all pipelines

  • January 31, 2024
  • 1 reply
  • 20 views

Pradeep
StreamSets Employee
Forum|alt.badge.img+1
  • StreamSets Employee
  • 48 replies

Problem description: By default https://<control-hub or platform endpoint>:<port-number>/pipelinestore/rest/v1/pipelines returns the pipelines which are committed. Pipeline count which you note in below image is the number committed pipelines.

 

What if we want the pipelines api to return non-committed or draft pipelines too?

Best answer by Pradeep

Solution: Apply query filter onlyPublished=false. Eg: https://<control-hub or platform endpoint>:<port-number>/pipelinestore/rest/v1/pipelines?onlyPublished=false

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

1 reply

Pradeep
StreamSets Employee
Forum|alt.badge.img+1
  • Author
  • StreamSets Employee
  • 48 replies
  • Answer
  • January 31, 2024

Reply