Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Snapshot Policy

Microsoft Azure Microsoft NetApp — Snapshot Policy. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSnapshot Policy

What You Can Do

GET
Microsoftazuresnapshotpolicieslist — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies
GET
Microsoftazuresnapshotpoliciesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies/{snapshotpolicyname}
PUT
Microsoftazuresnapshotpoliciescreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies/{snapshotpolicyname}
PATCH
Microsoftazuresnapshotpoliciesupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies/{snapshotpolicyname}
DELETE
Microsoftazuresnapshotpoliciesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies/{snapshotpolicyname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname

idempotent

Capability Spec

microsoft-netapp-snapshot-policy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Snapshot Policy
  description: 'Microsoft Azure Microsoft NetApp — Snapshot Policy. 5 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp Netappaccounts Accountname Snapshotpolicies.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Snapshot Policy
  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-snapshot-policy
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Snapshot Policy 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}/snapshotPolicies
      operations:
      - name: microsoftazuresnapshotpolicieslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies
        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}/snapshotPolicies/{snapshotPolicyName}
      operations:
      - name: microsoftazuresnapshotpoliciesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresnapshotpoliciescreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Snapshot policy object supplied in the body of the operation.
          required: true
      - name: microsoftazuresnapshotpoliciesupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Snapshot policy object supplied in the body of the operation.
          required: true
      - name: microsoftazuresnapshotpoliciesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-netapp-snapshot-policy-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Snapshot Policy. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresnapshotpolicieslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies
        call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpolicieslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/snapshotpolicies/{snapshotpolicyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuresnapshotpoliciesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresnapshotpoliciescreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciescreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresnapshotpoliciesupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresnapshotpoliciesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
        call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-snapshot-policy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Snapshot Policy. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp
        Netappaccounts Accountname Snapshotpolicies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpolicieslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp
        Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Netapp
        Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciescreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Netapp Netappaccounts Accountname Snapshotpolicies Snapshotpolicyname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-snapshot-policy.microsoftazuresnapshotpoliciesdelete
      outputParameters:
      - type: object
        mapping: $.