Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

APIGEE X No traffic proxies

Hi Team,

How we can fetch the names of API Proxies having 0 traffic for a month, when I ran the custom report it excluded the proxies having no traffic. I tried to fetch using stats API also, but got the same results. 

Anyway we can fetch and list down the proxies having zero traffic from Apigee ?

0 3 259
3 REPLIES 3

Welcome to the Apigee Community @pppandya254 👋! I’ve noticed that your question hasn’t received any replies yet, but rest assured, we’ll keep an eye on this conversation.

In the meantime, I’d like to invite you to explore our Apigee Product Articles section, where you’ll find resources and insights that might be helpful. Also, we’d love for you to join our upcoming no-cost virtual community event on November 14th! This session will dive into CI/CD for API development—a great opportunity to connect with other community members and deepen your knowledge.

👉 Register here for the event

We’re glad to have you with us and look forward to seeing you engage with the community!

Hello @pppandya254 ,

You could use a combination of both the Metrics API and a list of all deployed proxies API, to identify  the specific API proxies with no traffic in a specific period of time using a programming language or script to combine the data from both sources. 

Additionally, you can explore a bash script published in the community where the purpose of the script is to see the proxies that are deployed and unused over a period of time. 

Let us know if you have any other questions arise. 

Thank you!

Hey, @pppandya254 if the provided response helped resolve your question, please consider marking it as the accepted solution to assist others with similar inquiries 😉 Thank you both for your participation and contribution to the community.

Top Solution Authors