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:
[email protected]
With regards,
Apache Git Services