Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nivedhitha
Creator III
Creator III

calling an API deployed on Talend Cloud

Hi,

 

I created an API and published it on Talend cloud using a remote engine and it is deployed successfully. But Im not sure how to call it from outside. Can someone please help me with this?0683p000009M8Pl.png

 

The above screenshot shows the endpoint and I'm guessing it will be deployed at the localhost of the service the remote engine runs on.

Can someone please help me out?

 

Labels (3)
4 Replies
Anonymous
Not applicable

Hello,

Could you please let us know if this community article is what you are looking for?

https://community.talend.com/t5/Design-and-Development/Using-the-Talend-Cloud-Management-Console-Pub... 

Best regards

Sabrina

nivedhitha
Creator III
Creator III
Author

@xdshi ,

 

ofcourse not. Im NOT trying to use the public api. 

I have built an API and deployed on cloud. And the API could only run on remote engine and hence it run on one of our server. 

I WANT TO KNOW HOW TO CALL THE API I HAVE DEPLOYED !! 

 

Hope it is clear 

TRF
Champion II
Champion II

Like any API, try using Postman or cURL or any other tool of your choice
nivedhitha
Creator III
Creator III
Author

Hi @TRF ,

 

Thanks for your reply. Yes i have an understanding of how an api call is made. But what I don't understand here is, when I had deployed the API in my localhost, I called the api using the endpoint "http://localhost:8090/controlAPI"

but now that I have deployed it on cloud and is running on a remote engine, I'm not sure what the end point is to call the api.

Can you please let me know how I should proceed?