Apache SeaTunnel · Capability

Apache SeaTunnel REST API — Monitoring

Apache SeaTunnel REST API — Monitoring. 2 operations. Lead operation: Apache SeaTunnel Get Overview. Self-contained Naftiko capability covering one Apache Seatunnel business surface.

Run with Naftiko Apache SeatunnelMonitoring

What You Can Do

GET
Getoverview — Apache SeaTunnel Get Overview
/v1/overview
GET
Getsysteminfo — Apache SeaTunnel Get System Info
/v1/system-monitoring-information

MCP Tools

apache-seatunnel-get-overview

Apache SeaTunnel Get Overview

read-only idempotent
apache-seatunnel-get-system-info

Apache SeaTunnel Get System Info

read-only idempotent

Capability Spec

rest-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache SeaTunnel REST API — Monitoring
  description: 'Apache SeaTunnel REST API — Monitoring. 2 operations. Lead operation: Apache SeaTunnel Get Overview. Self-contained
    Naftiko capability covering one Apache Seatunnel business surface.'
  tags:
  - Apache Seatunnel
  - Monitoring
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_SEATUNNEL_API_KEY: APACHE_SEATUNNEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-monitoring
    baseUri: https://seatunnel.example.com/hazelcast/rest/maps
    description: Apache SeaTunnel REST API — Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: overview
      path: /overview
      operations:
      - name: getoverview
        method: GET
        description: Apache SeaTunnel Get Overview
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: system-monitoring-information
      path: /system-monitoring-information
      operations:
      - name: getsysteminfo
        method: GET
        description: Apache SeaTunnel Get System Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-monitoring-rest
    port: 8080
    description: REST adapter for Apache SeaTunnel REST API — Monitoring. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/overview
      name: overview
      description: REST surface for overview.
      operations:
      - method: GET
        name: getoverview
        description: Apache SeaTunnel Get Overview
        call: rest-monitoring.getoverview
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/system-monitoring-information
      name: system-monitoring-information
      description: REST surface for system-monitoring-information.
      operations:
      - method: GET
        name: getsysteminfo
        description: Apache SeaTunnel Get System Info
        call: rest-monitoring.getsysteminfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache SeaTunnel REST API — Monitoring. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-seatunnel-get-overview
      description: Apache SeaTunnel Get Overview
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-monitoring.getoverview
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-seatunnel-get-system-info
      description: Apache SeaTunnel Get System Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-monitoring.getsysteminfo
      outputParameters:
      - type: object
        mapping: $.