Apache JMeter · Capability

Apache JMeter REST API — Status

Apache JMeter REST API — Status. 1 operations. Lead operation: Apache JMeter Get Status. Self-contained Naftiko capability covering one Apache Jmeter business surface.

Run with Naftiko Apache JmeterStatus

What You Can Do

GET
Getstatus — Apache JMeter Get Status
/v1/status

MCP Tools

apache-jmeter-get-status

Apache JMeter Get Status

read-only idempotent

Capability Spec

rest-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache JMeter REST API — Status
  description: 'Apache JMeter REST API — Status. 1 operations. Lead operation: Apache JMeter Get Status. Self-contained Naftiko
    capability covering one Apache Jmeter business surface.'
  tags:
  - Apache Jmeter
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_JMETER_API_KEY: APACHE_JMETER_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-status
    baseUri: http://localhost:4445
    description: Apache JMeter REST API — Status business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /status
      operations:
      - name: getstatus
        method: GET
        description: Apache JMeter Get Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-status-rest
    port: 8080
    description: REST adapter for Apache JMeter REST API — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: getstatus
        description: Apache JMeter Get Status
        call: rest-status.getstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache JMeter REST API — Status. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apache-jmeter-get-status
      description: Apache JMeter Get Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-status.getstatus
      outputParameters:
      - type: object
        mapping: $.