I'm using the REST API to pull back a few select metrics across multiple applications. I'm following the directions here:
https://docs.appdynamics.com/display/PRO42/Metric+and+Snapshot+API
It's working, but the data being returned has no way to know which metrics are for which applications. The metrics come back with a "metricID", but no relationship to the application to which they are coming from.
Is there a way to know what metridID belongs to what application (besides the URL I'm using to make the call)?