{ "opencollection": "1.0.0", "info": { "name": "Devtron APIs Specs Applications Cluster Management API", "version": "1.0.0" }, "items": [ { "info": { "name": "Cluster Management", "type": "folder" }, "items": [ { "info": { "name": "Delete Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/cluster/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete an existing cluster." }, { "info": { "name": "Get Cluster", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/cluster", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "query", "description": "cluster id." } ] }, "docs": "Get details of a specific cluster by ID." }, { "info": { "name": "Update Cluster", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost/orchestrator/cluster", "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing cluster's configuration." }, { "info": { "name": "List Accessible Clusters", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/orchestrator/cluster/auth-list" }, "docs": "list of clusters accessible to the authenticated user." }, { "info": { "name": "Validate Cluster Configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/cluster/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validate a cluster configuration using kubeconfig." }, { "info": { "name": "Save Multiple Clusters", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/orchestrator/cluster/saveClusters", "body": { "type": "json", "data": "{}" } }, "docs": "Save configurations for multiple clusters." } ] } ], "bundled": true }