get_application
Retrieve comprehensive details of a specific Argo CD application, including sync status, health, and spec, from a read-only server.
Instructions
Get detailed information about a specific application.
Args: connection_name: Name of the Argo CD connection name: Application name
Returns: JSON string with application details including sync status, health, and spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |