Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Capacity Pools

Microsoft Azure Microsoft NetApp — Capacity Pools. 5 operations. Lead operation: Microsoft Azure Describe All Capacity Pools. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCapacity Pools

What You Can Do

GET
Microsoftazurepoolslist — Microsoft Azure Describe All Capacity Pools
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools
GET
Microsoftazurepoolsget — Microsoft Azure Describe A Capacity Pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}
PUT
Microsoftazurepoolscreateorupdate — Microsoft Azure Create Or Update The Specified Capacity Pool Within The Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}
PATCH
Microsoftazurepoolsupdate — Microsoft Azure Update A Capacity Pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}
DELETE
Microsoftazurepoolsdelete — Microsoft Azure Delete A Capacity Pool
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}

MCP Tools

microsoft-azure-describe-all-capacity

Microsoft Azure Describe All Capacity Pools

read-only idempotent
microsoft-azure-describe-capacity-pool

Microsoft Azure Describe A Capacity Pool

read-only idempotent
microsoft-azure-create-update-specified

Microsoft Azure Create Or Update The Specified Capacity Pool Within The Resource Group

idempotent
microsoft-azure-update-capacity-pool

Microsoft Azure Update A Capacity Pool

idempotent
microsoft-azure-delete-capacity-pool

Microsoft Azure Delete A Capacity Pool

idempotent

Capability Spec

microsoft-netapp-capacity-pools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Capacity Pools
  description: 'Microsoft Azure Microsoft NetApp — Capacity Pools. 5 operations. Lead operation: Microsoft Azure Describe
    All Capacity Pools. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Capacity Pools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-netapp-capacity-pools
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Capacity Pools business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools
      operations:
      - name: microsoftazurepoolslist
        method: GET
        description: Microsoft Azure Describe All Capacity Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}
      operations:
      - name: microsoftazurepoolsget
        method: GET
        description: Microsoft Azure Describe A Capacity Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurepoolscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update The Specified Capacity Pool Within The Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Capacity pool object supplied in the body of the operation.
          required: true
      - name: microsoftazurepoolsupdate
        method: PATCH
        description: Microsoft Azure Update A Capacity Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Capacity pool object supplied in the body of the operation.
          required: true
      - name: microsoftazurepoolsdelete
        method: DELETE
        description: Microsoft Azure Delete A Capacity Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-netapp-capacity-pools-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Capacity Pools. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepoolslist
        description: Microsoft Azure Describe All Capacity Pools
        call: microsoft-netapp-capacity-pools.microsoftazurepoolslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurepoolsget
        description: Microsoft Azure Describe A Capacity Pool
        call: microsoft-netapp-capacity-pools.microsoftazurepoolsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurepoolscreateorupdate
        description: Microsoft Azure Create Or Update The Specified Capacity Pool Within The Resource Group
        call: microsoft-netapp-capacity-pools.microsoftazurepoolscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurepoolsupdate
        description: Microsoft Azure Update A Capacity Pool
        call: microsoft-netapp-capacity-pools.microsoftazurepoolsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepoolsdelete
        description: Microsoft Azure Delete A Capacity Pool
        call: microsoft-netapp-capacity-pools.microsoftazurepoolsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-capacity-pools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Capacity Pools. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-describe-all-capacity
      description: Microsoft Azure Describe All Capacity Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-capacity-pools.microsoftazurepoolslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-describe-capacity-pool
      description: Microsoft Azure Describe A Capacity Pool
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-capacity-pools.microsoftazurepoolsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-specified
      description: Microsoft Azure Create Or Update The Specified Capacity Pool Within The Resource Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-capacity-pools.microsoftazurepoolscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-capacity-pool
      description: Microsoft Azure Update A Capacity Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-capacity-pools.microsoftazurepoolsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-capacity-pool
      description: Microsoft Azure Delete A Capacity Pool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-capacity-pools.microsoftazurepoolsdelete
      outputParameters:
      - type: object
        mapping: $.