{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Catalog Resource Mappings API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog Resource Mappings", "type": "folder" }, "items": [ { "info": { "name": "List Resource Mappings", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/resource-mappings", "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 resource mappings." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts a collection of resource mappings. Supported sort attributes are:\n - `created_at`\n\nDefault sort is `created_at` in descending order.\n" } ] }, "docs": "Returns a paginated collection of catalog resource mappings." }, { "info": { "name": "Create Resource Mapping", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/resource-mappings", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a mapping between a catalog resource and service." }, { "info": { "name": "Get a Resource Mapping", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/resource-mappings/:resourceMappingId", "params": [ { "name": "resourceMappingId", "value": "", "type": "path", "description": "The `id` of the resource mapping." } ] }, "docs": "Fetches a resource mapping by ID." }, { "info": { "name": "Delete Resource Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/resource-mappings/:resourceMappingId", "params": [ { "name": "resourceMappingId", "value": "", "type": "path", "description": "The `id` of the resource mapping." } ] }, "docs": "Removes an existing mapping between a catalog resource and service." } ] } ], "bundled": true }