get_gitops_app_status
Check the health and sync status of an ArgoCD Application or Flux Kustomization in a specified namespace and cluster.
Instructions
Gets the health and sync status of an ArgoCD Application or Flux Kustomization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | GitOps engine ('argocd' or 'flux') | |
| appName | Yes | The name of the application/kustomization | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The namespace of the application/kustomization |