Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters

Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters. 6 operations. Lead operation: Microsoft Azure Gets The List Of Vcenter Registered Under A Fabric. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationvCenters

What You Can Do

GET
Microsoftazurereplicationvcenterslistbyreplicationfabrics — Microsoft Azure Gets The List Of Vcenter Registered Under A Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters
GET
Microsoftazurereplicationvcentersget — Microsoft Azure Gets The Details Of A Vcenter
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters/{vcentername}
PUT
Microsoftazurereplicationvcenterscreate — Microsoft Azure Add Vcenter
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters/{vcentername}
DELETE
Microsoftazurereplicationvcentersdelete — Microsoft Azure Remove Vcenter Operation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters/{vcentername}
PATCH
Microsoftazurereplicationvcentersupdate — Microsoft Azure Update Vcenter Operation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters/{vcentername}
GET
Microsoftazurereplicationvcenterslist — Microsoft Azure Gets The List Of Vcenter Registered Under The Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationvcenters

MCP Tools

microsoft-azure-gets-list-vcenter

Microsoft Azure Gets The List Of Vcenter Registered Under A Fabric

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

Microsoft Azure Gets The Details Of A Vcenter

read-only idempotent
microsoft-azure-add-vcenter

Microsoft Azure Add Vcenter

idempotent
microsoft-azure-remove-vcenter-operation

Microsoft Azure Remove Vcenter Operation

idempotent
microsoft-azure-update-vcenter-operation

Microsoft Azure Update Vcenter Operation

idempotent
microsoft-azure-gets-list-vcenter-2

Microsoft Azure Gets The List Of Vcenter Registered Under The Vault

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationvcenters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters. 6 operations. Lead operation: Microsoft
    Azure Gets The List Of Vcenter Registered Under A Fabric. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - ReplicationvCenters
  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-replicationvcenters
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters 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}/replicationvCenters
      operations:
      - name: microsoftazurereplicationvcenterslistbyreplicationfabrics
        method: GET
        description: Microsoft Azure Gets The List Of Vcenter Registered Under 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}/replicationvCenters/{vcenterName}
      operations:
      - name: microsoftazurereplicationvcentersget
        method: GET
        description: Microsoft Azure Gets The Details Of A Vcenter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: vcenterName
          in: path
          type: string
          description: vcenter name.
          required: true
      - name: microsoftazurereplicationvcenterscreate
        method: PUT
        description: Microsoft Azure Add Vcenter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: vcenterName
          in: path
          type: string
          description: vcenter name.
          required: true
        - name: addVCenterRequest
          in: body
          type: string
          description: The input to the add vCenter operation.
          required: true
      - name: microsoftazurereplicationvcentersdelete
        method: DELETE
        description: Microsoft Azure Remove Vcenter Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: vcenterName
          in: path
          type: string
          description: vcenter name.
          required: true
      - name: microsoftazurereplicationvcentersupdate
        method: PATCH
        description: Microsoft Azure Update Vcenter Operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Fabric name.
          required: true
        - name: vcenterName
          in: path
          type: string
          description: vcenter name.
          required: true
        - name: updateVCenterRequest
          in: body
          type: string
          description: The input to the update vCenter operation.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationvCenters
      operations:
      - name: microsoftazurereplicationvcenterslist
        method: GET
        description: Microsoft Azure Gets The List Of Vcenter Registered Under The Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationvcenters-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationvcenterslistbyreplicationfabrics
        description: Microsoft Azure Gets The List Of Vcenter Registered Under A Fabric
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterslistbyreplicationfabrics
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationvcenters/{vcentername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationvcentersget
        description: Microsoft Azure Gets The Details Of A Vcenter
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersget
        with:
          fabricName: rest.fabricName
          vcenterName: rest.vcenterName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationvcenterscreate
        description: Microsoft Azure Add Vcenter
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterscreate
        with:
          fabricName: rest.fabricName
          vcenterName: rest.vcenterName
          addVCenterRequest: rest.addVCenterRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereplicationvcentersdelete
        description: Microsoft Azure Remove Vcenter Operation
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersdelete
        with:
          fabricName: rest.fabricName
          vcenterName: rest.vcenterName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurereplicationvcentersupdate
        description: Microsoft Azure Update Vcenter Operation
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersupdate
        with:
          fabricName: rest.fabricName
          vcenterName: rest.vcenterName
          updateVCenterRequest: rest.updateVCenterRequest
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationvcenters
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationvcenterslist
        description: Microsoft Azure Gets The List Of Vcenter Registered Under The Vault
        call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationvcenters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationvCenters. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-vcenter
      description: Microsoft Azure Gets The List Of Vcenter Registered Under A Fabric
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterslistbyreplicationfabrics
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-vcenter
      description: Microsoft Azure Gets The Details Of A Vcenter
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersget
      with:
        fabricName: tools.fabricName
        vcenterName: tools.vcenterName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-add-vcenter
      description: Microsoft Azure Add Vcenter
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterscreate
      with:
        fabricName: tools.fabricName
        vcenterName: tools.vcenterName
        addVCenterRequest: tools.addVCenterRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-remove-vcenter-operation
      description: Microsoft Azure Remove Vcenter Operation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersdelete
      with:
        fabricName: tools.fabricName
        vcenterName: tools.vcenterName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-vcenter-operation
      description: Microsoft Azure Update Vcenter Operation
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcentersupdate
      with:
        fabricName: tools.fabricName
        vcenterName: tools.vcenterName
        updateVCenterRequest: tools.updateVCenterRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-list-vcenter-2
      description: Microsoft Azure Gets The List Of Vcenter Registered Under The Vault
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationvcenters.microsoftazurereplicationvcenterslist
      outputParameters:
      - type: object
        mapping: $.