Query AppDynamics metrics (metric-data-v2)
appd_query_metricsFetch AppDynamics metric paths over a time range with optional rollup. Handles granularity and long-window warnings for accurate data retrieval.
Instructions
Fetch one or more metric paths over a time range using metric-data-v2. Defaults to BEFORE_NOW 30 minutes with rollup=true. Surfaces granularity and long-window warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | ||
| metricPaths | Yes | One or more AppD metric paths, e.g. "Overall Application Performance|Average Response Time (ms)". Up to 20 paths fan out in parallel. | |
| timeRange | No | AppD time range. Defaults to BEFORE_NOW with durationMinutes=30 if omitted by the caller. | |
| rollup | No | When true (default), aggregates over the window. When false, returns the raw timeseries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| entities | Yes | ||
| timeRange | No | ||
| sourceEndpoints | Yes | ||
| pagination | No | ||
| warnings | Yes | ||
| truncated | Yes |