{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Event Gateway TLS Trust Bundles API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Event Gateway TLS Trust Bundles", "type": "folder" }, "items": [ { "info": { "name": "List TLS Trust Bundles", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/event-gateways/:gatewayId/tls-trust-bundles", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The UUID of your Gateway." }, { "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[after]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item after this parameter." }, { "name": "filter", "value": "", "type": "query", "description": "Filter documents returned in the response." } ] }, "docs": "Returns a list of TLS trust bundles associated with the specified Event Gateway.\n\n**Requires a minimum runtime version of `1.1`**." }, { "info": { "name": "Create TLS Trust Bundle", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/event-gateways/:gatewayId/tls-trust-bundles", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The UUID of your Gateway." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new TLS trust bundle containing trusted CA certificates for client certificate verification.\n\n**Requires a minimum runtime version of `1.1`**." }, { "info": { "name": "Get a TLS Trust Bundle", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/event-gateways/:gatewayId/tls-trust-bundles/:tlsTrustBundleId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The UUID of your Gateway." }, { "name": "tlsTrustBundleId", "value": "", "type": "path", "description": "The ID of the TLS trust bundle." } ] }, "docs": "Returns information about a specific TLS trust bundle.\n\n**Requires a minimum runtime version of `1.1`**." }, { "info": { "name": "Update TLS Trust Bundle", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v1/event-gateways/:gatewayId/tls-trust-bundles/:tlsTrustBundleId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The UUID of your Gateway." }, { "name": "tlsTrustBundleId", "value": "", "type": "path", "description": "The ID of the TLS trust bundle." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing TLS trust bundle.\n\n**Requires a minimum runtime version of `1.1`**." }, { "info": { "name": "Delete TLS Trust Bundle", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/event-gateways/:gatewayId/tls-trust-bundles/:tlsTrustBundleId", "params": [ { "name": "gatewayId", "value": "", "type": "path", "description": "The UUID of your Gateway." }, { "name": "tlsTrustBundleId", "value": "", "type": "path", "description": "The ID of the TLS trust bundle." } ] }, "docs": "Deletes a specific TLS trust bundle associated with the Event Gateway.\n\n**Requires a minimum runtime version of `1.1`**." } ] } ], "bundled": true }