I need to run a report to find out the IP addresses for a given API usage.
I use the API use by doing
/environments/prod/stats/apiproxy?select=sum(message_count)&timeRange=4/11/2015%2000:00~4/17/2015%2000:00&timeUnit=week&filter=(request_path+like+‘’)
How do I change this to return the list of IP address clients are using? In the Apigee Console in reports, I can see X Forwarded For capturing the correct IP for the client.
Thanks