POST
/kms-key/{id}/replicate
curl \
--request POST 'https://api-ch-gva-2.exoscale.com/v2/kms-key/{id}/replicate' \
--header "Content-Type: application/json" \
--data '{"zone":"string"}'
Request examples
{
"zone": "string"
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"errors": [
{
"path": "string",
"detail": "string",
"pointer": "string",
"location": "string"
}
]
}