Endpoint

/v1/dns/clear-dns-cache

POST

Clears the Qumulo local DNS cache

Parameters

This resource has no parameters.

Request

Schema

{
  "description": "api_dns_clear_cache",
  "type": "object",
  "properties": {
    "dns_config_id": {
      "description": "dns_config_id",
      "type": "number"
    },
    "skip_reverse_cache": {
      "description": "When true, reverse lookup results will not be cleared from the cache.",
      "type": "boolean"
    },
    "skip_forward_cache": {
      "description": "When true, forward lookup results will not be cleared from the cache.",
      "type": "boolean"
    }
  }
}

Response

Codes

Code Description
200 Return value on success