Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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?
Hello,
Could you please let us know if this community article is what you are looking for?
Best regards
Sabrina
@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
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?