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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DEdmister1696869402
Contributor
Contributor

talend api tester execute plan example - get bad UUID

 

What is wrong with this object to execute a plan?  How do i execute a plan via the Talend API Tester based on the Plan Id?

 

POST: us-west.cloud.talend.com/processing/executions/plans

{

  "executable": "660f2310e9d9845afd82ff50",  
  "executionPlanId": "046ca17f-52ec-47f1-aab6-569690370325"
}
 
{
    "status": 400,
    "requestId": "08f40ede-1695-4712-a50c-bf62f2ef5e7e",
    "message": "execute.executable.executable: must be a valid UUID"
}
The UUIDs are valid and I've used the task execution fine 
 
 Body
{
  "executable": "660f2310e9d9845afd82ff50",
  "logLevel": "INFO"
}
Repsonse
{
    "executionId": "75c79e6c-2769-4569-af08-67ba4c8e91ed"
}
 
Labels (2)
1 Reply
Dave_Simo
Creator II
Creator II

Hello,

To execute a plan using the tmc API, it is explained in the link below

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-API-How-to-call-Talend-API-to-do...

Best Regards,