call-argocd-api
Perform Argo CD REST API calls (GET, POST, PUT, PATCH, DELETE) with dynamic path and query parameters. Mutations are blocked when read-only mode is enabled.
Instructions
Execute a read-only Argo CD REST API call (GET). Mutations are blocked while ARGOCD_READ_ONLY=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST/PUT/PATCH | |
| path | Yes | API path from swagger. Example: /api/v1/applications/{name} | |
| method | Yes | HTTP method | |
| profile | No | Environment profile. Available: default. Default: default | |
| pathParams | No | Path placeholders. Example: { "name": "my-app" } | |
| queryParams | No | Query string parameters |