Kong · Capability

Konnect API - Go SDK — Data-Plane Group Configurations

Konnect API - Go SDK — Data-Plane Group Configurations. 3 operations. Lead operation: List Configurations. Self-contained Naftiko capability covering one Kong business surface.

Run with Naftiko KongData-Plane Group Configurations

What You Can Do

GET
Listconfigurations — List Configurations
/v1/v2/cloud-gateways/configurations
PUT
Createconfiguration — Create Configuration
/v1/v2/cloud-gateways/configurations
GET
Getconfiguration — Get Configuration
/v1/v2/cloud-gateways/configurations/{configurationid}

MCP Tools

list-configurations

List Configurations

read-only idempotent
create-configuration

Create Configuration

idempotent
get-configuration

Get Configuration

read-only idempotent

Capability Spec

konnect-platform-data-plane-group-configurations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Konnect API - Go SDK — Data-Plane Group Configurations
  description: 'Konnect API - Go SDK — Data-Plane Group Configurations. 3 operations. Lead operation: List Configurations.
    Self-contained Naftiko capability covering one Kong business surface.'
  tags:
  - Kong
  - Data-Plane Group Configurations
  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-data-plane-group-configurations
    baseUri: https://global.api.konghq.com
    description: Konnect API - Go SDK — Data-Plane Group Configurations business capability. Self-contained, no shared references.
    resources:
    - name: v2-cloud-gateways-configurations
      path: /v2/cloud-gateways/configurations
      operations:
      - name: listconfigurations
        method: GET
        description: List Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createconfiguration
        method: PUT
        description: Create Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2-cloud-gateways-configurations-configurationId
      path: /v2/cloud-gateways/configurations/{configurationId}
      operations:
      - name: getconfiguration
        method: GET
        description: Get Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.KONG_API_KEY}}'
  exposes:
  - type: rest
    namespace: konnect-platform-data-plane-group-configurations-rest
    port: 8080
    description: REST adapter for Konnect API - Go SDK — Data-Plane Group Configurations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/cloud-gateways/configurations
      name: v2-cloud-gateways-configurations
      description: REST surface for v2-cloud-gateways-configurations.
      operations:
      - method: GET
        name: listconfigurations
        description: List Configurations
        call: konnect-platform-data-plane-group-configurations.listconfigurations
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: createconfiguration
        description: Create Configuration
        call: konnect-platform-data-plane-group-configurations.createconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/cloud-gateways/configurations/{configurationid}
      name: v2-cloud-gateways-configurations-configurationid
      description: REST surface for v2-cloud-gateways-configurations-configurationId.
      operations:
      - method: GET
        name: getconfiguration
        description: Get Configuration
        call: konnect-platform-data-plane-group-configurations.getconfiguration
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: konnect-platform-data-plane-group-configurations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Konnect API - Go SDK — Data-Plane Group Configurations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-configurations
      description: List Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-data-plane-group-configurations.listconfigurations
      outputParameters:
      - type: object
        mapping: $.
    - name: create-configuration
      description: Create Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: konnect-platform-data-plane-group-configurations.createconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-configuration
      description: Get Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: konnect-platform-data-plane-group-configurations.getconfiguration
      outputParameters:
      - type: object
        mapping: $.