dns-settings_ns_ttl

The time to live (TTL) of the zone's nameserver (NS) records.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-settings-ns-ttl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-settings_ns_ttl",
  "title": "dns-settings_ns_ttl",
  "description": "The time to live (TTL) of the zone's nameserver (NS) records.",
  "example": 86400,
  "maximum": 86400,
  "minimum": 30,
  "type": "number"
}