Get BT Performance Metrics
appd_get_bt_performanceRetrieve performance metrics for a business transaction, including average response time, calls per minute, errors per minute, and slow call counts. Requires the BT ID obtained from appd_get_business_transactions.
Instructions
Get performance metrics for a specific business transaction (BT).
Retrieves average response time, calls per minute, errors per minute, slow calls, very slow calls, and stall count for the specified BT.
Use appd_get_business_transactions first to find the BT ID.
Args:
application (string|number): App name or ID
btId (number): Business transaction ID
durationInMins (number, optional): Lookback in minutes (default: 60)
Returns: BT details plus metric data for each performance metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| btId | Yes | The numeric ID of the business transaction. | |
| application | Yes | Application name or numeric ID. | |
| durationInMins | No | Time range in minutes to look back. Defaults to 60. |