Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents

Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents. 3 operations. Lead operation: Microsoft Azure Gets The List Of Replication Protection Intent Objects. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationProtectionIntents

What You Can Do

GET
Microsoftazurereplicationprotectionintentslist — Microsoft Azure Gets The List Of Replication Protection Intent Objects
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectionintents
GET
Microsoftazurereplicationprotectionintentsget — Microsoft Azure Gets The Details Of A Replication Protection Intent Item
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectionintents/{intentobjectname}
PUT
Microsoftazurereplicationprotectionintentscreate — Microsoft Azure Create Protection Intent Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectionintents/{intentobjectname}

MCP Tools

microsoft-azure-gets-list-replication

Microsoft Azure Gets The List Of Replication Protection Intent Objects

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

Microsoft Azure Gets The Details Of A Replication Protection Intent Item

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

Microsoft Azure Create Protection Intent Resource

idempotent

Capability Spec

siterecoverymanagementclient-replicationprotectionintents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents. 3 operations. Lead operation:
    Microsoft Azure Gets The List Of Replication Protection Intent Objects. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationProtectionIntents
  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-replicationprotectionintents
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents 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}/replicationProtectionIntents
      operations:
      - name: microsoftazurereplicationprotectionintentslist
        method: GET
        description: Microsoft Azure Gets The List Of Replication Protection Intent Objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: skipToken
          in: query
          type: string
          description: The pagination token.
        - name: takeToken
          in: query
          type: string
          description: The page size.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents/{intentObjectName}
      operations:
      - name: microsoftazurereplicationprotectionintentsget
        method: GET
        description: Microsoft Azure Gets The Details Of A Replication Protection Intent Item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: intentObjectName
          in: path
          type: string
          description: Replication protection intent name.
          required: true
      - name: microsoftazurereplicationprotectionintentscreate
        method: PUT
        description: Microsoft Azure Create Protection Intent Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: intentObjectName
          in: path
          type: string
          description: A name for the replication protection item.
          required: true
        - name: input
          in: body
          type: string
          description: Create Protection Intent Input.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationprotectionintents-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectionintents
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectionintentslist
        description: Microsoft Azure Gets The List Of Replication Protection Intent Objects
        call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentslist
        with:
          skipToken: rest.skipToken
          takeToken: rest.takeToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationprotectionintents/{intentobjectname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationprotectionintentsget
        description: Microsoft Azure Gets The Details Of A Replication Protection Intent Item
        call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentsget
        with:
          intentObjectName: rest.intentObjectName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationprotectionintentscreate
        description: Microsoft Azure Create Protection Intent Resource
        call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentscreate
        with:
          intentObjectName: rest.intentObjectName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationprotectionintents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationProtectionIntents. 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 Protection Intent Objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentslist
      with:
        skipToken: tools.skipToken
        takeToken: tools.takeToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-details-replication
      description: Microsoft Azure Gets The Details Of A Replication Protection Intent Item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentsget
      with:
        intentObjectName: tools.intentObjectName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-protection-intent
      description: Microsoft Azure Create Protection Intent Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationprotectionintents.microsoftazurereplicationprotectionintentscreate
      with:
        intentObjectName: tools.intentObjectName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.