Update reverse DNS cache

This function queries DNS and updates the map of local IP addresses to reverse DNS names.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
get/update_reverse_dns_cache
Request samples
whmapi1 --output=jsonpretty \
  update_reverse_dns_cache
Response samples
application/json
{
  • "metadata": {
    • "command": "update_reverse_dns_cache",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}