Is there an API to query "Business Transactions" Stats

We have configured several "URI patterns" in our org for most of our high traffic API proxies. We can see the stats in the "Business Transactions" dashboards.

However we need to automate the extraction of this stats using APIs... so we need:

1) an API to query all the "URI patterns" configured in a particular API proxy

2) an API to query the stats (analytics) for a particular list of "URI patterns"

There is no direct API call to list the stats from the URI Patterns.

To view the stats for a particular list of 'URI Patterns' for a specific API Proxy, you can run the following query

https://api.enterprise.apigee.com/v1/o/<org>/environments/<env>/stats/uris?&filter=(apiproxy+in+<api....

The groupId that you see in the above API call is the URI Pattern.

In order to see which URI Pattern is which groupID, you will have to run the following API call which lists each URI Pattern and its group ID

https://api.enterprise.apigee.com/v1/o/millicom/environments/prod/apipatterns/

This would list each URI Pattern defined in the prod environment and for all API's.

Version history
Last update:
‎02-14-2016 11:44 PM
Updated by: