Microsoft Azure · Capability

Microsoft Azure Microsoft NetApp — Backups

Microsoft Azure Microsoft NetApp — Backups. 9 operations. Lead operation: Microsoft Azure List Backups. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBackups

What You Can Do

GET
Microsoftazurebackupslistbyvault — Microsoft Azure List Backups
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups
GET
Microsoftazurebackupsget — Microsoft Azure Describe The Backup Under Backup Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}
PUT
Microsoftazurebackupscreate — Microsoft Azure Create A Backup
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}
PATCH
Microsoftazurebackupsupdate — Microsoft Azure Patch A Backup
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}
DELETE
Microsoftazurebackupsdelete — Microsoft Azure Delete Backup
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}
POST
Microsoftazurebackupsunderbackupvaultrestorefiles — Microsoft Azure Create A New Backup Restore Files Request
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}/restorefiles
GET
Microsoftazurebackupsgetlateststatus — Microsoft Azure Get The Latest Backup Status Of A Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/latestbackupstatus/current
POST
Microsoftazurebackupsundervolumemigratebackups — Microsoft Azure Create A New Migrate Request For Backups Under Volume
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/migratebackups
POST
Microsoftazurebackupsunderaccountmigratebackups — Microsoft Azure Create A New Migrate Request For Backups Under Account
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/migratebackups

MCP Tools

microsoft-azure-list-backups

Microsoft Azure List Backups

read-only idempotent
microsoft-azure-describe-backup-under

Microsoft Azure Describe The Backup Under Backup Vault

read-only idempotent
microsoft-azure-create-backup

Microsoft Azure Create A Backup

idempotent
microsoft-azure-patch-backup

Microsoft Azure Patch A Backup

idempotent
microsoft-azure-delete-backup

Microsoft Azure Delete Backup

idempotent
microsoft-azure-create-new-backup

Microsoft Azure Create A New Backup Restore Files Request

microsoft-azure-get-latest-backup

Microsoft Azure Get The Latest Backup Status Of A Volume

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

Microsoft Azure Create A New Migrate Request For Backups Under Volume

microsoft-azure-create-new-migrate-2

Microsoft Azure Create A New Migrate Request For Backups Under Account

Capability Spec

microsoft-netapp-backups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft NetApp — Backups
  description: 'Microsoft Azure Microsoft NetApp — Backups. 9 operations. Lead operation: Microsoft Azure List Backups. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Backups
  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-backups
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft NetApp — Backups 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}/backupVaults/{backupVaultName}/backups
      operations:
      - name: microsoftazurebackupslistbyvault
        method: GET
        description: Microsoft Azure List Backups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: An option to specify the VolumeResourceId. If present, then only returns the backups under the specified
            volume
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupVaults/{backupVaultName}/backups/{backupName}
      operations:
      - name: microsoftazurebackupsget
        method: GET
        description: Microsoft Azure Describe The Backup Under Backup Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurebackupscreate
        method: PUT
        description: Microsoft Azure Create A Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Backup object supplied in the body of the operation.
          required: true
      - name: microsoftazurebackupsupdate
        method: PATCH
        description: Microsoft Azure Patch A Backup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Backup object supplied in the body of the operation.
      - name: microsoftazurebackupsdelete
        method: DELETE
        description: Microsoft Azure Delete Backup
        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}/backupVaults/{backupVaultName}/backups/{backupName}/restoreFiles
      operations:
      - name: microsoftazurebackupsunderbackupvaultrestorefiles
        method: POST
        description: Microsoft Azure Create A New Backup Restore Files Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Restore payload supplied in the body of the operation.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/latestBackupStatus/current
      operations:
      - name: microsoftazurebackupsgetlateststatus
        method: GET
        description: Microsoft Azure Get The Latest Backup Status Of A Volume
        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}/migrateBackups
      operations:
      - name: microsoftazurebackupsundervolumemigratebackups
        method: POST
        description: Microsoft Azure Create A New Migrate Request For Backups Under Volume
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Migrate backups under volume payload supplied in the body of the operation.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/migrateBackups
      operations:
      - name: microsoftazurebackupsunderaccountmigratebackups
        method: POST
        description: Microsoft Azure Create A New Migrate Request For Backups Under Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Migrate backups under an account payload supplied in the body of the operation.
          required: true
  exposes:
  - type: rest
    namespace: microsoft-netapp-backups-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft NetApp — Backups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebackupslistbyvault
        description: Microsoft Azure List Backups
        call: microsoft-netapp-backups.microsoftazurebackupslistbyvault
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebackupsget
        description: Microsoft Azure Describe The Backup Under Backup Vault
        call: microsoft-netapp-backups.microsoftazurebackupsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurebackupscreate
        description: Microsoft Azure Create A Backup
        call: microsoft-netapp-backups.microsoftazurebackupscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurebackupsupdate
        description: Microsoft Azure Patch A Backup
        call: microsoft-netapp-backups.microsoftazurebackupsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurebackupsdelete
        description: Microsoft Azure Delete Backup
        call: microsoft-netapp-backups.microsoftazurebackupsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/backupvaults/{backupvaultname}/backups/{backupname}/restorefiles
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebackupsunderbackupvaultrestorefiles
        description: Microsoft Azure Create A New Backup Restore Files Request
        call: microsoft-netapp-backups.microsoftazurebackupsunderbackupvaultrestorefiles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/latestbackupstatus/current
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebackupsgetlateststatus
        description: Microsoft Azure Get The Latest Backup Status Of A Volume
        call: microsoft-netapp-backups.microsoftazurebackupsgetlateststatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/capacitypools/{poolname}/volumes/{volumename}/migratebackups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebackupsundervolumemigratebackups
        description: Microsoft Azure Create A New Migrate Request For Backups Under Volume
        call: microsoft-netapp-backups.microsoftazurebackupsundervolumemigratebackups
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-netapp/netappaccounts/{accountname}/migratebackups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurebackupsunderaccountmigratebackups
        description: Microsoft Azure Create A New Migrate Request For Backups Under Account
        call: microsoft-netapp-backups.microsoftazurebackupsunderaccountmigratebackups
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-netapp-backups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft NetApp — Backups. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-backups
      description: Microsoft Azure List Backups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupslistbyvault
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-describe-backup-under
      description: Microsoft Azure Describe The Backup Under Backup Vault
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-backup
      description: Microsoft Azure Create A Backup
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-backup
      description: Microsoft Azure Patch A Backup
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-backup
      description: Microsoft Azure Delete Backup
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-new-backup
      description: Microsoft Azure Create A New Backup Restore Files Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-backups.microsoftazurebackupsunderbackupvaultrestorefiles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-latest-backup
      description: Microsoft Azure Get The Latest Backup Status Of A Volume
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-netapp-backups.microsoftazurebackupsgetlateststatus
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-new-migrate
      description: Microsoft Azure Create A New Migrate Request For Backups Under Volume
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-backups.microsoftazurebackupsundervolumemigratebackups
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-new-migrate-2
      description: Microsoft Azure Create A New Migrate Request For Backups Under Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-netapp-backups.microsoftazurebackupsunderaccountmigratebackups
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.