List Service Endpoints
appd_get_service_endpointsList service endpoints for an application to pinpoint slow API endpoints or servlet mappings, with optional tier filtering.
Instructions
List service endpoints (SEPs) for an application.
Service endpoints represent individual API endpoints or servlet mappings within your application tiers. They provide more granular performance data than business transactions — you can see which specific URL paths or service methods are slow.
Args:
application (string|number): App name or ID
tierFilter (string, optional): Filter by tier name
Returns: Array of service endpoints with id, name, tier info, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tierFilter | No | Optional: filter by tier name (case-insensitive). | |
| application | Yes | Application name or numeric ID. |