Kong · Capability

Konnect API - Go SDK — Event Gateway DataPlane Certificates

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

Run with Naftiko KongEvent Gateway DataPlane Certificates

What You Can Do

GET
Listeventgatewaydataplanecertificates — List Event Gateway DataPlane Certificates
/v1/v1/event-gateways/{gatewayid}/data-plane-certificates
POST
Createeventgatewaydataplanecertificate — Create a New DataPlane Certificate
/v1/v1/event-gateways/{gatewayid}/data-plane-certificates
GET
Geteventgatewaydataplanecertificate — Get a DataPlane Certificate
/v1/v1/event-gateways/{gatewayid}/data-plane-certificates/{certificateid}
PUT
Updateeventgatewaydataplanecertificate — Update Event Gateway DataPlane Certificate
/v1/v1/event-gateways/{gatewayid}/data-plane-certificates/{certificateid}
DELETE
Deleteeventgatewaydataplanecertificate — Delete Event Gateway DataPlane Certificate
/v1/v1/event-gateways/{gatewayid}/data-plane-certificates/{certificateid}

MCP Tools

list-event-gateway-dataplane-certificates

List Event Gateway DataPlane Certificates

read-only idempotent
create-new-dataplane-certificate

Create a New DataPlane Certificate

get-dataplane-certificate

Get a DataPlane Certificate

read-only idempotent
update-event-gateway-dataplane-certificate

Update Event Gateway DataPlane Certificate

idempotent
delete-event-gateway-dataplane-certificate

Delete Event Gateway DataPlane Certificate

idempotent

Capability Spec

konnect-platform-event-gateway-dataplane-certificates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Event Gateway DataPlane Certificates
  description: 'Konnect API - Go SDK — Event Gateway DataPlane Certificates. 5 operations. Lead operation: List Event Gateway
    DataPlane Certificates. Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Event Gateway DataPlane Certificates
  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-dataplane-certificates
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Event Gateway DataPlane Certificates business capability. Self-contained, no shared
      references.
    resources:
    - name: v1-event-gateways-gatewayId-data-plane-certificates
      path: /v1/event-gateways/{gatewayId}/data-plane-certificates
      operations:
      - name: listeventgatewaydataplanecertificates
        method: GET
        description: List Event Gateway DataPlane Certificates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createeventgatewaydataplanecertificate
        method: POST
        description: Create a New DataPlane Certificate
        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-data-plane-certificates-certificateId
      path: /v1/event-gateways/{gatewayId}/data-plane-certificates/{certificateId}
      operations:
      - name: geteventgatewaydataplanecertificate
        method: GET
        description: Get a DataPlane Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateeventgatewaydataplanecertificate
        method: PUT
        description: Update Event Gateway DataPlane Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteeventgatewaydataplanecertificate
        method: DELETE
        description: Delete Event Gateway DataPlane Certificate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-event-gateway-dataplane-certificates-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Event Gateway DataPlane Certificates. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/event-gateways/{gatewayid}/data-plane-certificates
      name: v1-event-gateways-gatewayid-data-plane-certificates
      description: REST surface for v1-event-gateways-gatewayId-data-plane-certificates.
      operations:
      - method: GET
        name: listeventgatewaydataplanecertificates
        description: List Event Gateway DataPlane Certificates
        call: konnect-platform-event-gateway-dataplane-certificates.listeventgatewaydataplanecertificates
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createeventgatewaydataplanecertificate
        description: Create a New DataPlane Certificate
        call: konnect-platform-event-gateway-dataplane-certificates.createeventgatewaydataplanecertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/event-gateways/{gatewayid}/data-plane-certificates/{certificateid}
      name: v1-event-gateways-gatewayid-data-plane-certificates-certificateid
      description: REST surface for v1-event-gateways-gatewayId-data-plane-certificates-certificateId.
      operations:
      - method: GET
        name: geteventgatewaydataplanecertificate
        description: Get a DataPlane Certificate
        call: konnect-platform-event-gateway-dataplane-certificates.geteventgatewaydataplanecertificate
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateeventgatewaydataplanecertificate
        description: Update Event Gateway DataPlane Certificate
        call: konnect-platform-event-gateway-dataplane-certificates.updateeventgatewaydataplanecertificate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteeventgatewaydataplanecertificate
        description: Delete Event Gateway DataPlane Certificate
        call: konnect-platform-event-gateway-dataplane-certificates.deleteeventgatewaydataplanecertificate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-event-gateway-dataplane-certificates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Event Gateway DataPlane Certificates. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-event-gateway-dataplane-certificates
      description: List Event Gateway DataPlane Certificates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-dataplane-certificates.listeventgatewaydataplanecertificates
      outputParameters:
      - type: object
        mapping: $.
    - name: create-new-dataplane-certificate
      description: Create a New DataPlane Certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: konnect-platform-event-gateway-dataplane-certificates.createeventgatewaydataplanecertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-dataplane-certificate
      description: Get a DataPlane Certificate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-dataplane-certificates.geteventgatewaydataplanecertificate
      outputParameters:
      - type: object
        mapping: $.
    - name: update-event-gateway-dataplane-certificate
      description: Update Event Gateway DataPlane Certificate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-event-gateway-dataplane-certificates.updateeventgatewaydataplanecertificate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-event-gateway-dataplane-certificate
      description: Delete Event Gateway DataPlane Certificate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: konnect-platform-event-gateway-dataplane-certificates.deleteeventgatewaydataplanecertificate
      outputParameters:
      - type: object
        mapping: $.