Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 2.3 KB

File metadata and controls

71 lines (39 loc) · 2.3 KB

\HelmDeploymentHistoryApi

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

list_helm_deployment_history

models::ListHelmDeploymentHistory200Response list_helm_deployment_history(helm_id) List helm deployments

Returns the 20 last helm deployments

Parameters

Name Type Description Required Notes
helm_id uuid::Uuid Helm ID [required]

Return type

models::ListHelmDeploymentHistory200Response

Authorization

ApiKeyAuth, bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

list_helm_deployment_history_v2

models::DeploymentHistoryServicePaginatedResponseListV2 list_helm_deployment_history_v2(helm_id, page_size) List helm deployments

Returns the 20 last helm deployments

Parameters

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]

Return type

models::DeploymentHistoryServicePaginatedResponseListV2

Authorization

ApiKeyAuth, bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]