All URIs are relative to http://localhost:8080
Method | HTTP request | Description |
---|---|---|
create_deployment | POST /api/v1/workspaces/{workspace_id}/applications/{application_id}/deployments | |
list_deployments | GET /api/v1/workspaces/{workspace_id}/applications/{application_id}/deployments | |
read_deployment | GET /api/v1/workspaces/{workspace_id}/applications/{application_id}/deployments/{deployment_id} |
models::CreateDeploymentSuccess create_deployment(workspace_id, application_id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
workspace_id | uuid::Uuid | The workspace's id | [required] | |
application_id | uuid::Uuid | The application's id | [required] |
models::CreateDeploymentSuccess
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListDeploymentsSuccess list_deployments(workspace_id, application_id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
workspace_id | uuid::Uuid | The workspace's id | [required] | |
application_id | uuid::Uuid | The application's id | [required] |
models::ListDeploymentsSuccess
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ReadDeploymentSuccess read_deployment(workspace_id, application_id, deployment_id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
workspace_id | uuid::Uuid | The workspace's id | [required] | |
application_id | uuid::Uuid | The application's id | [required] | |
deployment_id | u64 | The deployment's id | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]