{ "opencollection": "1.0.0", "info": { "name": "CAST AI Kubernetes Cost Optimization AI Enabler Pricing API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pricing", "type": "folder" }, "items": [ { "info": { "name": "CAST AI Get node pricing", "type": "http" }, "http": { "method": "GET", "url": "https://api.cast.ai/v1/pricing/clusters/:clusterId/nodes/:nodeId", "params": [ { "name": "clusterId", "value": "", "type": "path", "description": "The unique identifier of the cluster." }, { "name": "nodeId", "value": "", "type": "path", "description": "The unique identifier of the node." } ] }, "docs": "Returns pricing data for a specific node in a cluster." }, { "info": { "name": "CAST AI Sync GCP billing data", "type": "http" }, "http": { "method": "POST", "url": "https://api.cast.ai/v1/pricing/sync-gcp-billing" }, "docs": "Sync GCP billing pricing API data." } ] } ], "bundled": true }