Skip to main content
POST
Get PTR Records

Body

application/x-www-form-urlencoded

Required parameters to retrieve PTR records.

signature
string

The session signature obtained from the "get session" call.

Example:

"session_signature_12345"

kvm_id
string

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

Example:

"kvm_123456_789012"

valid_until
string

The expiration timestamp of the session obtained from the "get session" call.

Example:

"1737476000"

api_host
string

The API host URL obtained from the "get session" call.

Example:

"api_host.edisglobal.com"

ip
string[]

A JSON-encoded list of IP addresses to query their PTR records.

Example:

Response

PTR records retrieved successfully.

status
string

The status of the operation.

Example:

"success"

records
object[]
Last modified on December 17, 2025