Kong · Capability

Konnect API - Go SDK — Event Gateway TLS Trust Bundles

Konnect API - Go SDK — Event Gateway TLS Trust Bundles. 5 operations. Lead operation: List TLS Trust Bundles. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongEvent Gateway TLS Trust Bundles

What You Can Do

GET
Listeventgatewaytlstrustbundles — List TLS Trust Bundles
/v1/v1/event-gateways/{gatewayid}/tls-trust-bundles
POST
Createeventgatewaytlstrustbundle — Create TLS Trust Bundle
/v1/v1/event-gateways/{gatewayid}/tls-trust-bundles
GET
Geteventgatewaytlstrustbundle — Get a TLS Trust Bundle
/v1/v1/event-gateways/{gatewayid}/tls-trust-bundles/{tlstrustbundleid}
PUT
Updateeventgatewaytlstrustbundle — Update TLS Trust Bundle
/v1/v1/event-gateways/{gatewayid}/tls-trust-bundles/{tlstrustbundleid}
DELETE
Deleteeventgatewaytlstrustbundle — Delete TLS Trust Bundle
/v1/v1/event-gateways/{gatewayid}/tls-trust-bundles/{tlstrustbundleid}

MCP Tools

list-tls-trust-bundles

List TLS Trust Bundles

read-only idempotent
create-tls-trust-bundle

Create TLS Trust Bundle

get-tls-trust-bundle

Get a TLS Trust Bundle

read-only idempotent
update-tls-trust-bundle

Update TLS Trust Bundle

idempotent
delete-tls-trust-bundle

Delete TLS Trust Bundle

idempotent

Capability Spec

konnect-platform-event-gateway-tls-trust-bundles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Event Gateway TLS Trust Bundles
  description: 'Konnect API - Go SDK — Event Gateway TLS Trust Bundles. 5 operations. Lead operation: List TLS Trust Bundles.
    Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Event Gateway TLS Trust Bundles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    KONG_API_KEY: KONG_API_KEY
capability:
  consumes:
  - type: http
    namespace: konnect-platform-event-gateway-tls-trust-bundles
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Event Gateway TLS Trust Bundles business capability. Self-contained, no shared references.
    resources:
    - name: v1-event-gateways-gatewayId-tls-trust-bundles
      path: /v1/event-gateways/{gatewayId}/tls-trust-bundles
      operations:
      - name: listeventgatewaytlstrustbundles
        method: GET
        description: List TLS Trust Bundles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createeventgatewaytlstrustbundle
        method: POST
        description: Create TLS Trust Bundle
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1-event-gateways-gatewayId-tls-trust-bundles-tlsTrustBundleId
      path: /v1/event-gateways/{gatewayId}/tls-trust-bundles/{tlsTrustBundleId}
      operations:
      - name: geteventgatewaytlstrustbundle
        method: GET
        description: Get a TLS Trust Bundle
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateeventgatewaytlstrustbundle
        method: PUT
        description: Update TLS Trust Bundle
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteeventgatewaytlstrustbundle
        method: DELETE
        description: Delete TLS Trust Bundle
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-event-gateway-tls-trust-bundles-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Event Gateway TLS Trust Bundles. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/event-gateways/{gatewayid}/tls-trust-bundles
      name: v1-event-gateways-gatewayid-tls-trust-bundles
      description: REST surface for v1-event-gateways-gatewayId-tls-trust-bundles.
      operations:
      - method: GET
        name: listeventgatewaytlstrustbundles
        description: List TLS Trust Bundles
        call: konnect-platform-event-gateway-tls-trust-bundles.listeventgatewaytlstrustbundles
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createeventgatewaytlstrustbundle
        description: Create TLS Trust Bundle
        call: konnect-platform-event-gateway-tls-trust-bundles.createeventgatewaytlstrustbundle
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/event-gateways/{gatewayid}/tls-trust-bundles/{tlstrustbundleid}
      name: v1-event-gateways-gatewayid-tls-trust-bundles-tlstrustbundleid
      description: REST surface for v1-event-gateways-gatewayId-tls-trust-bundles-tlsTrustBundleId.
      operations:
      - method: GET
        name: geteventgatewaytlstrustbundle
        description: Get a TLS Trust Bundle
        call: konnect-platform-event-gateway-tls-trust-bundles.geteventgatewaytlstrustbundle
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateeventgatewaytlstrustbundle
        description: Update TLS Trust Bundle
        call: konnect-platform-event-gateway-tls-trust-bundles.updateeventgatewaytlstrustbundle
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteeventgatewaytlstrustbundle
        description: Delete TLS Trust Bundle
        call: konnect-platform-event-gateway-tls-trust-bundles.deleteeventgatewaytlstrustbundle
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-event-gateway-tls-trust-bundles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Event Gateway TLS Trust Bundles. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-tls-trust-bundles
      description: List TLS Trust Bundles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-tls-trust-bundles.listeventgatewaytlstrustbundles
      outputParameters:
      - type: object
        mapping: $.
    - name: create-tls-trust-bundle
      description: Create TLS Trust Bundle
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-event-gateway-tls-trust-bundles.createeventgatewaytlstrustbundle
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-tls-trust-bundle
      description: Get a TLS Trust Bundle
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-tls-trust-bundles.geteventgatewaytlstrustbundle
      outputParameters:
      - type: object
        mapping: $.
    - name: update-tls-trust-bundle
      description: Update TLS Trust Bundle
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-tls-trust-bundles.updateeventgatewaytlstrustbundle
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-tls-trust-bundle
      description: Delete TLS Trust Bundle
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-event-gateway-tls-trust-bundles.deleteeventgatewaytlstrustbundle
      outputParameters:
      - type: object
        mapping: $.