{ "opencollection": "1.0.0", "info": { "name": "Buildkite REST AccessToken Clusters API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List clusters", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/clusters", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ] }, "docs": "List clusters" }, { "info": { "name": "Create cluster", "type": "http" }, "http": { "method": "POST", "url": "https://api.buildkite.com/v2/organizations/:org/clusters", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create cluster" }, { "info": { "name": "Get cluster", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/clusters/:id", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get cluster" }, { "info": { "name": "Update cluster", "type": "http" }, "http": { "method": "PUT", "url": "https://api.buildkite.com/v2/organizations/:org/clusters/:id", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update cluster" }, { "info": { "name": "Delete cluster", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buildkite.com/v2/organizations/:org/clusters/:id", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete cluster" } ] } ], "bundled": true }