Skip to main content
GET
Get ArgoCD credentials for a cluster

Authorizations

Authorization
string
header
required

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

clusterId
string<uuid>
required

Cluster ID

Response

ArgoCD credentials

id
string<uuid>
required
cluster_id
string<uuid>
required
argocd_url
string
required
Example:

"https://argocd.example.com"

argocd_token
string
required

Always returned as REDACTED

Example:

"REDACTED"

created_at
string<date-time>
required
updated_at
string<date-time>
required
last_checked_at
string<date-time> | null