POST
/
set
/
ptr
curl --request POST \
  --url https://dns-api.edis.at/set/ptr \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data signature=session_signature_12345 \
  --data kvm_id=kvm_123456_789012 \
  --data valid_until=2025-01-12T15:30:00Z \
  --data api_host=dns-api.edisglobal.com \
  --data 'ip={
  "192.168.1.1": "hostname.example.com",
  "192.168.1.2": "another-host.example.com"
}'
{
  "status": "success",
  "message": "PTR records set successfully."
}

Body

application/x-www-form-urlencoded
Required parameters to set PTR records.

The body is of type object.

Response

200
application/json
PTR records set successfully.

The response is of type object.