I'd like to query for proxies with a dependency on another resource in Apigee. For example, I have a shared flow that needs changed. I'd like to know what proxies have a dependency on the shared flow to determine impact.
This same request applies to other resources as well, like which proxies are using a given target server alias.
I've not see options for querying or filtering much through the management APIs (outside of the analytics API). It seems I need to run APIs then parse through the responses to evaluate the answer. One issue is that the responses don't really return a full dependency tree for the proxy.
Thoughts?