Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings

Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings. 3 operations. Lead operation: Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationAlertSettings

What You Can Do

GET
Microsoftazurereplicationalertsettingslist — Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationalertsettings
GET
Microsoftazurereplicationalertsettingsget — Microsoft Azure Gets An Email Notification Alert Configuration
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationalertsettings/{alertsettingname}
PUT
Microsoftazurereplicationalertsettingscreate — Microsoft Azure Configures Email Notifications For This Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationalertsettings/{alertsettingname}

MCP Tools

microsoft-azure-gets-list-configured

Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations

read-only idempotent
microsoft-azure-gets-email-notification

Microsoft Azure Gets An Email Notification Alert Configuration

read-only idempotent
microsoft-azure-configures-email-notifications

Microsoft Azure Configures Email Notifications For This Vault

idempotent

Capability Spec

siterecoverymanagementclient-replicationalertsettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings. 3 operations. Lead operation: Microsoft
    Azure Gets The List Of Configured Email Notification Alert Configurations. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReplicationAlertSettings
  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-replicationalertsettings
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings 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}/replicationAlertSettings
      operations:
      - name: microsoftazurereplicationalertsettingslist
        method: GET
        description: Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations
        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}/replicationAlertSettings/{alertSettingName}
      operations:
      - name: microsoftazurereplicationalertsettingsget
        method: GET
        description: Microsoft Azure Gets An Email Notification Alert Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: alertSettingName
          in: path
          type: string
          description: The name of the email notification configuration.
          required: true
      - name: microsoftazurereplicationalertsettingscreate
        method: PUT
        description: Microsoft Azure Configures Email Notifications For This Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: alertSettingName
          in: path
          type: string
          description: The name of the email notification(alert) configuration.
          required: true
        - name: request
          in: body
          type: string
          description: The input to configure the email notification(alert).
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationalertsettings-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationalertsettings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationalertsettingslist
        description: Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations
        call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationalertsettings/{alertsettingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationalertsettingsget
        description: Microsoft Azure Gets An Email Notification Alert Configuration
        call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingsget
        with:
          alertSettingName: rest.alertSettingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationalertsettingscreate
        description: Microsoft Azure Configures Email Notifications For This Vault
        call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingscreate
        with:
          alertSettingName: rest.alertSettingName
          request: rest.request
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationalertsettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationAlertSettings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-configured
      description: Microsoft Azure Gets The List Of Configured Email Notification Alert Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-email-notification
      description: Microsoft Azure Gets An Email Notification Alert Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingsget
      with:
        alertSettingName: tools.alertSettingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-configures-email-notifications
      description: Microsoft Azure Configures Email Notifications For This Vault
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationalertsettings.microsoftazurereplicationalertsettingscreate
      with:
        alertSettingName: tools.alertSettingName
        request: tools.request
      outputParameters:
      - type: object
        mapping: $.