Get reverse DNS
GET/instances/:uuid/rdns
Returns the current PTR record for each address family, or null for a family with no primary IP. Requires the instance:read scope (rDNS lives under the instance resource).
Request
Responses
- 200
- 401
- 403
- 404
The instance's current reverse DNS.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.