Microsoft Azure · Capability

Microsoft Azure SiteRecoveryManagementClient — ReplicationNetworks

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

Run with Naftiko Microsoft AzureReplicationNetworks

What You Can Do

GET
Microsoftazurereplicationnetworkslistbyreplicationfabrics — Microsoft Azure Gets The List Of Networks Under A Fabric
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks
GET
Microsoftazurereplicationnetworksget — Microsoft Azure Gets A Network With Specified Server Id And Network Name
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationfabrics/{fabricname}/replicationnetworks/{networkname}
GET
Microsoftazurereplicationnetworkslist — Microsoft Azure Gets The List Of Networks View Only Api
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-recoveryservices/vaults/{resourcename}/replicationnetworks

MCP Tools

microsoft-azure-gets-list-networks

Microsoft Azure Gets The List Of Networks Under A Fabric

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

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

read-only idempotent
microsoft-azure-gets-list-networks-2

Microsoft Azure Gets The List Of Networks View Only Api

read-only idempotent

Capability Spec

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