{ "opencollection": "1.0.0", "info": { "name": "Pixie Clusters API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "pixie-api-key", "value": "{{pixie-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "Pixie List clusters", "type": "http" }, "http": { "method": "GET", "url": "https://work.withpixie.ai/api/clusters" }, "docs": "Returns a list of all Kubernetes clusters currently connected to and monitored by the Pixie Cloud deployment. Each cluster entry includes its ID, name, status, and Vizier (agent) version information." }, { "info": { "name": "Pixie Get cluster details", "type": "http" }, "http": { "method": "GET", "url": "https://work.withpixie.ai/api/clusters/:cluster_id", "params": [ { "name": "cluster_id", "value": "", "type": "path", "description": "Unique identifier of the Pixie-monitored Kubernetes cluster." } ] }, "docs": "Returns detailed information about a specific cluster, including its connection status, Vizier version, and last heartbeat time." } ] } ], "bundled": true }