Red Hat 3scale · Capability

Red Hat 3scale APIcast Management API — Configuration

Red Hat 3scale APIcast Management API — Configuration. 4 operations. Lead operation: Get Gateway Configuration. Self-contained Naftiko capability covering one Red Hat 3scale business surface.

Run with Naftiko Red Hat 3scaleConfiguration

What You Can Do

GET
Getconfig — Get Gateway Configuration
/v1/config
POST
Updateconfigpost — Update Gateway Configuration (POST)
/v1/config
PUT
Updateconfigput — Update Gateway Configuration (PUT)
/v1/config
DELETE
Deleteconfig — Delete Gateway Configuration
/v1/config

MCP Tools

get-gateway-configuration

Get Gateway Configuration

read-only idempotent
update-gateway-configuration-post

Update Gateway Configuration (POST)

update-gateway-configuration-put

Update Gateway Configuration (PUT)

idempotent
delete-gateway-configuration

Delete Gateway Configuration

idempotent

Capability Spec

apicast-management-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat 3scale APIcast Management API — Configuration
  description: 'Red Hat 3scale APIcast Management API — Configuration. 4 operations. Lead operation: Get Gateway Configuration.
    Self-contained Naftiko capability covering one Red Hat 3scale business surface.'
  tags:
  - Red Hat 3scale
  - Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_3SCALE_API_KEY: RED_HAT_3SCALE_API_KEY
capability:
  consumes:
  - type: http
    namespace: apicast-management-configuration
    baseUri: http://localhost:8090
    description: Red Hat 3scale APIcast Management API — Configuration business capability. Self-contained, no shared references.
    resources:
    - name: config
      path: /config
      operations:
      - name: getconfig
        method: GET
        description: Get Gateway Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateconfigpost
        method: POST
        description: Update Gateway Configuration (POST)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateconfigput
        method: PUT
        description: Update Gateway Configuration (PUT)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconfig
        method: DELETE
        description: Delete Gateway Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: apicast-management-configuration-rest
    port: 8080
    description: REST adapter for Red Hat 3scale APIcast Management API — Configuration. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/config
      name: config
      description: REST surface for config.
      operations:
      - method: GET
        name: getconfig
        description: Get Gateway Configuration
        call: apicast-management-configuration.getconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: updateconfigpost
        description: Update Gateway Configuration (POST)
        call: apicast-management-configuration.updateconfigpost
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfigput
        description: Update Gateway Configuration (PUT)
        call: apicast-management-configuration.updateconfigput
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconfig
        description: Delete Gateway Configuration
        call: apicast-management-configuration.deleteconfig
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apicast-management-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat 3scale APIcast Management API — Configuration. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-gateway-configuration
      description: Get Gateway Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apicast-management-configuration.getconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: update-gateway-configuration-post
      description: Update Gateway Configuration (POST)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: apicast-management-configuration.updateconfigpost
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-gateway-configuration-put
      description: Update Gateway Configuration (PUT)
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: apicast-management-configuration.updateconfigput
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-gateway-configuration
      description: Delete Gateway Configuration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: apicast-management-configuration.deleteconfig
      outputParameters:
      - type: object
        mapping: $.