Update RDNS IP
Update the reverse DNS record for a public IP address.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
ip_uuid*string
UUID of the public IP
Format
uuidRequest Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
rdns*string
Reverse DNS hostname
Response Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/network/public/497f6eca-6276-4993-bfeb-53cbbbba6f08/rdns" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'rdns=string'{
"message": "RDNS successfully updated",
"data": "testajabro.id"
}