Auto-Build Dashboard
appd_auto_build_dashboardAutomatically builds a complete monitoring dashboard for an application. Discovers tiers, business transactions, and health rules, then creates a multi-section dashboard with configurable focus and time range.
Instructions
Automatically build a complete monitoring dashboard for an application.
Discovers the application's tiers, business transactions, and health rules, then creates a fully populated multi-section dashboard in AppDynamics.
Focus modes:
"comprehensive" (default): Overview + business transactions + infrastructure + health
"performance": Overview + business transactions
"infrastructure": Overview + tier-level graphs
"health": Overview + health status
Args:
applicationName (string): Application name or numeric ID
dashboardName (string, optional): Dashboard name. Defaults to "{AppName} - Auto Dashboard"
focus (string, optional): comprehensive | performance | infrastructure | health
timeRangeMinutes (number, optional): Time window in minutes. Default: 60
Returns: The created dashboard name and ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Dashboard focus: "comprehensive" (default), "performance", "infrastructure", or "health". | |
| dashboardName | No | Dashboard name. Defaults to "{AppName} - Auto Dashboard". | |
| applicationName | Yes | Application name or numeric ID. | |
| timeRangeMinutes | No | Time window in minutes for metric graphs. Default: 60. |