v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
PTR

Get PTR Records

This endpoint retrieves the PTR (Reverse DNS) records for specified IP addresses.
Provide the signature, kvm_id, valid_until, api_host, and a JSON-encoded list of IP addresses to query their PTR records.

post/get/ptr

Response

PTR records retrieved successfully.

statusstring

The status of the operation.

Example response

{
  "status": "success",
  "records": [
    {
      "ip": "192.168.1.1",
      "ptr_record": "example.com"
    }
  ]
}