{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Catalog Service Resources API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog Service Resources", "type": "folder" }, "items": [ { "info": { "name": "List Service Resources", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/catalog-services/:id/resources", "params": [ { "name": "id", "value": "", "type": "path", "description": "The `id` of the service." }, { "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 resources." } ] }, "docs": "Returns a paginated collection of resources mapped to a service." } ] } ], "bundled": true }