Environment creation
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.