Check ArgoCD connection
Test an ArgoCD URL and token before saving. The cluster agent attempts to connect to ArgoCD and returns the connection result.
Always returns HTTP 200 — check the status field for the connection outcome. Requires ADMIN role.
Documentation Index
Fetch the complete documentation index at: https://qovery-update-kubecost-tuto.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Cluster ID
Body
The URL of the ArgoCD instance (e.g. https://argocd.example.com)
"https://argocd.example.com"
ArgoCD API authentication token
Response
Connection check result
Connection status of an ArgoCD instance
connected, error "connected"
Number of ArgoCD applications visible with the provided token. Present only when status is "connected".
42
Failure reason. Present only when status is "error".
authentication_failed, unreachable, insufficient_permissions "authentication_failed"