dns-firewall_retries

Number of retries for fetching DNS responses from upstream nameservers (not counting the initial attempt)

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-firewall-retries-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-firewall_retries",
  "title": "dns-firewall_retries",
  "default": 2,
  "description": "Number of retries for fetching DNS responses from upstream nameservers (not counting the initial attempt)",
  "example": 2,
  "maximum": 2,
  "minimum": 0,
  "type": "number"
}