{ "opencollection": "1.0.0", "info": { "name": "CAST AI Kubernetes Cost Optimization AI Enabler Cluster Actions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cluster Actions", "type": "folder" }, "items": [ { "info": { "name": "CAST AI Acknowledge cluster action", "type": "http" }, "http": { "method": "POST", "url": "https://api.cast.ai/v1/kubernetes/clusters/:clusterId/actions/:actionId/ack", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." }, { "name": "actionId", "value": "", "type": "path" } ] }, "docs": "Ack completed cluster action." }, { "info": { "name": "CAST AI Ingest cluster controller logs", "type": "http" }, "http": { "method": "POST", "url": "https://api.cast.ai/v1/kubernetes/clusters/:clusterId/actions/logs", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Ingest cluster controller logs." } ] } ], "bundled": true }