Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Subvolumes

Microsoft Azure Microsoft NetApp — Subvolumes. 6 operations. Lead operation: Microsoft Azure List Of All The Subvolumes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubvolumes

What You Can Do

GET
Microsoftazuresubvolumeslistbyvolume — Microsoft Azure List Of All The Subvolumes
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes
GET
Microsoftazuresubvolumesget — Microsoft Azure Get The Path Associated With The Subvolumename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}
PUT
Microsoftazuresubvolumescreate — Microsoft Azure Create Or Clone A New Subvolume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}
PATCH
Microsoftazuresubvolumesupdate — Microsoft Azure Update A Subvolume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}
DELETE
Microsoftazuresubvolumesdelete — Microsoft Azure Delete A Subvolume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}
POST
Microsoftazuresubvolumesgetmetadata — Microsoft Azure Describe A Subvolume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}/getmetadata

MCP Tools

microsoft-azure-list-all-subvolumes

Microsoft Azure List Of All The Subvolumes

read-only idempotent
microsoft-azure-get-path-associated

Microsoft Azure Get The Path Associated With The Subvolumename

read-only idempotent
microsoft-azure-create-clone-new

Microsoft Azure Create Or Clone A New Subvolume

idempotent
microsoft-azure-update-subvolume

Microsoft Azure Update A Subvolume

idempotent
microsoft-azure-delete-subvolume

Microsoft Azure Delete A Subvolume

idempotent
microsoft-azure-describe-subvolume

Microsoft Azure Describe A Subvolume

Capability Spec

microsoft-netapp-subvolumes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Subvolumes
  description: 'Microsoft Azure Microsoft NetApp — Subvolumes. 6 operations. Lead operation: Microsoft Azure List Of All The
    Subvolumes. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Subvolumes
  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-subvolumes
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Subvolumes 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/{poolName}/volumes/{volumeName}/subvolumes
      operations:
      - name: microsoftazuresubvolumeslistbyvolume
        method: GET
        description: Microsoft Azure List Of All The Subvolumes
        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}/volumes/{volumeName}/subvolumes/{subvolumeName}
      operations:
      - name: microsoftazuresubvolumesget
        method: GET
        description: Microsoft Azure Get The Path Associated With The Subvolumename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresubvolumescreate
        method: PUT
        description: Microsoft Azure Create Or Clone A New Subvolume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Subvolume object supplied in the body of the operation.
          required: true
      - name: microsoftazuresubvolumesupdate
        method: PATCH
        description: Microsoft Azure Update A Subvolume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Subvolume object supplied in the body of the operation.
          required: true
      - name: microsoftazuresubvolumesdelete
        method: DELETE
        description: Microsoft Azure Delete A Subvolume
        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}/volumes/{volumeName}/subvolumes/{subvolumeName}/getMetadata
      operations:
      - name: microsoftazuresubvolumesgetmetadata
        method: POST
        description: Microsoft Azure Describe A Subvolume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-netapp-subvolumes-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Subvolumes. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresubvolumeslistbyvolume
        description: Microsoft Azure List Of All The Subvolumes
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumeslistbyvolume
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresubvolumesget
        description: Microsoft Azure Get The Path Associated With The Subvolumename
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresubvolumescreate
        description: Microsoft Azure Create Or Clone A New Subvolume
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumescreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresubvolumesupdate
        description: Microsoft Azure Update A Subvolume
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumesupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresubvolumesdelete
        description: Microsoft Azure Delete A Subvolume
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumesdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/subvolumes/{subvolumename}/getmetadata
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuresubvolumesgetmetadata
        description: Microsoft Azure Describe A Subvolume
        call: microsoft-netapp-subvolumes.microsoftazuresubvolumesgetmetadata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-subvolumes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Subvolumes. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-subvolumes
      description: Microsoft Azure List Of All The Subvolumes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumeslistbyvolume
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-path-associated
      description: Microsoft Azure Get The Path Associated With The Subvolumename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-clone-new
      description: Microsoft Azure Create Or Clone A New Subvolume
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumescreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-subvolume
      description: Microsoft Azure Update A Subvolume
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumesupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subvolume
      description: Microsoft Azure Delete A Subvolume
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumesdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-describe-subvolume
      description: Microsoft Azure Describe A Subvolume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-subvolumes.microsoftazuresubvolumesgetmetadata
      outputParameters:
      - type: object
        mapping: $.