Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
BSarkar1638354030
Contributor
Contributor

How to Expose Talend Job as an API with REST endpoint that can be called from external system e.g. Postman?

How to Expose Talend Job as an API with REST endpoint that can be called from external system e.g. Postman?

3 Replies
aksharma
Contributor II
Contributor II

you can use trestclient or trestrequest,trestresponse component to create a rest api and build that as osgi bundle and deploy in talend esb runtime (karaf)

ttps://help.talend.com/r/7NvFnkWpbH8Gy3Rm6mUXnw/QcvbnsL_jqJJ3OavGa_BTQ

BSarkar1638354030
Contributor
Contributor
Author

Hi @Ashish Sharma​ ,

 

Thanks for your response. Actually we are not able to find the trestrequest, trestresponse components in the pallete in Talend Studio 8.0.1. Is there any other option to do the same? 

Anonymous
Not applicable

Hello,

The Standard tRESTRequest and trestresponse components belong to the ESB family.

These component are relevant only when used with one of the Talend solutions with ESB, as it should be used with the Service Repository node and the Data Service creation related wizard(s).

You can download the ESB version which has everything that the DI version has, but also includes web services and routes.

That is here https://sourceforge.net/projects/talendesb/files/latest/download

Best regards

Sabrina