{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Control Plane Groups API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Control Plane Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Control Plane Group Member Status", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-member-status", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane" } ] }, "docs": "Determines the group membership status of a control plane." }, { "info": { "name": "List Control Plane Group Memberships", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-memberships", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane group" }, { "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[after]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item after this parameter." } ] }, "docs": "Returns an array of control planes that are a member of this control plane group." }, { "info": { "name": "Upsert Control Plane Group Members", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-memberships", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more control planes as a member of a control plane group." }, { "info": { "name": "Add Control Plane Group Members", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-memberships/add", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more control planes as a member of a control plane group." }, { "info": { "name": "Remove Control Plane Group Members", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-memberships/remove", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes one or more control planes from the members of a control plane group." }, { "info": { "name": "Get Control Plane Group Status", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/group-status", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "ID of a control plane group" } ] }, "docs": "Returns the status of a control plane group, including existing conflicts." } ] } ], "bundled": true }