Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks

Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks. 2 operations. Lead operation: Microsoft Azure Gets The List Of Logical Networks Under A Fabric. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReplicationLogicalNetworks

What You Can Do

GET
Microsoftazurereplicationlogicalnetworkslistbyreplicationfabrics — Microsoft Azure Gets The List Of Logical Networks Under A Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationlogicalnetworks
GET
Microsoftazurereplicationlogicalnetworksget — Microsoft Azure Gets A Logical Network With Specified Server Id And Logical Network Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationlogicalnetworks/{logicalnetworkname}

MCP Tools

microsoft-azure-gets-list-logical

Microsoft Azure Gets The List Of Logical Networks Under A Fabric

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

Microsoft Azure Gets A Logical Network With Specified Server Id And Logical Network Name

read-only idempotent

Capability Spec

siterecoverymanagementclient-replicationlogicalnetworks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks
  description: 'Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks. 2 operations. Lead operation: Microsoft
    Azure Gets The List Of Logical Networks Under A Fabric. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - ReplicationLogicalNetworks
  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-replicationlogicalnetworks
    baseUri: https://management.azure.com
    description: Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks 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}/replicationLogicalNetworks
      operations:
      - name: microsoftazurereplicationlogicalnetworkslistbyreplicationfabrics
        method: GET
        description: Microsoft Azure Gets The List Of Logical Networks Under A Fabric
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Server Id.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationLogicalNetworks/{logicalNetworkName}
      operations:
      - name: microsoftazurereplicationlogicalnetworksget
        method: GET
        description: Microsoft Azure Gets A Logical Network With Specified Server Id And Logical Network Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fabricName
          in: path
          type: string
          description: Server Id.
          required: true
        - name: logicalNetworkName
          in: path
          type: string
          description: Logical network name.
          required: true
  exposes:
  - type: rest
    namespace: siterecoverymanagementclient-replicationlogicalnetworks-rest
    port: 8080
    description: REST adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationlogicalnetworks
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationlogicalnetworkslistbyreplicationfabrics
        description: Microsoft Azure Gets The List Of Logical Networks Under A Fabric
        call: siterecoverymanagementclient-replicationlogicalnetworks.microsoftazurereplicationlogicalnetworkslistbyreplicationfabrics
        with:
          fabricName: rest.fabricName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationlogicalnetworks/{logicalnetworkname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurereplicationlogicalnetworksget
        description: Microsoft Azure Gets A Logical Network With Specified Server Id And Logical Network Name
        call: siterecoverymanagementclient-replicationlogicalnetworks.microsoftazurereplicationlogicalnetworksget
        with:
          fabricName: rest.fabricName
          logicalNetworkName: rest.logicalNetworkName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: siterecoverymanagementclient-replicationlogicalnetworks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure SiteRecoveryManagementClient — ReplicationLogicalNetworks. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-logical
      description: Microsoft Azure Gets The List Of Logical Networks Under A Fabric
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationlogicalnetworks.microsoftazurereplicationlogicalnetworkslistbyreplicationfabrics
      with:
        fabricName: tools.fabricName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-logical-network
      description: Microsoft Azure Gets A Logical Network With Specified Server Id And Logical Network Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: siterecoverymanagementclient-replicationlogicalnetworks.microsoftazurereplicationlogicalnetworksget
      with:
        fabricName: tools.fabricName
        logicalNetworkName: tools.logicalNetworkName
      outputParameters:
      - type: object
        mapping: $.