Environments
List Environments
Section titled “List Environments”GET /workspaces/{workspace}/projects/{project}/envsPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string |
Response:
[ {}]Get Environment
Section titled “Get Environment”GET /workspaces/{workspace}/projects/{project}/envs/{env}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
List Config
Section titled “List Config”GET /workspaces/{workspace}/projects/{project}/envs/{env}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Response:
[ {}]List Deploys
Section titled “List Deploys”GET /workspaces/{workspace}/projects/{project}/envs/{env}/deploysPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Response:
[ {}]Get Deploy
Section titled “Get Deploy”GET /workspaces/{workspace}/projects/{project}/envs/{env}/deploys/{deploy_id}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
deploy_id | string |
Get Deploy Log
Section titled “Get Deploy Log”GET /workspaces/{workspace}/projects/{project}/envs/{env}/deploys/{deploy_id}/logPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
deploy_id | string |
Create Environment
Section titled “Create Environment”POST /workspaces/{workspace}/projects/{project}/envsPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string |
Create Config
Section titled “Create Config”POST /workspaces/{workspace}/projects/{project}/envs/{env}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Bulk Create Config
Section titled “Bulk Create Config”POST /workspaces/{workspace}/projects/{project}/envs/{env}/config/bulkPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Request body:
[ {}]Response:
[ {}]Deploy Env
Section titled “Deploy Env”POST /workspaces/{workspace}/projects/{project}/envs/{env}/deployPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Query parameters:
| Name | Type | Required | Description |
|---|---|---|---|
service | string | No |
Update Environment
Section titled “Update Environment”PATCH /workspaces/{workspace}/projects/{project}/envs/{env}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Delete Config
Section titled “Delete Config”DELETE /workspaces/{workspace}/projects/{project}/envs/{env}/config/{config_id}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
config_id | string |