New optional filtering on task and plan executions - Cloud - 8.0

Talend Release Notes

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Studio
Content
Installation and Upgrade
Release Notes

New optional filtering parameters have been added to get specific task runs and plan runs.

  • You can now obtain task runs by setting filters on their tags. The TMC_OPERATOR role is required to use this endpoint.

    Access this endpoint via https://api.talend.com/apis/processing/2021-03/#operation_get-available-tasks-executions.

    Method Endpoint Query parameters
    GET processing/executables/tasks/executions
    • tags: filter on the runs of tasks with a specific tag, for example CRITICAL
  • Specific criteria for filtering plan runs have been added: environment and workspace. The TMC_OPERATOR role is required to use this endpoint.

    Access this endpoint via https://api.talend.com/apis/processing/2021-03/#operation_get-available-plans-executions.

    Method Endpoint Query parameters
    GET processing/executables/plan/executions
    • environmentId: ID of the environment to which the plan executions belong to. The Id can be retrieved from the URL in Talend Cloud Management Console
    • workspaceId: ID of the workspace to which the executions belong to. The Id can be retrieved from the URL in Talend Cloud Management Console or by using GET /orchestration/workspaces