Is there any way to fetch developer app and client Ip list through custom report in apigee x?

I want to export all list at time and want to check that one app traffic should be coming from single client Ip only. It should show all list of app and client IP so I can export the list from custom report.

Hey @Sameer_Shinde, we’ve noticed your question hasn’t been answered yet, but we’ll keep it on our radar and encourage others in the community to chime in :slight_smile:

In the meantime, here is the link to the Knowledge Hub with curated content from Googlers and recordings from the Community TechTalks to continue your learning.

You are probably best served by “Custom Reports” feature within Apigee. You can find this menu option under “Analytics → Custom Reports”. When a proxy executes a large amount of context is collected for analytics reports including if a request was authenticated and for which developer or application a given identifier was granted for. Analytics metrics, dimensions, and filters reference  |  Apigee  |  Google Cloud Documentation has the details you would need. The metrics developer_app and client_ip are likely to be the values of interest to you.

I have prepared the following example to demo this:

1 Like