zrhoffman commented on a change in pull request #4724:
URL: https://github.com/apache/trafficcontrol/pull/4724#discussion_r436651873



##########
File path: docs/source/api/v3/cdns_name_snapshot.rst
##########
@@ -359,184 +370,204 @@ Response Structure
                        "dnssec.enabled": "false",
                        "domain_name": "mycdn.ciab.test",
                        "federationmapping.polling.interval": "60000",
-                       "federationmapping.polling.url": 
"https://${toHostname}/api/3.0/federations";,
+                       "federationmapping.polling.url": 
"https://${toHostname}/api/2.0/federations/all";,
                        "geolocation.polling.interval": "86400000",
                        "geolocation.polling.url": 
"https://trafficops.infra.ciab.test:443/GeoLite2-City.mmdb.gz";,
                        "keystore.maintenance.interval": "300",
                        "neustar.polling.interval": "86400000",
                        "neustar.polling.url": 
"https://trafficops.infra.ciab.test:443/neustar.tar.gz";,
                        "soa": {
-                               "admin": "twelve_monkeys",
-                               "expire": "604800",
-                               "minimum": "30",
-                               "refresh": "28800",
-                               "retry": "7200"
+                           "admin": "twelve_monkeys",
+                           "expire": "604800",
+                           "minimum": "30",
+                           "refresh": "28800",
+                           "retry": "7200"
                        },
                        "steeringmapping.polling.interval": "60000",
                        "ttls": {
-                               "A": "3600",
-                               "AAAA": "3600",
-                               "DNSKEY": "30",
-                               "DS": "30",
-                               "NS": "3600",
-                               "SOA": "86400"
+                           "A": "3600",
+                           "AAAA": "3600",
+                           "DNSKEY": "30",
+                           "DS": "30",
+                           "NS": "3600",
+                           "SOA": "86400"
                        },
                        "zonemanager.cache.maintenance.interval": "300",
                        "zonemanager.threadpool.scale": "0.50"
-               },
-               "contentServers": {
+                   },
+                   "contentRouters": {
+                       "trafficrouter": {
+                           "api.port": "3333",
+                           "fqdn": "trafficrouter.infra.ciab.test",
+                           "httpsPort": 443,
+                           "ip": "172.26.0.15",
+                           "ip6": "",
+                           "location": "CDN_in_a_Box_Edge",
+                           "port": 80,
+                           "profile": "CCR_CIAB",
+                           "secure.api.port": "3443",
+                           "status": "ONLINE"
+                       }
+                   },
+                   "contentServers": {
                        "edge": {
-                               "cacheGroup": "CDN_in_a_Box_Edge",
-                               "fqdn": "edge.infra.ciab.test",
-                               "hashCount": 999,
-                               "hashId": "edge",
-                               "httpsPort": 443,
-                               "interfaceName": "eth0",
-                               "ip": "172.16.239.100",
-                               "ip6": "fc01:9400:1000:8::100",
-                               "locationId": "CDN_in_a_Box_Edge",
-                               "port": 80,
-                               "profile": "ATS_EDGE_TIER_CACHE",
-                               "status": "REPORTED",
-                               "type": "EDGE",
-                               "deliveryServices": {
-                                       "demo1": [
-                                               "edge.demo1.mycdn.ciab.test"
-                                       ]
-                               },
-                               "routingDisabled": 0
+                           "cacheGroup": "CDN_in_a_Box_Edge",
+                           "capabilities": [
+                               "heat-vision"

Review comment:
       Using a realistic server capability in 4d7c0bc33




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to