Skip to main content
POST
/
rdns
cURL
curl --request POST \
  --url https://api.ck-itsolutions.nl/v1/rdns \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "ips": "<string>",
  "record": "<string>"
}
'
{}

Authorizations

x-api-key
string
header
required

Body

application/json

Plant to add to the store

ips
string
required

IP subnet(s) for which the PTR record is created.

record
string
required

PTR Record.

Response

Returns newly created rDNS record with uuid as json.

The response is of type object.