{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs CustomPlugins API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "CustomPlugins", "type": "folder" }, "items": [ { "info": { "name": "List all CustomPlugins", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/custom-plugins", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR." } ] }, "docs": "**Pre-release Endpoint**\nThis endpoint is currently in beta and is subject to change.\n\nList all CustomPlugins" }, { "info": { "name": "Create a new CustomPlugin", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/custom-plugins", "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": "**Pre-release Endpoint**\nThis endpoint is currently in beta and is subject to change.\n\nCreate a new CustomPlugin" }, { "info": { "name": "Get a CustomPlugin", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/custom-plugins/:CustomPluginId", "params": [ { "name": "CustomPluginId", "value": "", "type": "path", "description": "ID of the CustomPlugin to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "**Pre-release Endpoint**\nThis endpoint is currently in beta and is subject to change.\n\nGet a CustomPlugin using ID or name." }, { "info": { "name": "Upsert a CustomPlugin", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/custom-plugins/:CustomPluginId", "params": [ { "name": "CustomPluginId", "value": "", "type": "path", "description": "ID of the CustomPlugin to lookup" }, { "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": "**Pre-release Endpoint**\nThis endpoint is currently in beta and is subject to change.\n\nCreate or Update CustomPlugin using ID or name." }, { "info": { "name": "Delete a CustomPlugin", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/custom-plugins/:CustomPluginId", "params": [ { "name": "CustomPluginId", "value": "", "type": "path", "description": "ID of the CustomPlugin to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "**Pre-release Endpoint**\nThis endpoint is currently in beta and is subject to change.\n\nDelete a CustomPlugin" } ] } ], "bundled": true }