Microsoft Azure · Capability

Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers

Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProtectionContainers

What You Can Do

GET
Microsoftazureprotectioncontainersget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}
PUT
Microsoftazureprotectioncontainersregister — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}
DELETE
Microsoftazureprotectioncontainersunregister — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}
POST
Microsoftazureprotectioncontainersinquire — Microsoft Azure Inquires All The Protectable Items Under The Given Container
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}/inquire
POST
Microsoftazureprotectioncontainersrefresh — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Refreshcontainers
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/refreshcontainers

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername

idempotent
microsoft-azure-inquires-all-protectable

Microsoft Azure Inquires All The Protectable Items Under The Given Container

microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname Backupfabrics Fabricname Refreshcontainers

Capability Spec

recoveryservicesbackupclient-protectioncontainers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers
  description: 'Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers. 5 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices Vaults Vaultname
    Backupfabrics Fabricname Protectioncontainers Containername. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ProtectionContainers
  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-protectioncontainers
    baseUri: https://management.azure.com
    description: Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers 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}/backupFabrics/{fabricName}/protectionContainers/{containerName}
      operations:
      - name: microsoftazureprotectioncontainersget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Name of the fabric where the container belongs.
          required: true
        - name: containerName
          in: path
          type: string
          description: Name of the container whose details need to be fetched.
          required: true
      - name: microsoftazureprotectioncontainersregister
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name associated with the container.
          required: true
        - name: containerName
          in: path
          type: string
          description: Name of the container to be registered.
          required: true
        - name: parameters
          in: body
          type: string
          description: Request body for operation
          required: true
      - name: microsoftazureprotectioncontainersunregister
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Name of the fabric where the container belongs.
          required: true
        - name: containerName
          in: path
          type: string
          description: Name of the container which needs to be unregistered from the Recovery Services Vault.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/inquire
      operations:
      - name: microsoftazureprotectioncontainersinquire
        method: POST
        description: Microsoft Azure Inquires All The Protectable Items Under The Given Container
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric Name associated with the container.
          required: true
        - name: containerName
          in: path
          type: string
          description: Name of the container in which inquiry needs to be triggered.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData filter options.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/refreshContainers
      operations:
      - name: microsoftazureprotectioncontainersrefresh
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Refreshcontainers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name associated the container.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData filter options.
  exposes:
  - type: rest
    namespace: recoveryservicesbackupclient-protectioncontainers-rest
    port: 8080
    description: REST adapter for Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureprotectioncontainersget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersget
        with:
          fabricName: rest.fabricName
          containerName: rest.containerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprotectioncontainersregister
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersregister
        with:
          fabricName: rest.fabricName
          containerName: rest.containerName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureprotectioncontainersunregister
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
        call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersunregister
        with:
          fabricName: rest.fabricName
          containerName: rest.containerName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/protectioncontainers/{containername}/inquire
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureprotectioncontainersinquire
        description: Microsoft Azure Inquires All The Protectable Items Under The Given Container
        call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersinquire
        with:
          fabricName: rest.fabricName
          containerName: rest.containerName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{vaultname}/backupfabrics/{fabricname}/refreshcontainers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureprotectioncontainersrefresh
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Recoveryservices Vaults Vaultname Backupfabrics Fabricname Refreshcontainers
        call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersrefresh
        with:
          fabricName: rest.fabricName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: recoveryservicesbackupclient-protectioncontainers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure RecoveryServicesBackupClient — ProtectionContainers. 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 Backupfabrics Fabricname Protectioncontainers Containername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersget
      with:
        fabricName: tools.fabricName
        containerName: tools.containerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Recoveryservices
        Vaults Vaultname Backupfabrics Fabricname Protectioncontainers Containername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersregister
      with:
        fabricName: tools.fabricName
        containerName: tools.containerName
        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 Backupfabrics Fabricname Protectioncontainers Containername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersunregister
      with:
        fabricName: tools.fabricName
        containerName: tools.containerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-inquires-all-protectable
      description: Microsoft Azure Inquires All The Protectable Items Under The Given Container
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersinquire
      with:
        fabricName: tools.fabricName
        containerName: tools.containerName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Recoveryservices Vaults Vaultname Backupfabrics Fabricname Refreshcontainers
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: recoveryservicesbackupclient-protectioncontainers.microsoftazureprotectioncontainersrefresh
      with:
        fabricName: tools.fabricName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.