PTR
Get PTR
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
Body
application/x-www-form-urlencoded
Required parameters to retrieve PTR records.
The session signature obtained from the "get session" call.
Example:
"session_signature_12345"
The unique identifier of the KVM to query PTR records for.
Example:
"kvm_123456_789012"
The expiration timestamp of the session obtained from the "get session" call.
Example:
"2025-01-12T15:30:00Z"
The API host URL obtained from the "get session" call.
Example:
"dns-api.edisglobal.com"
A JSON-encoded list of IP addresses to query their PTR records.
Example:
[
"192.168.1.1",
"192.168.1.2",
"2001:db8:abcd:0012::1"
]
Was this page helpful?