All URIs are relative to https://api.qovery.com
| Method | HTTP request | Description |
|---|---|---|
| list_helm_deployment_history | GET /helm/{helmId}/deploymentHistory | List helm deployments |
| list_helm_deployment_history_v2 | GET /helm/{helmId}/deploymentHistoryV2 | List helm deployments |
models::ListHelmDeploymentHistory200Response list_helm_deployment_history(helm_id) List helm deployments
Returns the 20 last helm deployments
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| helm_id | uuid::Uuid | Helm ID | [required] |
models::ListHelmDeploymentHistory200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DeploymentHistoryServicePaginatedResponseListV2 list_helm_deployment_history_v2(helm_id, page_size) List helm deployments
Returns the 20 last helm deployments
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| helm_id | uuid::Uuid | [required] | ||
| page_size | Option<f64> | The number of deployments to return in the current page | [default to 20] |
models::DeploymentHistoryServicePaginatedResponseListV2
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]