Equinix · Capability

Metal API — OperatingSystems

Metal API — OperatingSystems. 2 operations. Lead operation: Retrieve all operating system versions. Self-contained Naftiko capability covering one Equinix business surface.

Run with Naftiko EquinixOperatingSystems

What You Can Do

GET
Findoperatingsystemversion — Retrieve all operating system versions
/v1/operating-system-versions
GET
Findoperatingsystems — Retrieve all operating systems
/v1/operating-systems

MCP Tools

retrieve-all-operating-system-versions

Retrieve all operating system versions

read-only idempotent
retrieve-all-operating-systems

Retrieve all operating systems

read-only idempotent

Capability Spec

metal-operatingsystems.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Metal API — OperatingSystems
  description: 'Metal API — OperatingSystems. 2 operations. Lead operation: Retrieve all operating system versions. Self-contained
    Naftiko capability covering one Equinix business surface.'
  tags:
  - Equinix
  - OperatingSystems
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    EQUINIX_API_KEY: EQUINIX_API_KEY
capability:
  consumes:
  - type: http
    namespace: metal-operatingsystems
    baseUri: https://api.equinix.com/metal/v1
    description: Metal API — OperatingSystems business capability. Self-contained, no shared references.
    resources:
    - name: operating-system-versions
      path: /operating-system-versions
      operations:
      - name: findoperatingsystemversion
        method: GET
        description: Retrieve all operating system versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: operating-systems
      path: /operating-systems
      operations:
      - name: findoperatingsystems
        method: GET
        description: Retrieve all operating systems
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.EQUINIX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: metal-operatingsystems-rest
    port: 8080
    description: REST adapter for Metal API — OperatingSystems. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/operating-system-versions
      name: operating-system-versions
      description: REST surface for operating-system-versions.
      operations:
      - method: GET
        name: findoperatingsystemversion
        description: Retrieve all operating system versions
        call: metal-operatingsystems.findoperatingsystemversion
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/operating-systems
      name: operating-systems
      description: REST surface for operating-systems.
      operations:
      - method: GET
        name: findoperatingsystems
        description: Retrieve all operating systems
        call: metal-operatingsystems.findoperatingsystems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: metal-operatingsystems-mcp
    port: 9090
    transport: http
    description: MCP adapter for Metal API — OperatingSystems. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: retrieve-all-operating-system-versions
      description: Retrieve all operating system versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: metal-operatingsystems.findoperatingsystemversion
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-all-operating-systems
      description: Retrieve all operating systems
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: metal-operatingsystems.findoperatingsystems
      outputParameters:
      - type: object
        mapping: $.