Spot by NetApp · Capability

Spot by NetApp API — Health Check Service

Spot by NetApp API — Health Check Service. 1 operations. Lead operation: Health Check. Self-contained Naftiko capability covering one Spot By Netapp business surface.

Run with Naftiko Spot By NetappHealth Check Service

What You Can Do

GET
Healthcheck — Health Check
/v1/healthcheck

MCP Tools

health-check

Health Check

read-only idempotent

Capability Spec

spot-by-netapp-health-check-service.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spot by NetApp API — Health Check Service
  description: 'Spot by NetApp API — Health Check Service. 1 operations. Lead operation: Health Check. Self-contained Naftiko
    capability covering one Spot By Netapp business surface.'
  tags:
  - Spot By Netapp
  - Health Check Service
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPOT_BY_NETAPP_API_KEY: SPOT_BY_NETAPP_API_KEY
capability:
  consumes:
  - type: http
    namespace: spot-by-netapp-health-check-service
    baseUri: https://api.spotinst.io
    description: Spot by NetApp API — Health Check Service business capability. Self-contained, no shared references.
    resources:
    - name: healthCheck
      path: /healthCheck
      operations:
      - name: healthcheck
        method: GET
        description: Health Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SPOT_BY_NETAPP_API_KEY}}'
  exposes:
  - type: rest
    namespace: spot-by-netapp-health-check-service-rest
    port: 8080
    description: REST adapter for Spot by NetApp API — Health Check Service. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/healthcheck
      name: healthcheck
      description: REST surface for healthCheck.
      operations:
      - method: GET
        name: healthcheck
        description: Health Check
        call: spot-by-netapp-health-check-service.healthcheck
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: spot-by-netapp-health-check-service-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spot by NetApp API — Health Check Service. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: health-check
      description: Health Check
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: spot-by-netapp-health-check-service.healthcheck
      outputParameters:
      - type: object
        mapping: $.