Environment creation - 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 Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Talend Studio
Content
Installation and Upgrade
Release Notes
Last publication date
2024-04-16

New endpoint has been added for environment creation.

  • The TMC_ENVIRONMENT_MANAGEMENT permission or the Environment Administrator role is required to use this endpoint.

    Access this endpoint via https://api.talend.com/apis/orchestration/2021-03/#section_environments.

    Method Endpoint Body fields
    POST /orchestration/environments
    • name: unique name to be used for this environment
    • description: descriptive information about this environment
    • maxCloudContainers: number of Cloud Engines to be assigned to this environment
    • workspaceName: name of the custom workspace to be created along with the envrionment
    • owner: owner of this custom workspace. By default, owner is the current user.

    The name field and the workspaceName field are required.