{ "opencollection": "1.0.0", "info": { "name": "openobserve Actions Clusters API", "version": "0.90.0" }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List available clusters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/clusters", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a list of all available clusters organized by region. Each region contains a list of cluster names that can be used for data processing and storage. This information is useful for understanding your deployment topology and selecting appropriate clusters for workload distribution." } ] } ], "bundled": true }