{ "opencollection": "1.0.0", "info": { "name": "CAST AI Kubernetes Cost Optimization AI Enabler Node Configuration API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Node Configuration", "type": "folder" }, "items": [ { "info": { "name": "CAST AI List node configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.cast.ai/v1/kubernetes/clusters/:clusterId/node-configurations", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." } ] }, "docs": "Lists node configurations for the specified cluster." }, { "info": { "name": "CAST AI Create node configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.cast.ai/v1/kubernetes/clusters/:clusterId/node-configurations", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new node configuration for the specified cluster." }, { "info": { "name": "CAST AI Delete node configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cast.ai/v1/kubernetes/clusters/:clusterId/node-configurations/:configurationId", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." }, { "name": "configurationId", "value": "", "type": "path" } ] }, "docs": "Deletes node configuration of a specific cluster." } ] } ], "bundled": true }