ocket8888 edited a comment on pull request #4774:
URL: https://github.com/apache/trafficcontrol/pull/4774#issuecomment-649129153
I'm still seeing blank ip fields in the 2.0 API:
```json
{ "trafficServers": [
{
"profile": "ATS_EDGE_TIER_CACHE",
"ip": "",
"status": "REPORTED",
"cacheGroup": "CDN_in_a_Box_Edge",
"ip6": "",
"port": 80,
"hostName": "edge",
"fqdn": "edge.infra.ciab.test",
"interfaceName": "",
"type": "EDGE",
"hashId": "edge"
},
{
"profile": "ATS_MID_TIER_CACHE",
"ip": "",
"status": "REPORTED",
"cacheGroup": "CDN_in_a_Box_Mid",
"ip6": "",
"port": 80,
"hostName": "mid",
"fqdn": "mid.infra.ciab.test",
"interfaceName": "",
"type": "MID",
"hashId": "mid"
}
]}
```
According to the V3 output, those server have the IP addresses
`192.168.144.3/20` and `192.168.144.5/20`.
----------------------------------------------------------------
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]