Microsoft Azure · Capability

Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies

Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies. 3 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProtectionPolicies

What You Can Do

GET
Microsoftazureprotectionpoliciesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backuppolicies/{policyname}
PUT
Microsoftazureprotectionpoliciescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backuppolicies/{policyname}
DELETE
Microsoftazureprotectionpoliciesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backuppolicies/{policyname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backuppolicies Policyname

idempotent

Capability Spec

recoveryservicesbackupclient-protectionpolicies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies
  description: 'Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies. 3 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname
    Backuppolicies Policyname. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ProtectionPolicies
  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: recoveryservicesbackupclient-protectionpolicies
    baseUri: https://management.azure.com
    description: Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupPolicies/{policyName}
      operations:
      - name: microsoftazureprotectionpoliciesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Backup policy information to be fetched.
          required: true
      - name: microsoftazureprotectionpoliciescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Backup policy to be created.
          required: true
        - name: parameters
          in: body
          type: string
          description: resource backup policy
          required: true
      - name: microsoftazureprotectionpoliciesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Backup policy to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: recoveryservicesbackupclient-protectionpolicies-rest
    port: 8080
    description: REST adapter for Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backuppolicies/{policyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprotectionpoliciesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciesget
        with:
          policyName: rest.policyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprotectionpoliciescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciescreateorupdate
        with:
          policyName: rest.policyName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprotectionpoliciesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backuppolicies Policyname
        call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciesdelete
        with:
          policyName: rest.policyName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: recoveryservicesbackupclient-protectionpolicies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure RecoveryServicesBackupClient — ProtectionPolicies. 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 Recoveryservices
        Vaults Vaultname Backuppolicies Policyname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciesget
      with:
        policyName: tools.policyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices
        Vaults Vaultname Backuppolicies Policyname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciescreateorupdate
      with:
        policyName: tools.policyName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Recoveryservices Vaults Vaultname Backuppolicies Policyname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: recoveryservicesbackupclient-protectionpolicies.microsoftazureprotectionpoliciesdelete
      with:
        policyName: tools.policyName
      outputParameters:
      - type: object
        mapping: $.