You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/04/25 20:53:03 UTC

[GitHub] rawlinp opened a new issue #2173: Traffic Router /crs/stats/ip/{ip} API endpoint should return "locationByDeepCoverageZone"

rawlinp opened a new issue #2173: Traffic Router /crs/stats/ip/{ip} API endpoint should return "locationByDeepCoverageZone"
URL: https://github.com/apache/incubator-trafficcontrol/issues/2173
 
 
   The response should include data for `locationByDeepCoverageZone`, similar to `locationByCoverageZone`:
   ```
   {
     "locationByGeo": {
       "city": "Stockton",
       "countryCode": "US",
       "latitude": "38.0002",
       "postalCode": "95207",
       "countryName": "United States",
       "longitude": "-121.325"
     },
     "locationByFederation": "not found",
     "requestIp": "10.9.8.7",
     "locationByCoverageZone": {
       "city": null,
       "countryCode": null,
       "latitude": "1.2",
       "postalCode": null,
       "countryName": null,
       "id": "my-cachegroup",
       "longitude": "3.4"
     }
     "locationByDeepCoverageZone": {...}
   }
   ```
   
   This would be helpful for Deep CZF troubleshooting.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services