Apache Ignite · Capability

Apache Ignite REST module — clusterMetric

Apache Ignite REST module — clusterMetric. 3 operations. Lead operation: Apache Ignite Disable Metric Source. Self-contained Naftiko capability covering one Apache Ignite business surface.

Run with Naftiko Apache IgniteclusterMetric

What You Can Do

POST
Disableclustermetric — Apache Ignite Disable Metric Source
/v1/management/v1/metric/cluster/disable
POST
Enableclustermetric — Apache Ignite Enable Metric Source
/v1/management/v1/metric/cluster/enable
GET
Listclustermetricsources — Apache Ignite List Metric Sources
/v1/management/v1/metric/cluster/source

MCP Tools

apache-ignite-disable-metric-source

Apache Ignite Disable Metric Source

apache-ignite-enable-metric-source

Apache Ignite Enable Metric Source

apache-ignite-list-metric-sources

Apache Ignite List Metric Sources

read-only idempotent

Capability Spec

rest-clustermetric.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Ignite REST module — clusterMetric
  description: 'Apache Ignite REST module — clusterMetric. 3 operations. Lead operation: Apache Ignite Disable Metric Source.
    Self-contained Naftiko capability covering one Apache Ignite business surface.'
  tags:
  - Apache Ignite
  - clusterMetric
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_IGNITE_API_KEY: APACHE_IGNITE_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-clustermetric
    baseUri: http://localhost:10300
    description: Apache Ignite REST module — clusterMetric business capability. Self-contained, no shared references.
    resources:
    - name: management-v1-metric-cluster-disable
      path: /management/v1/metric/cluster/disable
      operations:
      - name: disableclustermetric
        method: POST
        description: Apache Ignite Disable Metric Source
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: management-v1-metric-cluster-enable
      path: /management/v1/metric/cluster/enable
      operations:
      - name: enableclustermetric
        method: POST
        description: Apache Ignite Enable Metric Source
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: management-v1-metric-cluster-source
      path: /management/v1/metric/cluster/source
      operations:
      - name: listclustermetricsources
        method: GET
        description: Apache Ignite List Metric Sources
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.APACHE_IGNITE_USER}}'
      password: '{{env.APACHE_IGNITE_PASS}}'
  exposes:
  - type: rest
    namespace: rest-clustermetric-rest
    port: 8080
    description: REST adapter for Apache Ignite REST module — clusterMetric. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/management/v1/metric/cluster/disable
      name: management-v1-metric-cluster-disable
      description: REST surface for management-v1-metric-cluster-disable.
      operations:
      - method: POST
        name: disableclustermetric
        description: Apache Ignite Disable Metric Source
        call: rest-clustermetric.disableclustermetric
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/management/v1/metric/cluster/enable
      name: management-v1-metric-cluster-enable
      description: REST surface for management-v1-metric-cluster-enable.
      operations:
      - method: POST
        name: enableclustermetric
        description: Apache Ignite Enable Metric Source
        call: rest-clustermetric.enableclustermetric
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/management/v1/metric/cluster/source
      name: management-v1-metric-cluster-source
      description: REST surface for management-v1-metric-cluster-source.
      operations:
      - method: GET
        name: listclustermetricsources
        description: Apache Ignite List Metric Sources
        call: rest-clustermetric.listclustermetricsources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-clustermetric-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Ignite REST module — clusterMetric. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: apache-ignite-disable-metric-source
      description: Apache Ignite Disable Metric Source
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-clustermetric.disableclustermetric
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-ignite-enable-metric-source
      description: Apache Ignite Enable Metric Source
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-clustermetric.enableclustermetric
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-ignite-list-metric-sources
      description: Apache Ignite List Metric Sources
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-clustermetric.listclustermetricsources
      outputParameters:
      - type: object
        mapping: $.