List Deploy Targets
GET /deploy-target
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/deploy-target
Response examples (200)
{
"deploy-targets": [
{
"id": "string",
"name": "string",
"type": "edge",
"description": "string"
}
]
}