Reverse DNS

Reverse DNS lets you record PTR records for Compute instance public IP addresses or Elastic IPs.

Read more

update-reverse-dns-elastic-ip

Update/Create the PTR DNS record for an elastic IP

POST /reverse-dns/elastic-ip/{id}

Path parameters

  • id in path (required)

Request body

  • application/json
    • domain-name (string)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (string): Operation status

SDK reference for update-reverse-dns-elastic-ip: golang | Python | Java

CLI: exo api update-reverse-dns-elastic-ip

get-reverse-dns-elastic-ip

Query the PTR DNS records for an elastic IP

GET /reverse-dns/elastic-ip/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • domain-name (string)

SDK reference for get-reverse-dns-elastic-ip: golang | Python | Java

CLI: exo api get-reverse-dns-elastic-ip

delete-reverse-dns-elastic-ip

Delete the PTR DNS record for an elastic IP

DELETE /reverse-dns/elastic-ip/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (string): Operation status

SDK reference for delete-reverse-dns-elastic-ip: golang | Python | Java

CLI: exo api delete-reverse-dns-elastic-ip

update-reverse-dns-instance

Update/Create the PTR DNS record for an instance

POST /reverse-dns/instance/{id}

Path parameters

  • id in path (required)

Request body

  • application/json
    • domain-name (string)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (string): Operation status

SDK reference for update-reverse-dns-instance: golang | Python | Java

CLI: exo api update-reverse-dns-instance

get-reverse-dns-instance

Query the PTR DNS records for an instance

GET /reverse-dns/instance/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • domain-name (string)

SDK reference for get-reverse-dns-instance: golang | Python | Java

CLI: exo api get-reverse-dns-instance

delete-reverse-dns-instance

Delete the PTR DNS record for an instance

DELETE /reverse-dns/instance/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Operation ID
      • reason (string): Operation failure reason
      • reference (object): Related resource reference - schema details
      • message (string): Operation message
      • state (string): Operation status

SDK reference for delete-reverse-dns-instance: golang | Python | Java

CLI: exo api delete-reverse-dns-instance

Last updated on