Set a reverse DNS (PTR) record
Virtual Machines
Set a reverse DNS (PTR) record
Set the reverse DNS record for one of the VM’s IP addresses. The domain must already resolve (A/AAAA) to the IP being configured.
POST
Set a reverse DNS (PTR) record
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
VM UUID
Body
application/json
The VM IP address (IPv4 or IPv6) to set the PTR record for.
Example:
"203.0.113.5"
The domain the PTR record should point to.
Example:
"host.example.com"
Team ID. Default team will be used if not provided.
Example:
"96616865-475e-4191-aba5-f89f0a4b71fe"
Response
Successful operation