Services
List Services
Section titled “List Services”GET /workspaces/{workspace}/projects/{project}/envs/{env}/servicesPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Response:
[ {}]Get Service
Section titled “Get Service”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
List Builds
Section titled “List Builds”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/buildsPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Query parameters:
| Name | Type | Required | Description |
|---|---|---|---|
page | integer | No | |
per_page | integer | No |
Get Build
Section titled “Get Build”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/builds/{version}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string | |
version | integer |
Get Build Log
Section titled “Get Build Log”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/builds/{version}/logPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string | |
version | integer |
List Config
Section titled “List Config”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Response:
[ {}]Get Resolved Config
Section titled “Get Resolved Config”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/config/resolvedPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
List Deploys
Section titled “List Deploys”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/deploysPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Response:
[ {}]Get Deploy
Section titled “Get Deploy”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/deploys/{deploy_id}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string | |
deploy_id | string |
Get Deploy Log
Section titled “Get Deploy Log”GET /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/deploys/{deploy_id}/logPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string | |
deploy_id | string |
Create Service
Section titled “Create Service”POST /workspaces/{workspace}/projects/{project}/envs/{env}/servicesPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string |
Trigger Build
Section titled “Trigger Build”POST /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/builds/triggerPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Create Config
Section titled “Create Config”POST /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/configPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Deploy Service
Section titled “Deploy Service”POST /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}/deployPath parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |
Update Service
Section titled “Update Service”PATCH /workspaces/{workspace}/projects/{project}/envs/{env}/services/{svc}Path parameters:
| Name | Type | Description |
|---|---|---|
workspace | string | |
project | string | |
env | string | |
svc | string |