call-argocd-api
Execute read-only Argo CD REST API calls via GET method. Mutations are blocked when ARGOCD_READ_ONLY 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 |