Update/Create the PTR DNS record for an instance
Body Required
-
domain-name string
Minimum length is
1
, maximum length is253
.
POST /reverse-dns/instance/{id}
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/reverse-dns/instance/{id} \
-H "Content-Type: application/json" \
-d '{"domain-name":"string"}'
Request examples
{
"domain-name": "string"
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}