{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Custom Plugin Schemas API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Plugin Schemas", "type": "folder" }, "items": [ { "info": { "name": "List Custom Plugin Schemas", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "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 custom plugins schemas associated with a control plane." }, { "info": { "name": "Upload custom plugin schema", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a custom plugin schema associated with a control plane." }, { "info": { "name": "Get a custom plugin schema", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas/:name", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "name", "value": "", "type": "path", "description": "The custom plugin name" } ] }, "docs": "Returns information about a custom plugin from a given name." }, { "info": { "name": "Create or update a custom plugin schema", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas/:name", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "name", "value": "", "type": "path", "description": "The custom plugin name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update an individual custom plugin schema." }, { "info": { "name": "Delete custom plugin schema", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/plugin-schemas/:name", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "name", "value": "", "type": "path", "description": "The custom plugin name" } ] }, "docs": "Delete an individual custom plugin schema." } ] } ], "bundled": true }