Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies

Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies. 5 operations. Lead operation: Microsoft Azure Gets The List Of Replication Policies. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationPolicies

What You Can Do

GET
Microsoftazurereplicationpolicieslist — Microsoft Azure Gets The List Of Replication Policies
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies
GET
Microsoftazurereplicationpoliciesget — Microsoft Azure Gets The Requested Policy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies/{policyname}
PUT
Microsoftazurereplicationpoliciescreate — Microsoft Azure Creates The Policy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies/{policyname}
DELETE
Microsoftazurereplicationpoliciesdelete — Microsoft Azure Delete The Policy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies/{policyname}
PATCH
Microsoftazurereplicationpoliciesupdate — Microsoft Azure Updates The Policy
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies/{policyname}

MCP Tools

microsoft-azure-gets-list-replication

Microsoft Azure Gets The List Of Replication Policies

read-only idempotent
microsoft-azure-gets-requested-policy

Microsoft Azure Gets The Requested Policy

read-only idempotent
microsoft-azure-creates-policy

Microsoft Azure Creates The Policy

idempotent
microsoft-azure-delete-policy

Microsoft Azure Delete The Policy

idempotent
microsoft-azure-updates-policy

Microsoft Azure Updates The Policy

idempotent

Capability Spec

siterecoverymanagementclient-replicationpolicies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies. 5 operations. Lead operation: Microsoft
    Azure Gets The List Of Replication Policies. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationPolicies
  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-replicationpolicies
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies 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}/replicationPolicies
      operations:
      - name: microsoftazurereplicationpolicieslist
        method: GET
        description: Microsoft Azure Gets The List Of Replication Policies
        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}/replicationPolicies/{policyName}
      operations:
      - name: microsoftazurereplicationpoliciesget
        method: GET
        description: Microsoft Azure Gets The Requested Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Replication policy name.
          required: true
      - name: microsoftazurereplicationpoliciescreate
        method: PUT
        description: Microsoft Azure Creates The Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Replication policy name.
          required: true
        - name: input
          in: body
          type: string
          description: Create policy input.
          required: true
      - name: microsoftazurereplicationpoliciesdelete
        method: DELETE
        description: Microsoft Azure Delete The Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Replication policy name.
          required: true
      - name: microsoftazurereplicationpoliciesupdate
        method: PATCH
        description: Microsoft Azure Updates The Policy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyName
          in: path
          type: string
          description: Policy Id.
          required: true
        - name: input
          in: body
          type: string
          description: Update Policy Input.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationpolicies-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationpolicieslist
        description: Microsoft Azure Gets The List Of Replication Policies
        call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpolicieslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationpolicies/{policyname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationpoliciesget
        description: Microsoft Azure Gets The Requested Policy
        call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesget
        with:
          policyName: rest.policyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationpoliciescreate
        description: Microsoft Azure Creates The Policy
        call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciescreate
        with:
          policyName: rest.policyName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereplicationpoliciesdelete
        description: Microsoft Azure Delete The Policy
        call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesdelete
        with:
          policyName: rest.policyName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurereplicationpoliciesupdate
        description: Microsoft Azure Updates The Policy
        call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesupdate
        with:
          policyName: rest.policyName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationpolicies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationPolicies. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-replication
      description: Microsoft Azure Gets The List Of Replication Policies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpolicieslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-requested-policy
      description: Microsoft Azure Gets The Requested Policy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesget
      with:
        policyName: tools.policyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-policy
      description: Microsoft Azure Creates The Policy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciescreate
      with:
        policyName: tools.policyName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-policy
      description: Microsoft Azure Delete The Policy
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesdelete
      with:
        policyName: tools.policyName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-policy
      description: Microsoft Azure Updates The Policy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationpolicies.microsoftazurereplicationpoliciesupdate
      with:
        policyName: tools.policyName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.