Microsoft Azure · Capability

Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections

Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections. 5 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureExpressRouteCrossConnections

What You Can Do

GET
Microsoftazureexpressroutecrossconnectionslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections
/v1/subscriptions/{subscriptionid}/providers/microsoft-network/expressroutecrossconnections
GET
Microsoftazureexpressroutecrossconnectionslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections
GET
Microsoftazureexpressroutecrossconnectionsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections/{crossconnectionname}
PUT
Microsoftazureexpressroutecrossconnectionscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections/{crossconnectionname}
PATCH
Microsoftazureexpressroutecrossconnectionsupdatetags — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections/{crossconnectionname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname

idempotent

Capability Spec

expressroutecrossconnection-rest-apis-expressroutecrossconnections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections
  description: 'Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections. 5 operations. Lead operation:
    Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ExpressRouteCrossConnections
  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: expressroutecrossconnection-rest-apis-expressroutecrossconnections
    baseUri: https://management.azure.com
    description: Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections business capability.
      Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Network-expressRouteCrossConnec
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections
      operations:
      - name: microsoftazureexpressroutecrossconnectionslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections
      operations:
      - name: microsoftazureexpressroutecrossconnectionslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}
      operations:
      - name: microsoftazureexpressroutecrossconnectionsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group (peering location of the circuit).
          required: true
        - name: crossConnectionName
          in: path
          type: string
          description: The name of the ExpressRouteCrossConnection (service key of the circuit).
          required: true
      - name: microsoftazureexpressroutecrossconnectionscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: crossConnectionName
          in: path
          type: string
          description: The name of the ExpressRouteCrossConnection.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters supplied to the update express route crossConnection operation.
          required: true
      - name: microsoftazureexpressroutecrossconnectionsupdatetags
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceGroupName
          in: path
          type: string
          description: The name of the resource group.
          required: true
        - name: crossConnectionName
          in: path
          type: string
          description: The name of the cross connection.
          required: true
        - name: crossConnectionParameters
          in: body
          type: string
          description: Parameters supplied to update express route cross connection tags.
          required: true
  exposes:
  - type: rest
    namespace: expressroutecrossconnection-rest-apis-expressroutecrossconnections-rest
    port: 8080
    description: REST adapter for Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-network/expressroutecrossconnections
      name: subscriptions-subscriptionid-providers-microsoft-network-expressroutecrossconnec
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Network-expressRouteCrossConnec.
      operations:
      - method: GET
        name: microsoftazureexpressroutecrossconnectionslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections
        call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureexpressroutecrossconnectionslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections
        call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionslistbyresourcegroup
        with:
          resourceGroupName: rest.resourceGroupName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-network/expressroutecrossconnections/{crossconnectionname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureexpressroutecrossconnectionsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionsget
        with:
          resourceGroupName: rest.resourceGroupName
          crossConnectionName: rest.crossConnectionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureexpressroutecrossconnectionscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionscreateorupdate
        with:
          resourceGroupName: rest.resourceGroupName
          crossConnectionName: rest.crossConnectionName
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureexpressroutecrossconnectionsupdatetags
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Network Expressroutecrossconnections Crossconnectionname
        call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionsupdatetags
        with:
          resourceGroupName: rest.resourceGroupName
          crossConnectionName: rest.crossConnectionName
          crossConnectionParameters: rest.crossConnectionParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: expressroutecrossconnection-rest-apis-expressroutecrossconnections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ExpressRouteCrossConnection REST APIs — ExpressRouteCrossConnections. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Network Expressroutecrossconnections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Expressroutecrossconnections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionslistbyresourcegroup
      with:
        resourceGroupName: tools.resourceGroupName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Expressroutecrossconnections Crossconnectionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionsget
      with:
        resourceGroupName: tools.resourceGroupName
        crossConnectionName: tools.crossConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network
        Expressroutecrossconnections Crossconnectionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionscreateorupdate
      with:
        resourceGroupName: tools.resourceGroupName
        crossConnectionName: tools.crossConnectionName
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Network Expressroutecrossconnections Crossconnectionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: expressroutecrossconnection-rest-apis-expressroutecrossconnections.microsoftazureexpressroutecrossconnectionsupdatetags
      with:
        resourceGroupName: tools.resourceGroupName
        crossConnectionName: tools.crossConnectionName
        crossConnectionParameters: tools.crossConnectionParameters
      outputParameters:
      - type: object
        mapping: $.