Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics

Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics. 9 operations. Lead operation: Microsoft Azure Gets The List Of Asr Fabrics. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationFabrics

What You Can Do

GET
Microsoftazurereplicationfabricslist — Microsoft Azure Gets The List Of Asr Fabrics
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics
GET
Microsoftazurereplicationfabricsget — Microsoft Azure Gets The Details Of An Asr Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}
PUT
Microsoftazurereplicationfabricscreate — Microsoft Azure Creates An Azure Site Recovery Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}
DELETE
Microsoftazurereplicationfabricspurge — Microsoft Azure Purges The Site
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}
POST
Microsoftazurereplicationfabricscheckconsistency — Microsoft Azure Checks The Consistency Of The Asr Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/checkconsistency
POST
Microsoftazurereplicationfabricsmigratetoaad — Microsoft Azure Migrates The Site To Aad
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/migratetoaad
POST
Microsoftazurereplicationfabricsreassociategateway — Microsoft Azure Perform Failover Of The Process Server
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/reassociategateway
POST
Microsoftazurereplicationfabricsdelete — Microsoft Azure Deletes The Site
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/remove
POST
Microsoftazurereplicationfabricsrenewcertificate — Microsoft Azure Renews Certificate For The Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/renewcertificate

MCP Tools

microsoft-azure-gets-list-asr

Microsoft Azure Gets The List Of Asr Fabrics

read-only idempotent
microsoft-azure-gets-details-asr

Microsoft Azure Gets The Details Of An Asr Fabric

read-only idempotent
microsoft-azure-creates-azure-site

Microsoft Azure Creates An Azure Site Recovery Fabric

idempotent
microsoft-azure-purges-site

Microsoft Azure Purges The Site

idempotent
microsoft-azure-checks-consistency-asr

Microsoft Azure Checks The Consistency Of The Asr Fabric

microsoft-azure-migrates-site-aad

Microsoft Azure Migrates The Site To Aad

microsoft-azure-perform-failover-process

Microsoft Azure Perform Failover Of The Process Server

microsoft-azure-deletes-site

Microsoft Azure Deletes The Site

microsoft-azure-renews-certificate-fabric

Microsoft Azure Renews Certificate For The Fabric

Capability Spec

siterecoverymanagementclient-replicationfabrics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics. 9 operations. Lead operation: Microsoft
    Azure Gets The List Of Asr Fabrics. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationFabrics
  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-replicationfabrics
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics 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
      operations:
      - name: microsoftazurereplicationfabricslist
        method: GET
        description: Microsoft Azure Gets The List Of Asr Fabrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}
      operations:
      - name: microsoftazurereplicationfabricsget
        method: GET
        description: Microsoft Azure Gets The Details Of An Asr Fabric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: $filter
          in: query
          type: string
          description: OData filter options.
      - name: microsoftazurereplicationfabricscreate
        method: PUT
        description: Microsoft Azure Creates An Azure Site Recovery Fabric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Name of the ASR fabric.
          required: true
        - name: input
          in: body
          type: string
          description: Fabric creation input.
          required: true
      - name: microsoftazurereplicationfabricspurge
        method: DELETE
        description: Microsoft Azure Purges The Site
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: ASR fabric to purge.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/checkConsistency
      operations:
      - name: microsoftazurereplicationfabricscheckconsistency
        method: POST
        description: Microsoft Azure Checks The Consistency Of The Asr 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}/migratetoaad
      operations:
      - name: microsoftazurereplicationfabricsmigratetoaad
        method: POST
        description: Microsoft Azure Migrates The Site To Aad
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: ASR fabric to migrate.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/reassociateGateway
      operations:
      - name: microsoftazurereplicationfabricsreassociategateway
        method: POST
        description: Microsoft Azure Perform Failover Of The Process Server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: The name of the fabric containing the process server.
          required: true
        - name: failoverProcessServerRequest
          in: body
          type: string
          description: The input to the failover process server operation.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/remove
      operations:
      - name: microsoftazurereplicationfabricsdelete
        method: POST
        description: Microsoft Azure Deletes The Site
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: ASR fabric to delete.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/renewCertificate
      operations:
      - name: microsoftazurereplicationfabricsrenewcertificate
        method: POST
        description: Microsoft Azure Renews Certificate For The Fabric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: fabric name to renew certs for.
          required: true
        - name: renewCertificate
          in: body
          type: string
          description: Renew certificate input.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationfabrics-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationfabricslist
        description: Microsoft Azure Gets The List Of Asr Fabrics
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationfabricsget
        description: Microsoft Azure Gets The Details Of An Asr Fabric
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsget
        with:
          fabricName: rest.fabricName
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationfabricscreate
        description: Microsoft Azure Creates An Azure Site Recovery Fabric
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricscreate
        with:
          fabricName: rest.fabricName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereplicationfabricspurge
        description: Microsoft Azure Purges The Site
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricspurge
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/checkconsistency
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationfabricscheckconsistency
        description: Microsoft Azure Checks The Consistency Of The Asr Fabric
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricscheckconsistency
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/migratetoaad
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationfabricsmigratetoaad
        description: Microsoft Azure Migrates The Site To Aad
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsmigratetoaad
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/reassociategateway
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationfabricsreassociategateway
        description: Microsoft Azure Perform Failover Of The Process Server
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsreassociategateway
        with:
          fabricName: rest.fabricName
          failoverProcessServerRequest: rest.failoverProcessServerRequest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/remove
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationfabricsdelete
        description: Microsoft Azure Deletes The Site
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsdelete
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/renewcertificate
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurereplicationfabricsrenewcertificate
        description: Microsoft Azure Renews Certificate For The Fabric
        call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsrenewcertificate
        with:
          fabricName: rest.fabricName
          renewCertificate: rest.renewCertificate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationfabrics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationFabrics. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-asr
      description: Microsoft Azure Gets The List Of Asr Fabrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-asr
      description: Microsoft Azure Gets The Details Of An Asr Fabric
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsget
      with:
        fabricName: tools.fabricName
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-azure-site
      description: Microsoft Azure Creates An Azure Site Recovery Fabric
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricscreate
      with:
        fabricName: tools.fabricName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-purges-site
      description: Microsoft Azure Purges The Site
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricspurge
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-checks-consistency-asr
      description: Microsoft Azure Checks The Consistency Of The Asr Fabric
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricscheckconsistency
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-migrates-site-aad
      description: Microsoft Azure Migrates The Site To Aad
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsmigratetoaad
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-perform-failover-process
      description: Microsoft Azure Perform Failover Of The Process Server
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsreassociategateway
      with:
        fabricName: tools.fabricName
        failoverProcessServerRequest: tools.failoverProcessServerRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-site
      description: Microsoft Azure Deletes The Site
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsdelete
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-renews-certificate-fabric
      description: Microsoft Azure Renews Certificate For The Fabric
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: siterecoverymanagementclient-replicationfabrics.microsoftazurereplicationfabricsrenewcertificate
      with:
        fabricName: tools.fabricName
        renewCertificate: tools.renewCertificate
      outputParameters:
      - type: object
        mapping: $.