Apache Ignite · Capability

Apache Ignite REST module — nodeMetric

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

Run with Naftiko Apache IgnitenodeMetric

What You Can Do

POST
Disablenodemetric — Apache Ignite Disable Metric Source
/v1/management/v1/metric/node/disable
POST
Enablenodemetric — Apache Ignite Enable Metric Source
/v1/management/v1/metric/node/enable
GET
Listnodemetricsets — Apache Ignite List Metric Sets
/v1/management/v1/metric/node/set
GET
Listnodemetricsources — Apache Ignite List Metric Sources
/v1/management/v1/metric/node/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-sets

Apache Ignite List Metric Sets

read-only idempotent
apache-ignite-list-metric-sources

Apache Ignite List Metric Sources

read-only idempotent

Capability Spec

rest-nodemetric.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Ignite REST module — nodeMetric
  description: 'Apache Ignite REST module — nodeMetric. 4 operations. Lead operation: Apache Ignite Disable Metric Source.
    Self-contained Naftiko capability covering one Apache Ignite business surface.'
  tags:
  - Apache Ignite
  - nodeMetric
  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-nodemetric
    baseUri: http://localhost:10300
    description: Apache Ignite REST module — nodeMetric business capability. Self-contained, no shared references.
    resources:
    - name: management-v1-metric-node-disable
      path: /management/v1/metric/node/disable
      operations:
      - name: disablenodemetric
        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-node-enable
      path: /management/v1/metric/node/enable
      operations:
      - name: enablenodemetric
        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-node-set
      path: /management/v1/metric/node/set
      operations:
      - name: listnodemetricsets
        method: GET
        description: Apache Ignite List Metric Sets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: management-v1-metric-node-source
      path: /management/v1/metric/node/source
      operations:
      - name: listnodemetricsources
        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-nodemetric-rest
    port: 8080
    description: REST adapter for Apache Ignite REST module — nodeMetric. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/management/v1/metric/node/disable
      name: management-v1-metric-node-disable
      description: REST surface for management-v1-metric-node-disable.
      operations:
      - method: POST
        name: disablenodemetric
        description: Apache Ignite Disable Metric Source
        call: rest-nodemetric.disablenodemetric
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/management/v1/metric/node/enable
      name: management-v1-metric-node-enable
      description: REST surface for management-v1-metric-node-enable.
      operations:
      - method: POST
        name: enablenodemetric
        description: Apache Ignite Enable Metric Source
        call: rest-nodemetric.enablenodemetric
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/management/v1/metric/node/set
      name: management-v1-metric-node-set
      description: REST surface for management-v1-metric-node-set.
      operations:
      - method: GET
        name: listnodemetricsets
        description: Apache Ignite List Metric Sets
        call: rest-nodemetric.listnodemetricsets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/management/v1/metric/node/source
      name: management-v1-metric-node-source
      description: REST surface for management-v1-metric-node-source.
      operations:
      - method: GET
        name: listnodemetricsources
        description: Apache Ignite List Metric Sources
        call: rest-nodemetric.listnodemetricsources
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-nodemetric-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Ignite REST module — nodeMetric. 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-nodemetric.disablenodemetric
      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-nodemetric.enablenodemetric
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-ignite-list-metric-sets
      description: Apache Ignite List Metric Sets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-nodemetric.listnodemetricsets
      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-nodemetric.listnodemetricsources
      outputParameters:
      - type: object
        mapping: $.