Skip to main content
POST
Set PTR Records

Body

application/x-www-form-urlencoded

Required parameters to set PTR records.

signature
string

The session signature obtained from the "Create AUTH-session" call.

Example:

"session_signature_12345"

kvm_id
string

The unique identifier of the KVM to set PTR records for.

Example:

"kvm_123456_789012"

valid_until
string

The expiration timestamp of the session obtained from the "Create AUTH-session" call.

Example:

"1737476000"

api_host
string

The API host URL obtained from the "Create AUTH-session" call.

Example:

"api_host.edisglobal.com"

ip
object

A JSON-encoded object of IP addresses and their associated hostnames.

Example:

Response

PTR records set successfully.

status
string

The status of the operation.

Example:

"success"

message
string

Confirmation message for set PTR records.

Example:

"PTR records set successfully."

Last modified on December 17, 2025