Workspace 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 Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Studio
Content
Installation and Upgrade
Release Notes

You can now create a workspace via API.

  • 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_workspaces.

    Method Endpoint Body fields
    POST /orchestration/workspaces
    • name: unique name to be used for this workspace
    • description: descriptive information about this workspace
    • owner: owner of this workspace. By default, its creator is the owner.
    • environmentId: ID of the environment to which this workspace belongs.

    The name and the environmentId fields are required.