{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Catalog Service API Mappings API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog Service API Mappings", "type": "folder" }, "items": [ { "info": { "name": "List Service Mappings for an API", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/apis/:apiId/service-mappings", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "ID of the API." }, { "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": "sort", "value": "", "type": "query", "description": "Sorts a collection of catalog service API mappings. Supported sort attributes are:\n\n\n - `created_at`\n - `updated_at`\n\nDefault sort is `created_at` in descending order.\n" }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of catalog API service mappings for a given API. Supported filter attributes are:\n\n\n - `service_id`\n" } ] }, "docs": "Returns a paginated collection of Service mappings for the given API." }, { "info": { "name": "List API Mappings for a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/catalog-services/:serviceId/api-mappings", "params": [ { "name": "serviceId", "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": "sort", "value": "", "type": "query", "description": "Sorts a collection of catalog service API mappings. Supported sort attributes are:\n\n\n - `created_at`\n - `updated_at`\n\nDefault sort is `created_at` in descending order.\n" }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of catalog service API mappings for a given Service. Supported filter attributes are:\n\n\n - `api_id`\n" } ] }, "docs": "Returns a paginated collection of API mappings for the given service." }, { "info": { "name": "Create API Mapping for a Service", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/catalog-services/:serviceId/api-mappings", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The `id` of the service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API mapping for the given service." }, { "info": { "name": "Get API Mapping for a Service", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/catalog-services/:serviceId/api-mappings/:mappingId", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The `id` of the service." }, { "name": "mappingId", "value": "", "type": "path", "description": "ID of the catalog service API mapping." } ] }, "docs": "Returns information about a specific API mapping for the given service." }, { "info": { "name": "Delete API Mapping for a Service", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/catalog-services/:serviceId/api-mappings/:mappingId", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "The `id` of the service." }, { "name": "mappingId", "value": "", "type": "path", "description": "ID of the catalog service API mapping." } ] }, "docs": "Deletes a specific API mapping for the given service." } ] } ], "bundled": true }