From 2a295bec204a855ac5859f650a0e4922c1b141f7 Mon Sep 17 00:00:00 2001 From: Rawlin Peters Date: Tue, 11 Oct 2022 20:32:52 -0600 Subject: [PATCH] Add missing TR profile parameters to docs, correct interval units Fixes #6670. --- docs/source/admin/traffic_router.rst | 14 ++++++++++++++ docs/source/api/v3/cdns_name_snapshot.rst | 10 +++++----- docs/source/api/v3/cdns_name_snapshot_new.rst | 10 +++++----- docs/source/api/v4/cdns_name_snapshot.rst | 10 +++++----- docs/source/api/v4/cdns_name_snapshot_new.rst | 10 +++++----- docs/source/api/v5/cdns_name_snapshot.rst | 10 +++++----- docs/source/api/v5/cdns_name_snapshot_new.rst | 10 +++++----- 7 files changed, 44 insertions(+), 30 deletions(-) diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst index c1a16f32a1..b640741d23 100644 --- a/docs/source/admin/traffic_router.rst +++ b/docs/source/admin/traffic_router.rst @@ -194,6 +194,20 @@ Much of a Traffic Router's configuration can be obtained through the :term:`Para +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | geolocation.polling.interval | CRConfig.json | How often - in milliseconds - Traffic Router should check for an updated geographic IP mapping database. | +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | certificates.polling.interval | CRConfig.json | How often - in milliseconds - Traffic Router should check for Delivery Service certificates. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | certificate.api.url | CRConfig.json | The location (URL) where Traffic Router can request Delivery Service certificates from. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | regional_geoblock.polling.interval | CRConfig.json | How often - in milliseconds - Traffic Router should check for Regional Geo-blocking rules. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | regional_geoblock.polling.url | CRConfig.json | The location (URL) where Traffic Router can request Regional Geo-blocking rules from. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | anonymousip.policy.configuration | CRConfig.json | The location (URL) where Traffic Router can request the Anonymous IP Blocking configuration file from. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | anonymousip.polling.url | CRConfig.json | The location (URL) where Traffic Router can request the Anonymous IP Database from. | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ + | anonymousip.polling.interval | CRConfig.json | How often - in milliseconds - Traffic Router should check for the Anonymous IP Blocking configuration and database | + +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | coveragezone.polling.interval | CRConfig.json | How often - in milliseconds - Traffic Router should check for an updated :term:`Coverage Zone Map`. | +-----------------------------------------+------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+ | coveragezone.polling.url | CRConfig.json | The location (URL) where a :term:`Coverage Zone Map` may be found. | diff --git a/docs/source/api/v3/cdns_name_snapshot.rst b/docs/source/api/v3/cdns_name_snapshot.rst index e726d01701..f6a7f42068 100644 --- a/docs/source/api/v3/cdns_name_snapshot.rst +++ b/docs/source/api/v3/cdns_name_snapshot.rst @@ -53,7 +53,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -61,7 +61,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -75,9 +75,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -97,7 +97,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router diff --git a/docs/source/api/v3/cdns_name_snapshot_new.rst b/docs/source/api/v3/cdns_name_snapshot_new.rst index 33da88af5e..7d7115792d 100644 --- a/docs/source/api/v3/cdns_name_snapshot_new.rst +++ b/docs/source/api/v3/cdns_name_snapshot_new.rst @@ -52,7 +52,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -60,7 +60,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -74,9 +74,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -96,7 +96,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router diff --git a/docs/source/api/v4/cdns_name_snapshot.rst b/docs/source/api/v4/cdns_name_snapshot.rst index 03070a17bc..1c6d04cbae 100644 --- a/docs/source/api/v4/cdns_name_snapshot.rst +++ b/docs/source/api/v4/cdns_name_snapshot.rst @@ -54,7 +54,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -62,7 +62,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -76,9 +76,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -98,7 +98,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router diff --git a/docs/source/api/v4/cdns_name_snapshot_new.rst b/docs/source/api/v4/cdns_name_snapshot_new.rst index 3438e77e6d..3f6b1e6851 100644 --- a/docs/source/api/v4/cdns_name_snapshot_new.rst +++ b/docs/source/api/v4/cdns_name_snapshot_new.rst @@ -53,7 +53,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -61,7 +61,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -75,9 +75,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -97,7 +97,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router diff --git a/docs/source/api/v5/cdns_name_snapshot.rst b/docs/source/api/v5/cdns_name_snapshot.rst index 39b0b8d7c4..ebd0b5786e 100644 --- a/docs/source/api/v5/cdns_name_snapshot.rst +++ b/docs/source/api/v5/cdns_name_snapshot.rst @@ -54,7 +54,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -62,7 +62,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -76,9 +76,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -98,7 +98,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router diff --git a/docs/source/api/v5/cdns_name_snapshot_new.rst b/docs/source/api/v5/cdns_name_snapshot_new.rst index bbea4f55f9..3f94f22761 100644 --- a/docs/source/api/v5/cdns_name_snapshot_new.rst +++ b/docs/source/api/v5/cdns_name_snapshot_new.rst @@ -53,7 +53,7 @@ Response Structure :config: An object containing basic configurations on the actual CDN object :api.cache-control.max-age: A string containing an integer which specifies the value of ``max-age`` in the :mailheader:`Cache-Control` header of some HTTP responses, likely the :ref:`tr-api` responses - :certificates.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for updated SSL certificates + :certificates.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for updated SSL certificates :consistent.dns.routing: A string containing a boolean which indicates whether DNS routing will use a consistent hashing method or "round-robin" "false" @@ -61,7 +61,7 @@ Response Structure "true" A consistent hashing method will be used to define DNS routing - :coveragezone.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should check for a new Coverage Zone file + :coveragezone.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Routers should check for a new Coverage Zone file :coveragezone.polling.url: The URL where a :term:`Coverage Zone File` may be requested by Traffic Routers :dnssec.dynamic.response.expiration: A string containing a number and unit suffix that specifies the length of time for which dynamic responses to DNSSEC lookup queries should remain valid :dnssec.dynamic.concurrencylevel: An integer that defines the size of the concurrency level (threads) of the Guava cache used by ZoneManager to store zone material @@ -75,9 +75,9 @@ Response Structure DNSSEC is used within this CDN :domain_name: A string that is the :abbr:`TLD (Top-Level Domain)` served by the CDN - :federationmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new federation mappings + :federationmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new federation mappings :federationmapping.polling.url: The URL where Traffic Control components can request federation mappings - :geolocation.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases + :geolocation.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which other Traffic Control components should check for new IP-to-geographic-location mapping databases :geolocation.polling.url: The URL where Traffic Control components can request IP-to-geographic-location mapping database files :keystore.maintenance.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Routers should refresh their zone caches :neustar.polling.interval: A string containing an integer which specifies the interval, in seconds, on which other Traffic Control components should check for new "Neustar" databases @@ -97,7 +97,7 @@ Response Structure .. seealso:: `The Wikipedia page on Start of Authority records `_. - :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in seconds, on which Traffic Control components should check for new steering mappings + :steeringmapping.polling.interval: A string containing an integer which specifies the interval, in milliseconds, on which Traffic Control components should check for new steering mappings :ttls: An object that contains keys which are types of DNS records that have values which are strings containing integers that specify the time for which a response to the specific type of record request should remain valid :zonemanager.cache.maintenance.interval: A configuration option for the ZoneManager Java class of Traffic Router :zonemanager.threadpool.scale: A configuration option for the ZoneManager Java class of Traffic Router