Apache Oozie · Capability

Apache Oozie REST API — Versions

Apache Oozie REST API — Versions. 1 operations. Lead operation: Apache Oozie Get Supported API Versions. Self-contained Naftiko capability covering one Apache Oozie business surface.

Run with Naftiko Apache OozieVersions

What You Can Do

GET
Getversions — Apache Oozie Get Supported API Versions
/v1/versions

MCP Tools

apache-oozie-get-supported-api

Apache Oozie Get Supported API Versions

read-only idempotent

Capability Spec

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