Express Route Cross Connections - List

Retrieves all the ExpressRouteCrossConnections in a subscription.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections?api-version=2023-09-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

ExpressRouteCrossConnectionListResult

Request successful. The operation returns a list of ExpressRouteCrossConnection resources. If there are no cross connection resources an empty list is returned.

Other Status Codes

CloudError

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

ExpressRouteCrossConnectionList

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/expressRouteCrossConnections?api-version=2023-09-01

Sample Response

{
  "value": [
    {
      "name": "<circuitServiceKey>",
      "id": "/subscriptions/subid/resourceGroups/CrossConnectionSiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>",
      "type": "Microsoft.Network/expressRouteCrossConnections",
      "location": "brazilsouth",
      "properties": {
        "provisioningState": "Enabled",
        "expressRouteCircuit": {
          "id": "/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"
        },
        "peerings": [],
        "peeringLocation": "SiliconValley",
        "bandwidthInMbps": 1000,
        "primaryAzurePort": "bvtazureixp01",
        "secondaryAzurePort": "bvtazureixp01",
        "sTag": 2,
        "serviceProviderProvisioningState": "NotProvisioned"
      }
    }
  ]
}

Definitions

Name Description
CloudError

An error response from the service.

CloudErrorBody

An error response from the service.

ExpressRouteCircuitPeeringAdvertisedPublicPrefixState

The advertised public prefix state of the Peering resource.

ExpressRouteCircuitPeeringConfig

Specifies the peering configuration.

ExpressRouteCircuitPeeringState

The state of peering.

ExpressRouteCircuitReference

Reference to an express route circuit.

ExpressRouteCrossConnection

ExpressRouteCrossConnection resource.

ExpressRouteCrossConnectionListResult

Response for ListExpressRouteCrossConnection API service call.

ExpressRouteCrossConnectionPeering

Peering in an ExpressRoute Cross Connection resource.

ExpressRoutePeeringState

The state of peering.

ExpressRoutePeeringType

The peering type.

Ipv6ExpressRouteCircuitPeeringConfig

Contains IPv6 peering config.

ProvisioningState

The current provisioning state.

ServiceProviderProvisioningState

The ServiceProviderProvisioningState state of the resource.

SubResource

Reference to another subresource.

CloudError

An error response from the service.

Name Type Description
error

CloudErrorBody

Cloud error body.

CloudErrorBody

An error response from the service.

Name Type Description
code

string

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

details

CloudErrorBody[]

A list of additional details about the error.

message

string

A message describing the error, intended to be suitable for display in a user interface.

target

string

The target of the particular error. For example, the name of the property in error.

ExpressRouteCircuitPeeringAdvertisedPublicPrefixState

The advertised public prefix state of the Peering resource.

Name Type Description
Configured

string

Configuring

string

NotConfigured

string

ValidationNeeded

string

ExpressRouteCircuitPeeringConfig

Specifies the peering configuration.

Name Type Description
advertisedCommunities

string[]

The communities of bgp peering. Specified for microsoft peering.

advertisedPublicPrefixes

string[]

The reference to AdvertisedPublicPrefixes.

advertisedPublicPrefixesState

ExpressRouteCircuitPeeringAdvertisedPublicPrefixState

The advertised public prefix state of the Peering resource.

customerASN

integer

The CustomerASN of the peering.

legacyMode

integer

The legacy mode of the peering.

routingRegistryName

string

The RoutingRegistryName of the configuration.

ExpressRouteCircuitPeeringState

The state of peering.

Name Type Description
Disabled

string

Enabled

string

ExpressRouteCircuitReference

Reference to an express route circuit.

Name Type Description
id

string

Corresponding Express Route Circuit Id.

ExpressRouteCrossConnection

ExpressRouteCrossConnection resource.

Name Type Description
etag

string

A unique read-only string that changes whenever the resource is updated.

id

string

Resource ID.

location

string

Resource location.

name

string

Resource name.

properties.bandwidthInMbps

integer

The circuit bandwidth In Mbps.

properties.expressRouteCircuit

ExpressRouteCircuitReference

The ExpressRouteCircuit.

properties.peeringLocation

string

The peering location of the ExpressRoute circuit.

properties.peerings

ExpressRouteCrossConnectionPeering[]

The list of peerings.

properties.primaryAzurePort

string

The name of the primary port.

properties.provisioningState

ProvisioningState

The provisioning state of the express route cross connection resource.

properties.sTag

integer

The identifier of the circuit traffic.

properties.secondaryAzurePort

string

The name of the secondary port.

properties.serviceProviderNotes

string

Additional read only notes set by the connectivity provider.

properties.serviceProviderProvisioningState

ServiceProviderProvisioningState

The provisioning state of the circuit in the connectivity provider system.

tags

object

Resource tags.

type

string

Resource type.

ExpressRouteCrossConnectionListResult

Response for ListExpressRouteCrossConnection API service call.

Name Type Description
nextLink

string

The URL to get the next set of results.

value

ExpressRouteCrossConnection[]

A list of ExpressRouteCrossConnection resources.

ExpressRouteCrossConnectionPeering

Peering in an ExpressRoute Cross Connection resource.

Name Type Description
etag

string

A unique read-only string that changes whenever the resource is updated.

id

string

Resource ID.

name

string

The name of the resource that is unique within a resource group. This name can be used to access the resource.

properties.azureASN

integer

The Azure ASN.

properties.gatewayManagerEtag

string

The GatewayManager Etag.

properties.ipv6PeeringConfig

Ipv6ExpressRouteCircuitPeeringConfig

The IPv6 peering configuration.

properties.lastModifiedBy

string

Who was the last to modify the peering.

properties.microsoftPeeringConfig

ExpressRouteCircuitPeeringConfig

The Microsoft peering configuration.

properties.peerASN

integer

The peer ASN.

properties.peeringType

ExpressRoutePeeringType

The peering type.

properties.primaryAzurePort

string

The primary port.

properties.primaryPeerAddressPrefix

string

The primary address prefix.

properties.provisioningState

ProvisioningState

The provisioning state of the express route cross connection peering resource.

properties.secondaryAzurePort

string

The secondary port.

properties.secondaryPeerAddressPrefix

string

The secondary address prefix.

properties.sharedKey

string

The shared key.

properties.state

ExpressRoutePeeringState

The peering state.

properties.vlanId

integer

The VLAN ID.

ExpressRoutePeeringState

The state of peering.

Name Type Description
Disabled

string

Enabled

string

ExpressRoutePeeringType

The peering type.

Name Type Description
AzurePrivatePeering

string

AzurePublicPeering

string

MicrosoftPeering

string

Ipv6ExpressRouteCircuitPeeringConfig

Contains IPv6 peering config.

Name Type Description
microsoftPeeringConfig

ExpressRouteCircuitPeeringConfig

The Microsoft peering configuration.

primaryPeerAddressPrefix

string

The primary address prefix.

routeFilter

SubResource

The reference to the RouteFilter resource.

secondaryPeerAddressPrefix

string

The secondary address prefix.

state

ExpressRouteCircuitPeeringState

The state of peering.

ProvisioningState

The current provisioning state.

Name Type Description
Deleting

string

Failed

string

Succeeded

string

Updating

string

ServiceProviderProvisioningState

The ServiceProviderProvisioningState state of the resource.

Name Type Description
Deprovisioning

string

NotProvisioned

string

Provisioned

string

Provisioning

string

SubResource

Reference to another subresource.

Name Type Description
id

string

Resource ID.