{ "opencollection": "1.0.0", "info": { "name": "Talend Cloud Orchestration Artifacts Plans API", "version": "2021-03" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List Plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.cloud.talend.com/orchestration/executables/plans", "params": [ { "name": "workspaceId", "value": "", "type": "query", "description": "Filter plans by workspace" } ] }, "docs": "Retrieve all execution plans in the account" }, { "info": { "name": "Create Plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.cloud.talend.com/orchestration/executables/plans", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new execution plan composed of tasks" }, { "info": { "name": "Get Plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.cloud.talend.com/orchestration/executables/plans/:planId", "params": [ { "name": "planId", "value": "", "type": "path", "description": "Plan identifier" } ] }, "docs": "Retrieve details of a specific plan" }, { "info": { "name": "Update Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.{region}.cloud.talend.com/orchestration/executables/plans/:planId", "params": [ { "name": "planId", "value": "", "type": "path", "description": "Plan identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing plan" }, { "info": { "name": "Delete Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.{region}.cloud.talend.com/orchestration/executables/plans/:planId", "params": [ { "name": "planId", "value": "", "type": "path", "description": "Plan identifier" } ] }, "docs": "Remove a plan" } ] } ], "bundled": true }