List Business Transactions
appd_get_business_transactionsList all business transactions for an AppDynamics application, with optional tier filter, to get IDs needed for performance monitoring.
Instructions
List all business transactions (BTs) for a given application.
BTs are the key unit of monitoring in AppDynamics — each represents a distinct user request or workflow. Use this to discover BT IDs neeed by appd_get_bt_performance.
Args:
application (string|number): App name or IF
tierFilter (string, optional): Filter by tier name
Returns: Array of BTs with id, name, tierName, entryPointType.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tierFilter | No | Optional: filter BTs by tier name (case-insensitive partial match). | |
| application | Yes | Application name or numeric ID. |