{ "opencollection": "1.0.0", "info": { "name": "Talend Cloud Orchestration Artifacts Run Profiles API", "version": "2021-03" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Run Profiles", "type": "folder" }, "items": [ { "info": { "name": "Create Run Profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.cloud.talend.com/processing/run-profiles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new run profile defining execution parameters" }, { "info": { "name": "Search Run Profiles", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.cloud.talend.com/processing/run-profiles/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search run profiles with filters" } ] } ], "bundled": true }