Microsoft Azure · Capability

Microsoft Azure Azure Site Recovery Management Service API — Event

Microsoft Azure Azure Site Recovery Management Service API — Event. 2 operations. Lead operation: Microsoft Azure Lists The Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEvent

What You Can Do

GET
Microsoftazureeventlist — Microsoft Azure Lists The Events
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/events
GET
Microsoftazureeventget — Microsoft Azure Gets The Event
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/events/{eventname}

MCP Tools

microsoft-azure-lists-events

Microsoft Azure Lists The Events

read-only idempotent
microsoft-azure-gets-event

Microsoft Azure Gets The Event

read-only idempotent

Capability Spec

azure-site-recovery-management-service-event.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Site Recovery Management Service API — Event
  description: 'Microsoft Azure Azure Site Recovery Management Service API — Event. 2 operations. Lead operation: Microsoft
    Azure Lists The Events. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Event
  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: azure-site-recovery-management-service-event
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Site Recovery Management Service API — Event business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events
      operations:
      - name: microsoftazureeventlist
        method: GET
        description: Microsoft Azure Lists The Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: Filter string.
        - name: continuationToken
          in: query
          type: string
          description: Continuation token.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
      operations:
      - name: microsoftazureeventget
        method: GET
        description: Microsoft Azure Gets The Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-site-recovery-management-service-event-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Site Recovery Management Service API — Event. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/events
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureeventlist
        description: Microsoft Azure Lists The Events
        call: azure-site-recovery-management-service-event.microsoftazureeventlist
        with:
          $filter: rest.$filter
          continuationToken: rest.continuationToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/events/{eventname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureeventget
        description: Microsoft Azure Gets The Event
        call: azure-site-recovery-management-service-event.microsoftazureeventget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-site-recovery-management-service-event-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Site Recovery Management Service API — Event. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-events
      description: Microsoft Azure Lists The Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-site-recovery-management-service-event.microsoftazureeventlist
      with:
        $filter: tools.$filter
        continuationToken: tools.continuationToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-event
      description: Microsoft Azure Gets The Event
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-site-recovery-management-service-event.microsoftazureeventget
      outputParameters:
      - type: object
        mapping: $.