New features
Feature | Description |
---|---|
Remote Engine clusters |
Details about the engine availability of a cluster is now displayed not only on the list from which you select an engine or cluster when creating or editing tasks, but also on the Engines page. This enables you to more closely monitor the status of the Remote Engine clusters to be used. |
Public API versions |
Get started with the latest Public API on https://api.<your_environment>.cloud.talend.com/tmc/swagger/swagger-ui.html. |
APIs
New APIs are introduced to automate the management of connections and resources in
Talend Cloud Management Console.
Method | Endpoint | Description | Query parameters | Example |
---|---|---|---|---|
POST |
/connections
|
Creates a new connection. | - |
|
GET |
/connections
|
Gets existing connections. |
These parameters are all optional. |
- |
PUT |
/connections/{id}
|
Updates a specific connection. | - |
|
GET |
/connections/{id}
|
Gets a connection by its ID. | - | - |
DELETE |
/connections/{id}
|
Deletes a connection by its ID. | - | - |
Method | Endpoint | Description | Query parameters | Example |
---|---|---|---|---|
POST |
/resources
|
Creates a new resource. The Content-Type to be
used in the header is The
body of this form data contains two fields:
|
- |
The
file field:
The
|
GET |
/resources
|
Gets existing resources. |
These parameters are all optional. |
- |
PATCH |
/resources/{id}
|
Updates the name and the description of a specific resource. | - |
|
PUT |
/resources/{id}/upload
|
Updates the attachment of a resource. The
Content-Type to be used in the header is
The body of this form data
contains one field:
|
- |
|
DELETE |
/resources/{id}
|
Deletes a resource by its ID. | - | - |
Bug fixes
Some fixes are linked to internal issues, therefore not visible for users outside Talend.
Issue | Description |
---|---|
TMC-25014 | Getting tasks from the API caused an internal server error. |
TPOPS-1754 | Updating a task with the latest artifact version caused the error Cannot find task version from database. |
TPOPS-1762 | Job running on the Cloud Engine fails with the error Container has been shut down because it was idle. |
Known issues: https://jira.talendforge.org/issues/?filter=28553
Get started with Talend Cloud Management Console on this page.