get_application_resource_tree
Retrieve the Kubernetes resource tree for an Argo CD application, showing all created resources and their relationships.
Instructions
Get the Kubernetes resource tree for an application.
Shows all resources created by the application and their relationships.
Args: connection_name: Name of the Argo CD connection name: Application name
Returns: JSON string with resource tree including nodes and their parent references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |