Get Backends / Remote Services
appd_get_backendsList all backend dependencies (databases, HTTP APIs, caches, message queues) for an application. Filter by exit point type to troubleshoot slow remote services.
Instructions
List all backend (remote service) dependencies detected for an application.
Backends are external services your application calls — databases (JDBC), HTTP APIs, caches (Redis, Memcached), message queues (JMS, Kafka), etc.
This is one of AppDynamics' most powerful features for dependency mapping and troubleshooting. Slow backends are a common root cause of application performance issues.
Args:
application (string|number): App name or ID
typeFilter (string, optional): Filter by exit point type (e.g., "HTTP", "JDBC", "CACHE")
Returns: Array of backends with id, name, exitPointType, and connection properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeFilter | No | Optional: filter backends by exit point type (e.g., 'HTTP', 'JDBC', 'CACHE', 'JMS'). Case-insensitive. | |
| application | Yes | Application name or numeric ID. |