Skip to content

Argo CD ​

Manage GitOps applications, sync operations, and clusters with Argo CD.

DetailValue
CategoryDevOps
Base URLhttps://argocd.example.com/api/v1
AuthenticationBearer Token
Endpoints8
Connector keyargocd

Using Argo CD in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Argo CD from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /applicationsList applications
POST /applicationsCreate an application
GET /applications/{name}Get application details
DELETE /applications/{name}Delete an application
POST /applications/{name}/syncSync an application
POST /applications/{name}/rollbackRollback an application
GET /clustersList clusters
GET /repositoriesList repositories

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.