Create a new environment
An endpoint for creating a new environment
Authorizations
a valid bearer token
Path Parameters
Body
Connection overrides for the environment. Each entry overrides the properties of a named connection for this environment. See the request examples for complete per-platform payloads.
1 - 200 elementsThe UUID of the default agent for this environment. The ID must be supplied in lowercase
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$The default connections for the new environment. Keys are connection types: DWH maps a warehouse provider (for example snowflake, redshift, databricks, bigquery) to the name of a connection defined in the project, and CLOUD_PLATFORM maps a cloud provider (for example aws, gcp, azure) to a connection name. See the request examples for complete payloads.
The default role project users will have on the environment
"default"
"admin"
"runner"
"readOnly"
"noAccess"
The name of the new environment
1"Environment-1"
The description of the new environment
1000"My new Environment"
The display name of the new environment
255"Environment 1"
Determines whether the environment inherits the project's default settings
Response
Environment configuration remains unchanged since last update
