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