Skip to main content

How to start multiple deployments with a single API call ?

  • November 27, 2021
  • 0 replies
  • 31 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

Product: StreamSets Control Hub

 

Solution:

We have the following API which allows this:

 

Starts Deployments on Agents for all given Deployment IDs and Agent IDs POST https://cloud.streamsets.com/provisioning/rest/v1/deployments/startDeployments

 

You need to pass  Deployment IDs and Agent IDs as key-value pairs in request body

 

For example:

{"282c7eeb-4cc0-4e81-89a2-ecb0acc3dd5b:dpmsupport":"control-agent-1616673461-dpmsupport","fdf1fb24-2bc5-4720-ab75-deeeba196227:dpmsupport":"6D119F7E-ACC7-4B64-92C7-35BCCAE20F53"}

 

Did this topic help you find an answer to your question?
This topic has been closed for comments