Create DNS domain
Body
Required
-
unicode-name
string Domain name
POST
/dns-domain
curl \
--request POST https://api-ch-gva-2.exoscale.com/v2/dns-domain \
--header "Content-Type: application/json" \
--data '{"unicode-name":"string"}'
Request examples
{
"unicode-name": "string"
}
Response examples (200)
{
"id": "string",
"created-at": "2025-05-04T09:42:00Z",
"unicode-name": "string"
}