{ "opencollection": "1.0.0", "info": { "name": "Upbound Control Planes API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Control Planes", "type": "folder" }, "items": [ { "info": { "name": "List Control Planes", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/controlplanes", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List all managed control planes in an organization." }, { "info": { "name": "Create Control Plane", "type": "http" }, "http": { "method": "POST", "url": "https://api.upbound.io/v1/organizations/:orgName/controlplanes", "params": [ { "name": "orgName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new managed control plane." }, { "info": { "name": "Get Control Plane", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName/controlplanes/:cpName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "cpName", "value": "", "type": "path", "description": "Control plane name" } ] }, "docs": "Retrieve details and status of a specific control plane." }, { "info": { "name": "Update Control Plane", "type": "http" }, "http": { "method": "PUT", "url": "https://api.upbound.io/v1/organizations/:orgName/controlplanes/:cpName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "cpName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a control plane configuration." }, { "info": { "name": "Delete Control Plane", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.upbound.io/v1/organizations/:orgName/controlplanes/:cpName", "params": [ { "name": "orgName", "value": "", "type": "path" }, { "name": "cpName", "value": "", "type": "path" } ] }, "docs": "Delete a managed control plane." } ] } ], "bundled": true }