v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
PTR

Set PTR Records

This endpoint sets PTR (Reverse DNS) records for specified IP addresses.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and a JSON-encoded object of IP addresses and their associated hostnames to set PTR records.

post/set/ptr

Response

PTR records set successfully.

statusstring

The status of the operation.

messagestring

Confirmation message for set PTR records.

Example response

{
  "status": "success",
  "message": "PTR records set successfully."
}