Get Service Endpoint Performance
appd_get_service_endpoint_performanceRetrieve average response time, calls per minute, and errors per minute for a specific service endpoint using its ID.
Instructions
Get performance metrics for a specific service endpoint.
Retrieves average response time, calls per minute, and errors per minute for the specified service endpoint.
Use appd_get_service_endpoints first to find the SEP ID.
Args:
application (string|number): App name or ID
sepId (number): Service endpoint ID
durationInMins (number, optional): Lookback in minutes (default: 60)
Returns: Performance metrics for the service endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sepId | Yes | Service endpoint ID. | |
| application | Yes | Application name or numeric ID. | |
| durationInMins | No | Time range in minutes to look back. Defaults to 60. |