dns-firewall_ratelimit

Ratelimit in queries per second per datacenter (applies to DNS queries sent to the upstream nameservers configured on the cluster)

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-firewall-ratelimit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-firewall_ratelimit",
  "title": "dns-firewall_ratelimit",
  "description": "Ratelimit in queries per second per datacenter (applies to DNS queries sent to the upstream nameservers configured on the cluster)",
  "example": 600,
  "maximum": "1e+09",
  "minimum": 100,
  "nullable": true,
  "type": "number"
}