Skip to main content

Control Hub - Transformer RESTFUL API

  • November 27, 2021
  • 0 replies
  • 67 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

Question: How to use API endpoints to get information about Transformer instead of Data Collector?

 

Answer: 

The same REST API endpoint can be used for all executors, and you need to pass the additional parameter  `executorType=TRANSFORMER`  in the query parameter to fetch Transformer related information.

For example below API request can be used to get the list of all the registered Transformer instances:

https://cloud.streamsets.com/jobrunner/rest/v1/sdcs?executorType=TRANSFORMER
Did this topic help you find an answer to your question?
This topic has been closed for comments