Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers

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

Run with Naftiko Microsoft AzureReplicationProtectionContainers

What You Can Do

GET
Microsoftazurereplicationprotectioncontainerslistbyreplicationfabrics — Microsoft Azure Gets The List Of Protection Container For A Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers
GET
Microsoftazurereplicationprotectioncontainersget — Microsoft Azure Gets The Protection Container Details
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}
PUT
Microsoftazurereplicationprotectioncontainerscreate — Microsoft Azure Create A Protection Container
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}
POST
Microsoftazurereplicationprotectioncontainersdiscoverprotectableitem — Microsoft Azure Adds A Protectable Item To The Replication Protection Container
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/discoverprotectableitem
POST
Microsoftazurereplicationprotectioncontainersdelete — Microsoft Azure Removes A Protection Container
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/remove
POST
Microsoftazurereplicationprotectioncontainersswitchprotection — Microsoft Azure Switches Protection From One Container To Another Or One Replication Provider To Another
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/switchprotection
GET
Microsoftazurereplicationprotectioncontainerslist — Microsoft Azure Gets The List Of All Protection Containers In A Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectioncontainers

MCP Tools

microsoft-azure-gets-list-protection

Microsoft Azure Gets The List Of Protection Container For A Fabric

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

Microsoft Azure Gets The Protection Container Details

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

Microsoft Azure Create A Protection Container

idempotent
microsoft-azure-adds-protectable-item

Microsoft Azure Adds A Protectable Item To The Replication Protection Container

microsoft-azure-removes-protection-container

Microsoft Azure Removes A Protection Container

microsoft-azure-switches-protection-one

Microsoft Azure Switches Protection From One Container To Another Or One Replication Provider To Another

microsoft-azure-gets-list-all

Microsoft Azure Gets The List Of All Protection Containers In A Vault

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationprotectioncontainers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers. 7 operations. Lead operation:
    Microsoft Azure Gets The List Of Protection Container For A Fabric. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationProtectionContainers
  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-replicationprotectioncontainers
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers 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
      operations:
      - name: microsoftazurereplicationprotectioncontainerslistbyreplicationfabrics
        method: GET
        description: Microsoft Azure Gets The List Of Protection Container For A Fabric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}
      operations:
      - name: microsoftazurereplicationprotectioncontainersget
        method: GET
        description: Microsoft Azure Gets The Protection Container Details
        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: microsoftazurereplicationprotectioncontainerscreate
        method: PUT
        description: Microsoft Azure Create A Protection Container
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Unique fabric ARM name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Unique protection container ARM name.
          required: true
        - name: creationInput
          in: body
          type: string
          description: Creation input.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/discoverProtectableItem
      operations:
      - name: microsoftazurereplicationprotectioncontainersdiscoverprotectableitem
        method: POST
        description: Microsoft Azure Adds A Protectable Item To The Replication Protection Container
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: The name of the fabric.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: The name of the protection container.
          required: true
        - name: discoverProtectableItemRequest
          in: body
          type: string
          description: The request object to add a protectable item.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/remove
      operations:
      - name: microsoftazurereplicationprotectioncontainersdelete
        method: POST
        description: Microsoft Azure Removes A Protection Container
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Unique fabric ARM name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Unique protection container ARM name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/switchprotection
      operations:
      - name: microsoftazurereplicationprotectioncontainersswitchprotection
        method: POST
        description: Microsoft Azure Switches Protection From One Container To Another Or One Replication Provider To Another
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Unique fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: Protection container name.
          required: true
        - name: switchInput
          in: body
          type: string
          description: Switch protection input.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainers
      operations:
      - name: microsoftazurereplicationprotectioncontainerslist
        method: GET
        description: Microsoft Azure Gets The List Of All Protection Containers In A Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationprotectioncontainers-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers. 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
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainerslistbyreplicationfabrics
        description: Microsoft Azure Gets The List Of Protection Container For A Fabric
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerslistbyreplicationfabrics
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainersget
        description: Microsoft Azure Gets The Protection Container Details
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersget
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationprotectioncontainerscreate
        description: Microsoft Azure Create A Protection Container
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerscreate
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          creationInput: rest.creationInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/discoverprotectableitem
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationprotectioncontainersdiscoverprotectableitem
        description: Microsoft Azure Adds A Protectable Item To The Replication Protection Container
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersdiscoverprotectableitem
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          discoverProtectableItemRequest: rest.discoverProtectableItemRequest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/remove
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationprotectioncontainersdelete
        description: Microsoft Azure Removes A Protection Container
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersdelete
        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}/switchprotection
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationprotectioncontainersswitchprotection
        description: Microsoft Azure Switches Protection From One Container To Another Or One Replication Provider To Another
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersswitchprotection
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          switchInput: rest.switchInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectioncontainers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectioncontainerslist
        description: Microsoft Azure Gets The List Of All Protection Containers In A Vault
        call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationprotectioncontainers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionContainers. 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 For A Fabric
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerslistbyreplicationfabrics
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-protection-container
      description: Microsoft Azure Gets The Protection Container Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersget
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-protection-container
      description: Microsoft Azure Create A Protection Container
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerscreate
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        creationInput: tools.creationInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-adds-protectable-item
      description: Microsoft Azure Adds A Protectable Item To The Replication Protection Container
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersdiscoverprotectableitem
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        discoverProtectableItemRequest: tools.discoverProtectableItemRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-removes-protection-container
      description: Microsoft Azure Removes A Protection Container
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersdelete
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-switches-protection-one
      description: Microsoft Azure Switches Protection From One Container To Another Or One Replication Provider To Another
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainersswitchprotection
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        switchInput: tools.switchInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-list-all
      description: Microsoft Azure Gets The List Of All Protection Containers In A Vault
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectioncontainers.microsoftazurereplicationprotectioncontainerslist
      outputParameters:
      - type: object
        mapping: $.