{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Control Planes API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Control Planes", "type": "folder" }, "items": [ { "info": { "name": "List Control Planes", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[number]", "value": "", "type": "query", "description": "Determines which page of the entities to retrieve." }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of control-planes." }, { "name": "labels", "value": "", "type": "query", "description": "Filter control planes in the response by associated labels." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of control-planes. Supported sort attributes are:\n - created_at\n" } ] }, "docs": "Returns an array of control plane objects containing information about the Konnect Control Planes." }, { "info": { "name": "Create Control Plane", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes", "body": { "type": "json", "data": "{}" } }, "docs": "Create a control plane in the Konnect Organization." }, { "info": { "name": "Get a Control Plane", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The control plane ID" } ] }, "docs": "Returns information about an individual control plane." }, { "info": { "name": "Update Control Plane", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The control plane ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an individual control plane." }, { "info": { "name": "Delete Control Plane", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The control plane ID" } ] }, "docs": "Delete an individual control plane." } ] } ], "bundled": true }