Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings. 7 operations. Lead operation: Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationProtectionContainerMappings

What You Can Do

GET
Microsoftazurereplicationprotectioncontainermappingslistbyreplicationprotectioncontainers — Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings
GET
Microsoftazurereplicationprotectioncontainermappingsget — Microsoft Azure Gets A Protection Container Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}
PUT
Microsoftazurereplicationprotectioncontainermappingscreate — Microsoft Azure Create Protection Container Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}
DELETE
Microsoftazurereplicationprotectioncontainermappingspurge — Microsoft Azure Purge Protection Container Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}
PATCH
Microsoftazurereplicationprotectioncontainermappingsupdate — Microsoft Azure Update Protection Container Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}
POST
Microsoftazurereplicationprotectioncontainermappingsdelete — Microsoft Azure Remove Protection Container Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}/remove
GET
Microsoftazurereplicationprotectioncontainermappingslist — Microsoft Azure Gets The List Of All Protection Container Mappings In A Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectioncontainermappings

MCP Tools

microsoft-azure-gets-list-protection

Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container

read-only idempotent
microsoft-azure-gets-protection-container

Microsoft Azure Gets A Protection Container Mapping

read-only idempotent
microsoft-azure-create-protection-container

Microsoft Azure Create Protection Container Mapping

idempotent
microsoft-azure-purge-protection-container

Microsoft Azure Purge Protection Container Mapping

idempotent
microsoft-azure-update-protection-container

Microsoft Azure Update Protection Container Mapping

idempotent
microsoft-azure-remove-protection-container

Microsoft Azure Remove Protection Container Mapping

microsoft-azure-gets-list-all

Microsoft Azure Gets The List Of All Protection Container Mappings In A Vault

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationprotectioncontainermappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings. 7 operations. Lead
    operation: Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container. Self-contained Naftiko
    capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationProtectionContainerMappings
  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: siterecoverymanagementclient-replicationprotectioncontainermappings
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings
      operations:
      - name: microsoftazurereplicationprotectioncontainermappingslistbyreplicationprotectioncontainers
        method: GET
        description: Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}
      operations:
      - name: microsoftazurereplicationprotectioncontainermappingsget
        method: GET
        description: Microsoft Azure Gets A Protection Container Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: mappingName
          in: path
          type: string
          description: Protection Container mapping name.
          required: true
      - name: microsoftazurereplicationprotectioncontainermappingscreate
        method: PUT
        description: Microsoft Azure Create Protection Container Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: mappingName
          in: path
          type: string
          description: Protection container mapping name.
          required: true
        - name: creationInput
          in: body
          type: string
          description: Mapping creation input.
          required: true
      - name: microsoftazurereplicationprotectioncontainermappingspurge
        method: DELETE
        description: Microsoft Azure Purge Protection Container Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: mappingName
          in: path
          type: string
          description: Protection container mapping name.
          required: true
      - name: microsoftazurereplicationprotectioncontainermappingsupdate
        method: PATCH
        description: Microsoft Azure Update Protection Container Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: mappingName
          in: path
          type: string
          description: Protection container mapping name.
          required: true
        - name: updateInput
          in: body
          type: string
          description: Mapping update input.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectionContainerMappings/{mappingName}/remove
      operations:
      - name: microsoftazurereplicationprotectioncontainermappingsdelete
        method: POST
        description: Microsoft Azure Remove Protection Container Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: mappingName
          in: path
          type: string
          description: Protection container mapping name.
          required: true
        - name: removalInput
          in: body
          type: string
          description: Removal input.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainerMappings
      operations:
      - name: microsoftazurereplicationprotectioncontainermappingslist
        method: GET
        description: Microsoft Azure Gets The List Of All Protection Container Mappings In A Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationprotectioncontainermappings-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainermappingslistbyreplicationprotectioncontainers
        description: Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingslistbyreplicationprotectioncontainers
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainermappingsget
        description: Microsoft Azure Gets A Protection Container Mapping
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsget
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          mappingName: rest.mappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationprotectioncontainermappingscreate
        description: Microsoft Azure Create Protection Container Mapping
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingscreate
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          mappingName: rest.mappingName
          creationInput: rest.creationInput
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereplicationprotectioncontainermappingspurge
        description: Microsoft Azure Purge Protection Container Mapping
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingspurge
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          mappingName: rest.mappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurereplicationprotectioncontainermappingsupdate
        description: Microsoft Azure Update Protection Container Mapping
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsupdate
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          mappingName: rest.mappingName
          updateInput: rest.updateInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotectioncontainermappings/{mappingname}/remove
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationprotectioncontainermappingsdelete
        description: Microsoft Azure Remove Protection Container Mapping
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsdelete
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          mappingName: rest.mappingName
          removalInput: rest.removalInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectioncontainermappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainermappingslist
        description: Microsoft Azure Gets The List Of All Protection Container Mappings In A Vault
        call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationprotectioncontainermappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainerMappings. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-protection
      description: Microsoft Azure Gets The List Of Protection Container Mappings For A Protection Container
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingslistbyreplicationprotectioncontainers
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-protection-container
      description: Microsoft Azure Gets A Protection Container Mapping
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsget
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        mappingName: tools.mappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-protection-container
      description: Microsoft Azure Create Protection Container Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingscreate
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        mappingName: tools.mappingName
        creationInput: tools.creationInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-purge-protection-container
      description: Microsoft Azure Purge Protection Container Mapping
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingspurge
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        mappingName: tools.mappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-protection-container
      description: Microsoft Azure Update Protection Container Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsupdate
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        mappingName: tools.mappingName
        updateInput: tools.updateInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-remove-protection-container
      description: Microsoft Azure Remove Protection Container Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingsdelete
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        mappingName: tools.mappingName
        removalInput: tools.removalInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-list-all
      description: Microsoft Azure Gets The List Of All Protection Container Mappings In A Vault
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainermappings.microsoftazurereplicationprotectioncontainermappingslist
      outputParameters:
      - type: object
        mapping: $.