Spot by NetApp · Capability

Spot by NetApp API — Ocean Automatic Rightsizing

Spot by NetApp API — Ocean Automatic Rightsizing. 1 operations. Lead operation: Get Ocean Rightsizing Suggestions. Self-contained Naftiko capability covering one Spot By Netapp business surface.

Run with Naftiko Spot By NetappOcean Automatic Rightsizing

What You Can Do

GET
Getoceanrightsizingsuggestions — Get Ocean Rightsizing Suggestions
/v1/ocean/aws/k8s/cluster/{clusterid}/rightsizing/suggestions

MCP Tools

get-ocean-rightsizing-suggestions

Get Ocean Rightsizing Suggestions

read-only idempotent

Capability Spec

spot-by-netapp-ocean-automatic-rightsizing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spot by NetApp API — Ocean Automatic Rightsizing
  description: 'Spot by NetApp API — Ocean Automatic Rightsizing. 1 operations. Lead operation: Get Ocean Rightsizing Suggestions.
    Self-contained Naftiko capability covering one Spot By Netapp business surface.'
  tags:
  - Spot By Netapp
  - Ocean Automatic Rightsizing
  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-ocean-automatic-rightsizing
    baseUri: https://api.spotinst.io
    description: Spot by NetApp API — Ocean Automatic Rightsizing business capability. Self-contained, no shared references.
    resources:
    - name: ocean-aws-k8s-cluster-clusterId-rightSizing-suggestions
      path: /ocean/aws/k8s/cluster/{clusterId}/rightSizing/suggestions
      operations:
      - name: getoceanrightsizingsuggestions
        method: GET
        description: Get Ocean Rightsizing Suggestions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SPOT_BY_NETAPP_API_KEY}}'
  exposes:
  - type: rest
    namespace: spot-by-netapp-ocean-automatic-rightsizing-rest
    port: 8080
    description: REST adapter for Spot by NetApp API — Ocean Automatic Rightsizing. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/ocean/aws/k8s/cluster/{clusterid}/rightsizing/suggestions
      name: ocean-aws-k8s-cluster-clusterid-rightsizing-suggestions
      description: REST surface for ocean-aws-k8s-cluster-clusterId-rightSizing-suggestions.
      operations:
      - method: GET
        name: getoceanrightsizingsuggestions
        description: Get Ocean Rightsizing Suggestions
        call: spot-by-netapp-ocean-automatic-rightsizing.getoceanrightsizingsuggestions
        with:
          clusterId: rest.clusterId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: spot-by-netapp-ocean-automatic-rightsizing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spot by NetApp API — Ocean Automatic Rightsizing. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-ocean-rightsizing-suggestions
      description: Get Ocean Rightsizing Suggestions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: spot-by-netapp-ocean-automatic-rightsizing.getoceanrightsizingsuggestions
      with:
        clusterId: tools.clusterId
      outputParameters:
      - type: object
        mapping: $.