Copy a Template from a zone to another
Body Required
-
Zone
Additional properties are allowed.
POST /template/{id}
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/template/{id} \
-H "Content-Type: application/json" \
-d '{"target-zone":{"name":"ch-dk-2"}}'
Request examples
{
"target-zone": {
"name": "ch-dk-2"
}
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}