Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am trying to call API request to download the task run log from cloud by giving below parameter in SOAP UI tool. But not getting proper response as a result(please refer attached screen shot) .Please help
Endpoint: https://tmc.us.cloud.talend.com/
monitoring/executions/<runId>/logs
Content-type= "application/json"
Authorization - Bearer <cloud access token>
Hi
You don't use right API URL, the URL is:
https://api.us.cloud.talend.com/tmc/v2.6/executions/{run_id}/logs
For more details about API, please read the public API documentation.
Regards
Shong
Hi Shong,
I tried URL which you posted but seems I dont have access on that URL.giving me below error. I am providing my cloud access token in Header parameter.
Thanks,
Rita
Hi Shong,
I tried URL which you posted but seems I dont have access on that URL.giving me below error. I am providing my cloud access token in Header parameter.
Thanks,
Rita
can you try to call the API with your token on the public API page to see if the token is valid?
https://api.us.cloud.talend.com/tmc/swagger/swagger-ui.html#!/executions32585832logs/getTaskExecutionLog