{ "opencollection": "1.0.0", "info": { "name": "Argo CD Applications Cron Workflows API", "version": "v2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cron Workflows", "type": "folder" }, "items": [ { "info": { "name": "Argo Workflows Argo List Cron Workflows", "type": "http" }, "http": { "method": "GET", "url": "https://localhost/api/v1/cron-workflows/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "listOptions.labelSelector", "value": "", "type": "query", "description": "Label selector to filter cron workflows" } ] }, "docs": "Returns a list of cron workflows in the specified namespace." }, { "info": { "name": "Argo Workflows Argo Create a Cron Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://localhost/api/v1/cron-workflows/:namespace", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cron workflow in the specified namespace." }, { "info": { "name": "Argo Workflows Argo Get a Cron Workflow", "type": "http" }, "http": { "method": "GET", "url": "https://localhost/api/v1/cron-workflows/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the cron workflow" } ] }, "docs": "Returns a specific cron workflow by name." }, { "info": { "name": "Argo Workflows Argo Update a Cron Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost/api/v1/cron-workflows/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the cron workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing cron workflow." }, { "info": { "name": "Argo Workflows Argo Delete a Cron Workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://localhost/api/v1/cron-workflows/:namespace/:name", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the cron workflow" } ] }, "docs": "Deletes a specific cron workflow by name." }, { "info": { "name": "Argo Workflows Argo Resume a Cron Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost/api/v1/cron-workflows/:namespace/:name/resume", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the cron workflow" } ] }, "docs": "Resumes a previously suspended cron workflow." }, { "info": { "name": "Argo Workflows Argo Suspend a Cron Workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://localhost/api/v1/cron-workflows/:namespace/:name/suspend", "params": [ { "name": "namespace", "value": "", "type": "path", "description": "Kubernetes namespace" }, { "name": "name", "value": "", "type": "path", "description": "Name of the cron workflow" } ] }, "docs": "Suspends an active cron workflow." } ] } ], "bundled": true }