Talend Management Console
API
New methods have been introduced related to the batch creation, update, and deletion
of workspace permissions:
Method | Path | Description | Query parameters | Example |
---|---|---|---|---|
DELETE | /permissions/batch | Removes all permissions of the specified user(s) on the specified workspace(s). | workspaceIds | - |
|
||||
POST | /permissions/batch | Creates sets of workspace permissions for a single or multiple users. | - |
|
PUT | /permissions/batch | Updates sets of workspace permissions for a single or multiple users. | - |
|
Feature | Description |
---|---|
Rerunning a plan from a specific step | The POST
/executions/plans endpoint has been
updated to make it possible to rerun a plan starting from a specific step. You can provide the additional information in the body of the request, for example:
|
Support of the AWS and Azure installation methods for the Remote Engine Gen2 | The AWS Cloudformation as well as the pre-configured Azure form used to install the Remote Engine Gen2 are no longer supported. |
Bug fixes
Some fixes are linked to internal issues, therefore not visible for users outside Talend.
Issue | Description |
---|---|
TMC-24903 / TMC-24877 | Artifacts with the same names in different workspaces show unexpected results. |
TMC-24778 / TMC-24263 | The plan is marked as failed but the lock does not seem to be released. |
TMC-24590 | A field is missing in the model of the Management Console API v2.2's GET /executions/{id} endpoint. |
Get started with Talend Management Console on Talend Management Console User Guide.