{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Data-Plane Group Configurations API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Data-Plane Group Configurations", "type": "folder" }, "items": [ { "info": { "name": "List Configurations", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/configurations", "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 supported for configurations." } ] }, "docs": "Returns a paginated collection of configurations across control-planes for an organization (restricted by\npermitted control-plane reads).\n" }, { "info": { "name": "Create Configuration", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/configurations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configuration for a control-plane (restricted by permitted control-plane permissions for\nconfigurations). This request will replace any existing configuration for the requested control_plane_id and\ncontrol_plane_geo by performing a diff. From this diff, new resources detected in the requested configuration\nwill be added, resources not found in the request configuration but in the previous will be deleted, and\nresources found in both will be updated to the requested configuration. N" }, { "info": { "name": "Get Configuration", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/configurations/:configurationId", "params": [ { "name": "configurationId", "value": "", "type": "path", "description": "The ID of the configuration to operate on." } ] }, "docs": "Retrieves a configuration by ID (restricted by permitted control-plane read)." } ] } ], "bundled": true }