{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Integration Instances API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Integration Instances", "type": "folder" }, "items": [ { "info": { "name": "List Integration Instances", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances", "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 a collection of integration instances." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of integration instances. Supported sort attributes are:\n\n\n - `display_name`\n - `name`\n - `created_at`\n - `updated_at`\n - `integration.display_name`\n\nDefault sort is `integration.display_name` in ascending order.\n" } ] }, "docs": "Returns a paginated collection of integration instances." }, { "info": { "name": "Create Integration Instance", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an integration instance." }, { "info": { "name": "Get an Integration Instance", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Fetches a integration instance." }, { "info": { "name": "Update Integration Instance", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the integration instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an integration instance." }, { "info": { "name": "Delete Integration Instance", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Deletes an integration instance." } ] } ], "bundled": true }