{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Add-Ons API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Add-Ons", "type": "folder" }, "items": [ { "info": { "name": "List Add-Ons", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/add-ons", "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 add-ons." } ] }, "docs": "Returns a paginated collection of add-ons for an organization.\n" }, { "info": { "name": "Create Add-On", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/add-ons", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new add-on. Specific add-on types (e.g., managed cache)\nare defined by the sub-kind configuration.\n" }, { "info": { "name": "Get Add-On", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/add-ons/:addOnId", "params": [ { "name": "addOnId", "value": "", "type": "path", "description": "ID of the add-on to operate on." } ] }, "docs": "Retrieves an add-on by ID." }, { "info": { "name": "Update Add-On", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/add-ons/:addOnId", "params": [ { "name": "addOnId", "value": "", "type": "path", "description": "ID of the add-on to operate on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing add-on." }, { "info": { "name": "Delete Add-On", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/add-ons/:addOnId", "params": [ { "name": "addOnId", "value": "", "type": "path", "description": "ID of the add-on to operate on." } ] }, "docs": "Deletes an add-on by ID. The request will be rejected if the managed cache partial is still in use by some plugins.\n" } ] } ], "bundled": true }