Microsoft Azure · Capability

Microsoft Azure Azure Site Recovery Management Service API — Tenant

Microsoft Azure Azure Site Recovery Management Service API — Tenant. 3 operations. Lead operation: Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTenant

What You Can Do

GET
Microsoftazureoperationslist — Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication
/v1/providers/microsoft-datareplication/operations
POST
Microsoftazurechecknameavailability — Microsoft Azure Performs The Resource Name Availability Check
/v1/subscriptions/{subscriptionid}/providers/microsoft-datareplication/locations/{location}/checknameavailability
POST
Microsoftazuredeploymentpreflight — Microsoft Azure Performs Resource Deployment Validation
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/deployments/{deploymentid}/preflight

MCP Tools

microsoft-azure-get-list-rest

Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication

read-only idempotent
microsoft-azure-performs-resource-name

Microsoft Azure Performs The Resource Name Availability Check

microsoft-azure-performs-resource-deployment

Microsoft Azure Performs Resource Deployment Validation

Capability Spec

azure-site-recovery-management-service-tenant.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Site Recovery Management Service API — Tenant
  description: 'Microsoft Azure Azure Site Recovery Management Service API — Tenant. 3 operations. Lead operation: Microsoft
    Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Tenant
  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-tenant
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Site Recovery Management Service API — Tenant business capability. Self-contained,
      no shared references.
    resources:
    - name: providers-Microsoft.DataReplication-operations
      path: /providers/Microsoft.DataReplication/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.DataReplication-locations-locat
      path: /subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/locations/{location}/checkNameAvailability
      operations:
      - name: microsoftazurechecknameavailability
        method: POST
        description: Microsoft Azure Performs The Resource Name Availability Check
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: Resource details.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/deployments/{deploymentId}/preflight
      operations:
      - name: microsoftazuredeploymentpreflight
        method: POST
        description: Microsoft Azure Performs Resource Deployment Validation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deploymentId
          in: path
          type: string
          description: Deployment Id.
          required: true
        - name: body
          in: body
          type: string
          description: Deployment preflight model.
  exposes:
  - type: rest
    namespace: azure-site-recovery-management-service-tenant-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Site Recovery Management Service API — Tenant. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-datareplication/operations
      name: providers-microsoft-datareplication-operations
      description: REST surface for providers-Microsoft.DataReplication-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication
        call: azure-site-recovery-management-service-tenant.microsoftazureoperationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-datareplication/locations/{location}/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-datareplication-locations-locat
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.DataReplication-locations-locat.
      operations:
      - method: POST
        name: microsoftazurechecknameavailability
        description: Microsoft Azure Performs The Resource Name Availability Check
        call: azure-site-recovery-management-service-tenant.microsoftazurechecknameavailability
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/deployments/{deploymentid}/preflight
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuredeploymentpreflight
        description: Microsoft Azure Performs Resource Deployment Validation
        call: azure-site-recovery-management-service-tenant.microsoftazuredeploymentpreflight
        with:
          deploymentId: rest.deploymentId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-site-recovery-management-service-tenant-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Site Recovery Management Service API — Tenant. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-rest
      description: Microsoft Azure Get A List Of Rest Api Operations Supported By Microsoft Datareplication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-site-recovery-management-service-tenant.microsoftazureoperationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-performs-resource-name
      description: Microsoft Azure Performs The Resource Name Availability Check
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-site-recovery-management-service-tenant.microsoftazurechecknameavailability
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-performs-resource-deployment
      description: Microsoft Azure Performs Resource Deployment Validation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-site-recovery-management-service-tenant.microsoftazuredeploymentpreflight
      with:
        deploymentId: tools.deploymentId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.