Microsoft Azure · Capability

Microsoft Azure Azure VMware Solution API — GlobalReachConnections

Microsoft Azure Azure VMware Solution API — GlobalReachConnections. 4 operations. Lead operation: Microsoft Azure List Global Reach Connections In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureGlobalReachConnections

What You Can Do

GET
Microsoftazureglobalreachconnectionslist — Microsoft Azure List Global Reach Connections In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections
GET
Microsoftazureglobalreachconnectionsget — Microsoft Azure Get A Global Reach Connection By Name In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections/{globalreachconnectionname}
PUT
Microsoftazureglobalreachconnectionscreateorupdate — Microsoft Azure Create Or Update A Global Reach Connection In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections/{globalreachconnectionname}
DELETE
Microsoftazureglobalreachconnectionsdelete — Microsoft Azure Delete A Global Reach Connection In A Private Cloud
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections/{globalreachconnectionname}

MCP Tools

microsoft-azure-list-global-reach

Microsoft Azure List Global Reach Connections In A Private Cloud

read-only idempotent
microsoft-azure-get-global-reach

Microsoft Azure Get A Global Reach Connection By Name In A Private Cloud

read-only idempotent
microsoft-azure-create-update-global

Microsoft Azure Create Or Update A Global Reach Connection In A Private Cloud

idempotent
microsoft-azure-delete-global-reach

Microsoft Azure Delete A Global Reach Connection In A Private Cloud

idempotent

Capability Spec

azure-vmware-solution-globalreachconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure VMware Solution API — GlobalReachConnections
  description: 'Microsoft Azure Azure VMware Solution API — GlobalReachConnections. 4 operations. Lead operation: Microsoft
    Azure List Global Reach Connections In A Private Cloud. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - GlobalReachConnections
  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-vmware-solution-globalreachconnections
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure VMware Solution API — GlobalReachConnections business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/globalReachConnections
      operations:
      - name: microsoftazureglobalreachconnectionslist
        method: GET
        description: Microsoft Azure List Global Reach Connections In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/globalReachConnections/{globalReachConnectionName}
      operations:
      - name: microsoftazureglobalreachconnectionsget
        method: GET
        description: Microsoft Azure Get A Global Reach Connection By Name In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureglobalreachconnectionscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Global Reach Connection In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: privateCloudName
          in: path
          type: string
          description: The name of the private cloud.
          required: true
        - name: globalReachConnection
          in: body
          type: string
          description: A global reach connection in the private cloud
          required: true
      - name: microsoftazureglobalreachconnectionsdelete
        method: DELETE
        description: Microsoft Azure Delete A Global Reach Connection In A Private Cloud
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-vmware-solution-globalreachconnections-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure VMware Solution API — GlobalReachConnections. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureglobalreachconnectionslist
        description: Microsoft Azure List Global Reach Connections In A Private Cloud
        call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-avs/privateclouds/{privatecloudname}/globalreachconnections/{globalreachconnectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureglobalreachconnectionsget
        description: Microsoft Azure Get A Global Reach Connection By Name In A Private Cloud
        call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureglobalreachconnectionscreateorupdate
        description: Microsoft Azure Create Or Update A Global Reach Connection In A Private Cloud
        call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionscreateorupdate
        with:
          privateCloudName: rest.privateCloudName
          globalReachConnection: rest.globalReachConnection
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureglobalreachconnectionsdelete
        description: Microsoft Azure Delete A Global Reach Connection In A Private Cloud
        call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-vmware-solution-globalreachconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure VMware Solution API — GlobalReachConnections. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-global-reach
      description: Microsoft Azure List Global Reach Connections In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-global-reach
      description: Microsoft Azure Get A Global Reach Connection By Name In A Private Cloud
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-global
      description: Microsoft Azure Create Or Update A Global Reach Connection In A Private Cloud
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionscreateorupdate
      with:
        privateCloudName: tools.privateCloudName
        globalReachConnection: tools.globalReachConnection
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-global-reach
      description: Microsoft Azure Delete A Global Reach Connection In A Private Cloud
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-vmware-solution-globalreachconnections.microsoftazureglobalreachconnectionsdelete
      outputParameters:
      - type: object
        mapping: $.