Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints

Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints. 2 operations. Lead operation: Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRecoveryPoints

What You Can Do

GET
Microsoftazurerecoverypointslistbyreplicationprotecteditems — Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotecteditems/{replicatedprotecteditemname}/recoverypoints
GET
Microsoftazurerecoverypointsget — Microsoft Azure Gets A Recovery Point
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotecteditems/{replicatedprotecteditemname}/recoverypoints/{recoverypointname}

MCP Tools

microsoft-azure-gets-list-recovery

Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item

read-only idempotent
microsoft-azure-gets-recovery-point

Microsoft Azure Gets A Recovery Point

read-only idempotent

Capability Spec

siterecoverymanagementclient-recoverypoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints
  description: 'Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints. 2 operations. Lead operation: Microsoft Azure
    Gets The List Of Recovery Points For A Replication Protected Item. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - RecoveryPoints
  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-recoverypoints
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints 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/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints
      operations:
      - name: microsoftazurerecoverypointslistbyreplicationprotecteditems
        method: GET
        description: Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: The fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: The protection container name.
          required: true
        - name: replicatedProtectedItemName
          in: path
          type: string
          description: The replication protected item name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints/{recoveryPointName}
      operations:
      - name: microsoftazurerecoverypointsget
        method: GET
        description: Microsoft Azure Gets A Recovery Point
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: The fabric name.
          required: true
        - name: protectionContainerName
          in: path
          type: string
          description: The protection container name.
          required: true
        - name: replicatedProtectedItemName
          in: path
          type: string
          description: The replication protected item name.
          required: true
        - name: recoveryPointName
          in: path
          type: string
          description: The recovery point name.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-recoverypoints-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints. 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/{protectioncontainername}/replicationprotecteditems/{replicatedprotecteditemname}/recoverypoints
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerecoverypointslistbyreplicationprotecteditems
        description: Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item
        call: siterecoverymanagementclient-recoverypoints.microsoftazurerecoverypointslistbyreplicationprotecteditems
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          replicatedProtectedItemName: rest.replicatedProtectedItemName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationprotectioncontainers/{protectioncontainername}/replicationprotecteditems/{replicatedprotecteditemname}/recoverypoints/{recoverypointname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerecoverypointsget
        description: Microsoft Azure Gets A Recovery Point
        call: siterecoverymanagementclient-recoverypoints.microsoftazurerecoverypointsget
        with:
          fabricName: rest.fabricName
          protectionContainerName: rest.protectionContainerName
          replicatedProtectedItemName: rest.replicatedProtectedItemName
          recoveryPointName: rest.recoveryPointName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-recoverypoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — RecoveryPoints. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-recovery
      description: Microsoft Azure Gets The List Of Recovery Points For A Replication Protected Item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-recoverypoints.microsoftazurerecoverypointslistbyreplicationprotecteditems
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        replicatedProtectedItemName: tools.replicatedProtectedItemName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-recovery-point
      description: Microsoft Azure Gets A Recovery Point
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-recoverypoints.microsoftazurerecoverypointsget
      with:
        fabricName: tools.fabricName
        protectionContainerName: tools.protectionContainerName
        replicatedProtectedItemName: tools.replicatedProtectedItemName
        recoveryPointName: tools.recoveryPointName
      outputParameters:
      - type: object
        mapping: $.