1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| # router.fqdn:3333/crs/stats/ip/10.2.254.2
curl http://10.103.21.95:3333/crs/stats/ip/60.248.18.91
# result example:
{
"locationByGeo": {
"city": "Taoyuan District",
"countryCode": "TW",
"latitude": "24.9889",
"postalCode": null,
"countryName": "Taiwan",
"longitude": "121.3176"
},
"locationByFederation": "not found",
"requestIp": "60.248.18.91",
"locationByCoverageZone": {
"city": null,
"countryCode": null,
"latitude": "25.050316",
"postalCode": null,
"countryName": null,
"id": "QCT_CG_Edge_Remote_0",
"longitude": "121.374537"
}
}
|