Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings

Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings. 6 operations. Lead operation: Microsoft Azure Gets All The Network Mappings Under A Network. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationNetworkMappings

What You Can Do

GET
Microsoftazurereplicationnetworkmappingslistbyreplicationnetworks — Microsoft Azure Gets All The Network Mappings Under A Network
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings
GET
Microsoftazurereplicationnetworkmappingsget — Microsoft Azure Gets Network Mapping By Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings/{networkmappingname}
PUT
Microsoftazurereplicationnetworkmappingscreate — Microsoft Azure Creates Network Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings/{networkmappingname}
DELETE
Microsoftazurereplicationnetworkmappingsdelete — Microsoft Azure Delete Network Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings/{networkmappingname}
PATCH
Microsoftazurereplicationnetworkmappingsupdate — Microsoft Azure Updates Network Mapping
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings/{networkmappingname}
GET
Microsoftazurereplicationnetworkmappingslist — Microsoft Azure Gets All The Network Mappings Under A Vault
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationnetworkmappings

MCP Tools

microsoft-azure-gets-all-network

Microsoft Azure Gets All The Network Mappings Under A Network

read-only idempotent
microsoft-azure-gets-network-mapping

Microsoft Azure Gets Network Mapping By Name

read-only idempotent
microsoft-azure-creates-network-mapping

Microsoft Azure Creates Network Mapping

idempotent
microsoft-azure-delete-network-mapping

Microsoft Azure Delete Network Mapping

idempotent
microsoft-azure-updates-network-mapping

Microsoft Azure Updates Network Mapping

idempotent
microsoft-azure-gets-all-network-2

Microsoft Azure Gets All The Network Mappings Under A Vault

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationnetworkmappings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings. 6 operations. Lead operation: Microsoft
    Azure Gets All The Network Mappings Under A Network. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - ReplicationNetworkMappings
  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-replicationnetworkmappings
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings 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}/replicationNetworks/{networkName}/replicationNetworkMappings
      operations:
      - name: microsoftazurereplicationnetworkmappingslistbyreplicationnetworks
        method: GET
        description: Microsoft Azure Gets All The Network Mappings Under A Network
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Primary fabric name.
          required: true
        - name: networkName
          in: path
          type: string
          description: Primary network name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationNetworks/{networkName}/replicationNetworkMappings/{networkMappingName}
      operations:
      - name: microsoftazurereplicationnetworkmappingsget
        method: GET
        description: Microsoft Azure Gets Network Mapping By Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Primary fabric name.
          required: true
        - name: networkName
          in: path
          type: string
          description: Primary network name.
          required: true
        - name: networkMappingName
          in: path
          type: string
          description: Network mapping name.
          required: true
      - name: microsoftazurereplicationnetworkmappingscreate
        method: PUT
        description: Microsoft Azure Creates Network Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Primary fabric name.
          required: true
        - name: networkName
          in: path
          type: string
          description: Primary network name.
          required: true
        - name: networkMappingName
          in: path
          type: string
          description: Network mapping name.
          required: true
        - name: input
          in: body
          type: string
          description: Create network mapping input.
          required: true
      - name: microsoftazurereplicationnetworkmappingsdelete
        method: DELETE
        description: Microsoft Azure Delete Network Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Primary fabric name.
          required: true
        - name: networkName
          in: path
          type: string
          description: Primary network name.
          required: true
        - name: networkMappingName
          in: path
          type: string
          description: ARM Resource Name for network mapping.
          required: true
      - name: microsoftazurereplicationnetworkmappingsupdate
        method: PATCH
        description: Microsoft Azure Updates Network Mapping
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Primary fabric name.
          required: true
        - name: networkName
          in: path
          type: string
          description: Primary network name.
          required: true
        - name: networkMappingName
          in: path
          type: string
          description: Network mapping name.
          required: true
        - name: input
          in: body
          type: string
          description: Update network mapping input.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworkMappings
      operations:
      - name: microsoftazurereplicationnetworkmappingslist
        method: GET
        description: Microsoft Azure Gets All The Network Mappings Under A Vault
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationnetworkmappings-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationnetworkmappingslistbyreplicationnetworks
        description: Microsoft Azure Gets All The Network Mappings Under A Network
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingslistbyreplicationnetworks
        with:
          fabricName: rest.fabricName
          networkName: rest.networkName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}/replicationnetworkmappings/{networkmappingname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationnetworkmappingsget
        description: Microsoft Azure Gets Network Mapping By Name
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsget
        with:
          fabricName: rest.fabricName
          networkName: rest.networkName
          networkMappingName: rest.networkMappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereplicationnetworkmappingscreate
        description: Microsoft Azure Creates Network Mapping
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingscreate
        with:
          fabricName: rest.fabricName
          networkName: rest.networkName
          networkMappingName: rest.networkMappingName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereplicationnetworkmappingsdelete
        description: Microsoft Azure Delete Network Mapping
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsdelete
        with:
          fabricName: rest.fabricName
          networkName: rest.networkName
          networkMappingName: rest.networkMappingName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurereplicationnetworkmappingsupdate
        description: Microsoft Azure Updates Network Mapping
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsupdate
        with:
          fabricName: rest.fabricName
          networkName: rest.networkName
          networkMappingName: rest.networkMappingName
          input: rest.input
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationnetworkmappings
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationnetworkmappingslist
        description: Microsoft Azure Gets All The Network Mappings Under A Vault
        call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationnetworkmappings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworkMappings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-all-network
      description: Microsoft Azure Gets All The Network Mappings Under A Network
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingslistbyreplicationnetworks
      with:
        fabricName: tools.fabricName
        networkName: tools.networkName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-network-mapping
      description: Microsoft Azure Gets Network Mapping By Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsget
      with:
        fabricName: tools.fabricName
        networkName: tools.networkName
        networkMappingName: tools.networkMappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-network-mapping
      description: Microsoft Azure Creates Network Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingscreate
      with:
        fabricName: tools.fabricName
        networkName: tools.networkName
        networkMappingName: tools.networkMappingName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-network-mapping
      description: Microsoft Azure Delete Network Mapping
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsdelete
      with:
        fabricName: tools.fabricName
        networkName: tools.networkName
        networkMappingName: tools.networkMappingName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-network-mapping
      description: Microsoft Azure Updates Network Mapping
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingsupdate
      with:
        fabricName: tools.fabricName
        networkName: tools.networkName
        networkMappingName: tools.networkMappingName
        input: tools.input
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-all-network-2
      description: Microsoft Azure Gets All The Network Mappings Under A Vault
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationnetworkmappings.microsoftazurereplicationnetworkmappingslist
      outputParameters:
      - type: object
        mapping: $.