Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1.62 KB

DeployTargetApi.md

File metadata and controls

67 lines (34 loc) · 1.62 KB

\DeployTargetApi

All URIs are relative to https://api-ch-gva-2.exoscale.com/v2

Method HTTP request Description
get_deploy_target GET /deploy-target/{id} Retrieve Deploy Target details
list_deploy_targets GET /deploy-target List Deploy Targets

get_deploy_target

models::DeployTarget get_deploy_target(id) Retrieve Deploy Target details

Parameters

Name Type Description Required Notes
id uuid::Uuid [required]

Return type

models::DeployTarget

Authorization

No authorization required

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_deploy_targets

models::ListDeployTargets200Response list_deploy_targets() List Deploy Targets

Parameters

This endpoint does not need any parameter.

Return type

models::ListDeployTargets200Response

Authorization

No authorization required

HTTP request headers

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

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