Spot by NetApp · Capability

Spot by NetApp API — Elastigroup Azure Spot VMs

Spot by NetApp API — Elastigroup Azure Spot VMs. 5 operations. Lead operation: List Elastigroups Azure. Self-contained Naftiko capability covering one Spot By Netapp business surface.

Run with Naftiko Spot By NetappElastigroup Azure Spot VMs

What You Can Do

GET
Listelastigroupsazure — List Elastigroups Azure
/v1/azure/compute/elastigroup
POST
Createelastigroupazure — Create Elastigroup Azure
/v1/azure/compute/elastigroup
GET
Getelastigroupazure — Get Elastigroup Azure
/v1/azure/compute/elastigroup/{groupid}
PUT
Updateelastigroupazure — Update Elastigroup Azure
/v1/azure/compute/elastigroup/{groupid}
DELETE
Deleteelastigroupazure — Delete Elastigroup Azure
/v1/azure/compute/elastigroup/{groupid}

MCP Tools

list-elastigroups-azure

List Elastigroups Azure

read-only idempotent
create-elastigroup-azure

Create Elastigroup Azure

get-elastigroup-azure

Get Elastigroup Azure

read-only idempotent
update-elastigroup-azure

Update Elastigroup Azure

idempotent
delete-elastigroup-azure

Delete Elastigroup Azure

idempotent

Capability Spec

spot-by-netapp-elastigroup-azure-spot-vms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spot by NetApp API — Elastigroup Azure Spot VMs
  description: 'Spot by NetApp API — Elastigroup Azure Spot VMs. 5 operations. Lead operation: List Elastigroups Azure. Self-contained
    Naftiko capability covering one Spot By Netapp business surface.'
  tags:
  - Spot By Netapp
  - Elastigroup Azure Spot VMs
  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-elastigroup-azure-spot-vms
    baseUri: https://api.spotinst.io
    description: Spot by NetApp API — Elastigroup Azure Spot VMs business capability. Self-contained, no shared references.
    resources:
    - name: azure-compute-elastigroup
      path: /azure/compute/elastigroup
      operations:
      - name: listelastigroupsazure
        method: GET
        description: List Elastigroups Azure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: query
          type: string
      - name: createelastigroupazure
        method: POST
        description: Create Elastigroup Azure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: azure-compute-elastigroup-groupId
      path: /azure/compute/elastigroup/{groupId}
      operations:
      - name: getelastigroupazure
        method: GET
        description: Get Elastigroup Azure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          required: true
      - name: updateelastigroupazure
        method: PUT
        description: Update Elastigroup Azure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteelastigroupazure
        method: DELETE
        description: Delete Elastigroup Azure
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.SPOT_BY_NETAPP_API_KEY}}'
  exposes:
  - type: rest
    namespace: spot-by-netapp-elastigroup-azure-spot-vms-rest
    port: 8080
    description: REST adapter for Spot by NetApp API — Elastigroup Azure Spot VMs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/azure/compute/elastigroup
      name: azure-compute-elastigroup
      description: REST surface for azure-compute-elastigroup.
      operations:
      - method: GET
        name: listelastigroupsazure
        description: List Elastigroups Azure
        call: spot-by-netapp-elastigroup-azure-spot-vms.listelastigroupsazure
        with:
          accountId: rest.accountId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createelastigroupazure
        description: Create Elastigroup Azure
        call: spot-by-netapp-elastigroup-azure-spot-vms.createelastigroupazure
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/azure/compute/elastigroup/{groupid}
      name: azure-compute-elastigroup-groupid
      description: REST surface for azure-compute-elastigroup-groupId.
      operations:
      - method: GET
        name: getelastigroupazure
        description: Get Elastigroup Azure
        call: spot-by-netapp-elastigroup-azure-spot-vms.getelastigroupazure
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateelastigroupazure
        description: Update Elastigroup Azure
        call: spot-by-netapp-elastigroup-azure-spot-vms.updateelastigroupazure
        with:
          groupId: rest.groupId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteelastigroupazure
        description: Delete Elastigroup Azure
        call: spot-by-netapp-elastigroup-azure-spot-vms.deleteelastigroupazure
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: spot-by-netapp-elastigroup-azure-spot-vms-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spot by NetApp API — Elastigroup Azure Spot VMs. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-elastigroups-azure
      description: List Elastigroups Azure
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: spot-by-netapp-elastigroup-azure-spot-vms.listelastigroupsazure
      with:
        accountId: tools.accountId
      outputParameters:
      - type: object
        mapping: $.
    - name: create-elastigroup-azure
      description: Create Elastigroup Azure
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: spot-by-netapp-elastigroup-azure-spot-vms.createelastigroupazure
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-elastigroup-azure
      description: Get Elastigroup Azure
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: spot-by-netapp-elastigroup-azure-spot-vms.getelastigroupazure
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.
    - name: update-elastigroup-azure
      description: Update Elastigroup Azure
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: spot-by-netapp-elastigroup-azure-spot-vms.updateelastigroupazure
      with:
        groupId: tools.groupId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-elastigroup-azure
      description: Delete Elastigroup Azure
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: spot-by-netapp-elastigroup-azure-spot-vms.deleteelastigroupazure
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.