Argo CD ​
Manage GitOps applications, sync operations, and clusters with Argo CD.
| Detail | Value |
|---|---|
| Category | DevOps |
| Base URL | https://argocd.example.com/api/v1 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | argocd |
Using Argo CD in a workflow ​
- Go to Connections and click New Connection.
- Pick Argo CD from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /applications | List applications |
| POST /applications | Create an application |
| GET /applications/{name} | Get application details |
| DELETE /applications/{name} | Delete an application |
| POST /applications/{name}/sync | Sync an application |
| POST /applications/{name}/rollback | Rollback an application |
| GET /clusters | List clusters |
| GET /repositories | List repositories |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.