Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents

Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents. 2 operations. Lead operation: Microsoft Azure Gets The List Of Azure Site Recovery Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationEvents

What You Can Do

GET
Microsoftazurereplicationeventslist — Microsoft Azure Gets The List Of Azure Site Recovery Events
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationevents
GET
Microsoftazurereplicationeventsget — Microsoft Azure Get The Details Of An Azure Site Recovery Event
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationevents/{eventname}

MCP Tools

microsoft-azure-gets-list-azure

Microsoft Azure Gets The List Of Azure Site Recovery Events

read-only idempotent
microsoft-azure-get-details-azure

Microsoft Azure Get The Details Of An Azure Site Recovery Event

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationevents.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents. 2 operations. Lead operation: Microsoft
    Azure Gets The List Of Azure Site Recovery Events. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ReplicationEvents
  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-replicationevents
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents 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}/replicationEvents
      operations:
      - name: microsoftazurereplicationeventslist
        method: GET
        description: Microsoft Azure Gets The List Of Azure Site Recovery Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: OData filter options.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents/{eventName}
      operations:
      - name: microsoftazurereplicationeventsget
        method: GET
        description: Microsoft Azure Get The Details Of An Azure Site Recovery Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: eventName
          in: path
          type: string
          description: The name of the Azure Site Recovery event.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationevents-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationevents
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationeventslist
        description: Microsoft Azure Gets The List Of Azure Site Recovery Events
        call: siterecoverymanagementclient-replicationevents.microsoftazurereplicationeventslist
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationevents/{eventname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationeventsget
        description: Microsoft Azure Get The Details Of An Azure Site Recovery Event
        call: siterecoverymanagementclient-replicationevents.microsoftazurereplicationeventsget
        with:
          eventName: rest.eventName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationevents-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationEvents. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-azure
      description: Microsoft Azure Gets The List Of Azure Site Recovery Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationevents.microsoftazurereplicationeventslist
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-details-azure
      description: Microsoft Azure Get The Details Of An Azure Site Recovery Event
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationevents.microsoftazurereplicationeventsget
      with:
        eventName: tools.eventName
      outputParameters:
      - type: object
        mapping: $.