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