Query the PTR DNS records for an instance

GET /reverse-dns/instance/{id}

Path parameters

  • id string(uuid) Required

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute reverse-dns-record
    • domain-name domain-name

      Minimum length is 1, maximum length is 253.

GET /reverse-dns/instance/{id}
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/reverse-dns/instance/{id}
Response examples (200)
{
  "domain-name": "string"
}