openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 41.9 kB
JSON
{"openapi":"3.0.0","info":{"description":"The Microsoft Azure ExpressRouteCrossConnection Resource Provider REST APIs describes the operations for the connectivity provider to provision ExpressRoute circuit, create and modify BGP peering entities and troubleshoot connectivity on customer's ExpressRoute circuit.","title":"ExpressRouteCrossConnection REST APIs","version":"2019-08-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/expressRouteCrossConnection.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"network-expressRouteCrossConnection","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/providers/Microsoft.Network/expressRouteCrossConnections":{"get":{"description":"Retrieves all the ExpressRouteCrossConnections in a subscription.","operationId":"ExpressRouteCrossConnections_List","parameters":[{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionList":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionList":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns a list of ExpressRouteCrossConnection resources. If there are no cross connection resources an empty list is returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionListResult"},"examples":{"ExpressRouteCrossConnectionList":{"$ref":"#/components/examples/ExpressRouteCrossConnectionList"}}}}}},"tags":["ExpressRouteCrossConnections"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections":{"get":{"description":"Retrieves all the ExpressRouteCrossConnections in a resource group.","operationId":"ExpressRouteCrossConnections_ListByResourceGroup","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionListByResourceGroup":{"value":"CrossConnection-SiliconValley"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionListByResourceGroup":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionListByResourceGroup":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful.The operation returns a list of ExpressRouteCrossConnection resources. If there are no cross connection resources an empty list is returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionListResult"},"examples":{"ExpressRouteCrossConnectionListByResourceGroup":{"$ref":"#/components/examples/ExpressRouteCrossConnectionListByResourceGroup"}}}}}},"tags":["ExpressRouteCrossConnections"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}":{"get":{"description":"Gets details about the specified ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnections_Get","parameters":[{"description":"The name of the resource group (peering location of the circuit).","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnection":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection (service key of the circuit).","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnection":{"value":"<circuitServiceKey>"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnection":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnection":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting ExpressRouteCrossConnection resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnection"},"examples":{"GetExpressRouteCrossConnection":{"$ref":"#/components/examples/GetExpressRouteCrossConnection"}}}}}},"tags":["ExpressRouteCrossConnections"]},"patch":{"description":"Updates an express route cross connection tags.","operationId":"ExpressRouteCrossConnections_UpdateTags","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnectionTags":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the cross connection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnectionTags":{"value":"<circuitServiceKey>"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnectionTags":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnectionTags":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"description":"Tags object for patch operations.","properties":{"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object"}}}}},"description":"Parameters supplied to update express route cross connection tags.","required":true},"responses":{"200":{"description":"Update successful. The operation returns the resulting ExpressRouteCrossConnection resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnection"},"examples":{"UpdateExpressRouteCrossConnectionTags":{"$ref":"#/components/examples/UpdateExpressRouteCrossConnectionTags"}}}}}},"tags":["ExpressRouteCrossConnections"],"x-ms-long-running-operation":true},"put":{"description":"Update the specified ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnections_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnection":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnection":{"value":"<circuitServiceKey>"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnection":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"UpdateExpressRouteCrossConnection":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnection"}}},"description":"Parameters supplied to the update express route crossConnection operation.","required":true},"responses":{"200":{"description":"Update successful. The operation returns the resulting ExpressRouteCrossConnection resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnection"},"examples":{"UpdateExpressRouteCrossConnection":{"$ref":"#/components/examples/UpdateExpressRouteCrossConnection"}}}}}},"tags":["ExpressRouteCrossConnections"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings":{"get":{"description":"Gets all peerings in a specified ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnectionPeerings_List","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringList":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringList":{"value":"<circuitServiceKey>"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringList":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringList":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns a list of ExpressRouteCrossConnectionPeering resources.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeeringList"},"examples":{"ExpressRouteCrossConnectionBgpPeeringList":{"$ref":"#/components/examples/ExpressRouteCrossConnectionBgpPeeringList"}}}}}},"tags":["ExpressRouteCrossConnectionPeerings"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}":{"delete":{"description":"Deletes the specified peering from the ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnectionPeerings_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"DeleteExpressRouteCrossConnectionBgpPeering":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"DeleteExpressRouteCrossConnectionBgpPeering":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"DeleteExpressRouteCrossConnectionBgpPeering":{"value":"AzurePrivatePeering"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"DeleteExpressRouteCrossConnectionBgpPeering":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"DeleteExpressRouteCrossConnectionBgpPeering":{"value":"subid"}}}],"responses":{"200":{"description":"Delete successful."},"202":{"description":"Accepted and the operation will complete asynchronously."},"204":{"description":"Delete successful."}},"tags":["ExpressRouteCrossConnectionPeerings"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}},"get":{"description":"Gets the specified peering for the ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnectionPeerings_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"value":"AzurePrivatePeering"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting ExpressRouteCrossConnectionPeering resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"},"examples":{"GetExpressRouteCrossConnectionBgpPeering":{"$ref":"#/components/examples/GetExpressRouteCrossConnectionBgpPeering"}}}}}},"tags":["ExpressRouteCrossConnectionPeerings"]},"put":{"description":"Creates or updates a peering in the specified ExpressRouteCrossConnection.","operationId":"ExpressRouteCrossConnectionPeerings_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":"AzurePrivatePeering"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":"subid"}}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"}}},"description":"Parameters supplied to the create or update ExpressRouteCrossConnection peering operation.","required":true},"responses":{"200":{"description":"Update successful. The operation returns the resulting ExpressRouteCrossConnectionPeering resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"$ref":"#/components/examples/ExpressRouteCrossConnectionBgpPeeringCreate"}}}}},"201":{"description":"Create successful. The operation returns the resulting ExpressRouteCrossConnectionPeering resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"},"examples":{"ExpressRouteCrossConnectionBgpPeeringCreate":{"$ref":"#/components/examples/ExpressRouteCrossConnectionBgpPeeringCreate"}}}}}},"tags":["ExpressRouteCrossConnectionPeerings"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"azure-async-operation"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}/arpTables/{devicePath}":{"post":{"description":"Gets the currently advertised ARP table associated with the express route cross connection in a resource group.","operationId":"ExpressRouteCrossConnections_ListArpTable","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"AzurePrivatePeering"}}},{"description":"The path of the device.","in":"path","name":"devicePath","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"primary"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting ExpressRouteCrossConnectionsArpTable resource.","content":{"application/json":{"schema":{"description":"Response for ListArpTable associated with the Express Route Circuits API.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"A list of the ARP tables.","items":{"description":"The ARP table associated with the ExpressRouteCircuit.","properties":{"age":{"description":"Entry age in minutes.","format":"int32","type":"integer"},"interface":{"description":"Interface address.","type":"string"},"ipAddress":{"description":"The IP address.","type":"string"},"macAddress":{"description":"The MAC address.","type":"string"}}},"type":"array"}}},"examples":{"GetExpressRouteCrossConnectionsArpTable":{"$ref":"#/components/examples/GetExpressRouteCrossConnectionsArpTable"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously."}},"tags":["ExpressRouteCrossConnectionArpTable"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}/routeTables/{devicePath}":{"post":{"description":"Gets the currently advertised routes table associated with the express route cross connection in a resource group.","operationId":"ExpressRouteCrossConnections_ListRoutesTable","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"AzurePrivatePeering"}}},{"description":"The path of the device.","in":"path","name":"devicePath","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"primary"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting ExpressRouteCrossConnectionsRouteTable resource.","content":{"application/json":{"schema":{"description":"Response for ListRoutesTable associated with the Express Route Circuits API.","properties":{"nextLink":{"description":"The URL to get the next set of results.","type":"string"},"value":{"description":"The list of routes table.","items":{"description":"The routes table associated with the ExpressRouteCircuit.","properties":{"locPrf":{"description":"Local preference value as set with the set local-preference route-map configuration command.","type":"string"},"network":{"description":"IP address of a network entity.","type":"string"},"nextHop":{"description":"NextHop address.","type":"string"},"path":{"description":"Autonomous system paths to the destination network.","type":"string"},"weight":{"description":"Route Weight.","format":"int32","type":"integer"}}},"type":"array"}}},"examples":{"GetExpressRouteCrossConnectionsRouteTable":{"$ref":"#/components/examples/GetExpressRouteCrossConnectionsRouteTable"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously."}},"tags":["ExpressRouteCrossConnectionRouteTable"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}/routeTablesSummary/{devicePath}":{"post":{"description":"Gets the route table summary associated with the express route cross connection in a resource group.","operationId":"ExpressRouteCrossConnections_ListRoutesTableSummary","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"CrossConnection-SiliconValley"}}},{"description":"The name of the ExpressRouteCrossConnection.","in":"path","name":"crossConnectionName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"<circuitServiceKey>"}}},{"description":"The name of the peering.","in":"path","name":"peeringName","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"AzurePrivatePeering"}}},{"description":"The path of the device.","in":"path","name":"devicePath","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"primary"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"2019-08-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting ExpressRouteCrossConnectionsRouteTableSummary resource.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionsRoutesTableSummaryListResult"},"examples":{"GetExpressRouteCrossConnectionsRouteTableSummary":{"$ref":"#/components/examples/GetExpressRouteCrossConnectionsRouteTableSummary"}}}}},"202":{"description":"Accepted and the operation will complete asynchronously."}},"tags":["ExpressRouteCrossConnectionRouteTableSummary"],"x-ms-long-running-operation":true,"x-ms-long-running-operation-options":{"final-state-via":"location"}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"ExpressRouteCrossConnectionList":{"value":{"value":[{"id":"/subscriptions/subid/resourceGroups/CrossConnectionSiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>","location":"brazilsouth","name":"<circuitServiceKey>","properties":{"bandwidthInMbps":1000,"expressRouteCircuit":{"id":"/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"},"peeringLocation":"SiliconValley","peerings":[],"primaryAzurePort":"bvtazureixp01","provisioningState":"Enabled","sTag":2,"secondaryAzurePort":"bvtazureixp01","serviceProviderProvisioningState":"NotProvisioned"},"type":"Microsoft.Network/expressRouteCrossConnections"}]}},"ExpressRouteCrossConnectionListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/subid/resourceGroups/CrossConnectionSilicon-Valley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>","location":"brazilsouth","name":"<circuitServiceKey>","properties":{"bandwidthInMbps":1000,"expressRouteCircuit":{"id":"/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"},"peeringLocation":"SiliconValley","peerings":[],"primaryAzurePort":"bvtazureixp01","provisioningState":"Enabled","sTag":2,"secondaryAzurePort":"bvtazureixp01","serviceProviderProvisioningState":"NotProvisioned"},"type":"Microsoft.Network/expressRouteCrossConnections"}]}},"GetExpressRouteCrossConnection":{"value":{"etag":"W/\"c0e6477e-8150-4d4f-9bf6-bb10e6acb63a\"","id":"/subscriptions/subid/resourceGroups/CrossConnection-SiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>","location":"brazilsouth","name":"<circuitServiceKey>","properties":{"bandwidthInMbps":1000,"expressRouteCircuit":{"id":"/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"},"peeringLocation":"SiliconValley","peerings":[],"primaryAzurePort":"bvtazureixp01","provisioningState":"Enabled","sTag":2,"secondaryAzurePort":"bvtazureixp01","serviceProviderProvisioningState":"NotProvisioned"},"type":"Microsoft.Network/expressRouteCrossConnections"}},"UpdateExpressRouteCrossConnectionTags":{"value":{"id":"/subscriptions/subid/resourceGroups/CrossConnectionSiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>","location":"brazilsouth","name":"er1","properties":{"bandwidthInMbps":1000,"expressRouteCircuit":{"id":"/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"},"peeringLocation":"SiliconValley","peerings":[],"primaryAzurePort":"bvtazureixp01","provisioningState":"Failed","sTag":2,"secondaryAzurePort":"bvtazureixp01","serviceProviderProvisioningState":"NotProvisioned"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.Network/expressRouteCrossConnections"}},"UpdateExpressRouteCrossConnection":{"value":{"id":"/subscriptions/subid/resourceGroups/CrossConnectionSiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>","location":"brazilsouth","name":"<circuitServiceKey>","properties":{"bandwidthInMbps":1000,"expressRouteCircuit":{"id":"/subscriptions/subid/resourceGroups/ertest/providers/Microsoft.Network/expressRouteCircuits/er1"},"peeringLocation":"SiliconValley","peerings":[],"primaryAzurePort":"bvtazureixp01","provisioningState":"Enabled","sTag":2,"secondaryAzurePort":"bvtazureixp01","serviceProviderProvisioningState":"NotProvisioned"},"type":"Microsoft.Network/expressRouteCrossConnections"}},"ExpressRouteCrossConnectionBgpPeeringList":{"value":{"value":[{"etag":"W/\"72090554-7e3b-43f2-80ad-99a9020dcb11\"","id":"/subscriptions/subid/resourceGroups/CrossConnection-SiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>/peerings/AzurePrivatePeering","name":"AzurePrivatePeering","properties":{"azureASN":12076,"gatewayManagerEtag":"","ipv6PeeringConfig":{"primaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::/126","secondaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::4/126","state":"Enabled"},"lastModifiedBy":"Customer","peerASN":200,"peeringType":"AzurePrivatePeering","primaryAzurePort":"","primaryPeerAddressPrefix":"192.168.16.252/30","provisioningState":"Succeeded","secondaryAzurePort":"","secondaryPeerAddressPrefix":"192.168.18.252/30","state":"Enabled","vlanId":200}}]}},"GetExpressRouteCrossConnectionBgpPeering":{"value":{"etag":"W/\"72090554-7e3b-43f2-80ad-99a9020dcb11\"","id":"/subscriptions/subid/resourceGroups/CrossConnection-Boydton1DC/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>/peerings/AzurePrivatePeering","name":"AzurePrivatePeering","properties":{"azureASN":12076,"gatewayManagerEtag":"","ipv6PeeringConfig":{"primaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::/126","secondaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::4/126","state":"Enabled"},"lastModifiedBy":"Customer","peerASN":200,"peeringType":"AzurePrivatePeering","primaryAzurePort":"","primaryPeerAddressPrefix":"192.168.16.252/30","provisioningState":"Succeeded","secondaryAzurePort":"","secondaryPeerAddressPrefix":"192.168.18.252/30","state":"Enabled","vlanId":200}}},"ExpressRouteCrossConnectionBgpPeeringCreate":{"value":{"etag":"W/\"72090554-7e3b-43f2-80ad-99a9020dcb11\"","id":"/subscriptions/subid/resourceGroups/CrossConnection-SiliconValley/providers/Microsoft.Network/expressRouteCrossConnections/<circuitServiceKey>/peerings/AzurePrivatePeering","name":"AzurePrivatePeering","properties":{"azureASN":12076,"gatewayManagerEtag":"","ipv6PeeringConfig":{"primaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::/126","secondaryPeerAddressPrefix":"3FFE:FFFF:0:CD30::4/126","state":"Enabled"},"lastModifiedBy":"Customer","peerASN":200,"peeringType":"AzurePrivatePeering","primaryAzurePort":"","primaryPeerAddressPrefix":"192.168.16.252/30","provisioningState":"Succeeded","secondaryAzurePort":"","secondaryPeerAddressPrefix":"192.168.18.252/30","state":"Enabled","vlanId":200}}},"GetExpressRouteCrossConnectionsArpTable":{"value":{"value":[{"age":0,"interface":"Microsoft","ipAddress":"192.116.14.254","macAddress":"885a.9269.9110"}]}},"GetExpressRouteCrossConnectionsRouteTable":{"value":{"value":[{"locPrf":"","network":"10.6.0.0/16","nextHop":"10.6.1.12","path":"65514","weight":0},{"locPrf":"","network":"10.7.0.0/16","nextHop":"10.7.1.13","path":"65514","weight":0}]}},"GetExpressRouteCrossConnectionsRouteTableSummary":{"value":{"value":[{"asn":65514,"neighbor":"10.6.1.112","stateOrPrefixesReceived":"Active","upDown":"1d14h"},{"asn":65514,"neighbor":"10.6.1.113","stateOrPrefixesReceived":"1","upDown":"1d14h"}]}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow.","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"ExpressRouteCircuitReference":{"description":"Reference to an express route circuit.","properties":{"id":{"description":"Corresponding Express Route Circuit Id.","type":"string"}}},"ExpressRouteCrossConnection":{"allOf":[{"description":"Common resource representation.","properties":{"id":{"description":"Resource ID.","type":"string"},"location":{"description":"Resource location.","type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"ExpressRouteCrossConnection resource.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","readOnly":true,"type":"string"},"properties":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionProperties"}}},"ExpressRouteCrossConnectionListResult":{"description":"Response for ListExpressRouteCrossConnection API service call.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"A list of ExpressRouteCrossConnection resources.","items":{"$ref":"#/components/schemas/ExpressRouteCrossConnection"},"type":"array"}}},"ExpressRouteCrossConnectionPeering":{"allOf":[{"description":"Reference to another subresource.","properties":{"id":{"description":"Resource ID.","type":"string"}},"x-ms-azure-resource":true}],"description":"Peering in an ExpressRoute Cross Connection resource.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","readOnly":true,"type":"string"},"name":{"description":"The name of the resource that is unique within a resource group. This name can be used to access the resource.","type":"string"},"properties":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeeringProperties"}}},"ExpressRouteCrossConnectionPeeringList":{"description":"Response for ListPeering API service call retrieves all peerings that belong to an ExpressRouteCrossConnection.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"The peerings in an express route cross connection.","items":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"},"type":"array"}}},"ExpressRouteCrossConnectionPeeringProperties":{"description":"Properties of express route cross connection peering.","properties":{"azureASN":{"description":"The Azure ASN.","format":"int32","readOnly":true,"type":"integer"},"gatewayManagerEtag":{"description":"The GatewayManager Etag.","type":"string"},"ipv6PeeringConfig":{"description":"Contains IPv6 peering config.","properties":{"microsoftPeeringConfig":{"description":"Specifies the peering configuration.","properties":{"advertisedCommunities":{"description":"The communities of bgp peering. Specified for microsoft peering.","items":{"type":"string"},"type":"array"},"advertisedPublicPrefixes":{"description":"The reference of AdvertisedPublicPrefixes.","items":{"type":"string"},"type":"array"},"advertisedPublicPrefixesState":{"description":"The advertised public prefix state of the Peering resource.","enum":["NotConfigured","Configuring","Configured","ValidationNeeded"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ExpressRouteCircuitPeeringAdvertisedPublicPrefixState"}},"customerASN":{"description":"The CustomerASN of the peering.","format":"int32","type":"integer"},"legacyMode":{"description":"The legacy mode of the peering.","format":"int32","type":"integer"},"routingRegistryName":{"description":"The RoutingRegistryName of the configuration.","type":"string"}}},"primaryPeerAddressPrefix":{"description":"The primary address prefix.","type":"string"},"routeFilter":{"description":"Reference to another subresource.","properties":{"id":{"description":"Resource ID.","type":"string"}},"x-ms-azure-resource":true},"secondaryPeerAddressPrefix":{"description":"The secondary address prefix.","type":"string"},"state":{"description":"The state of peering.","enum":["Disabled","Enabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ExpressRouteCircuitPeeringState"}}}},"lastModifiedBy":{"description":"Who was the last to modify the peering.","type":"string"},"microsoftPeeringConfig":{"description":"Specifies the peering configuration.","properties":{"advertisedCommunities":{"description":"The communities of bgp peering. Specified for microsoft peering.","items":{"type":"string"},"type":"array"},"advertisedPublicPrefixes":{"description":"The reference of AdvertisedPublicPrefixes.","items":{"type":"string"},"type":"array"},"advertisedPublicPrefixesState":{"description":"The advertised public prefix state of the Peering resource.","enum":["NotConfigured","Configuring","Configured","ValidationNeeded"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ExpressRouteCircuitPeeringAdvertisedPublicPrefixState"}},"customerASN":{"description":"The CustomerASN of the peering.","format":"int32","type":"integer"},"legacyMode":{"description":"The legacy mode of the peering.","format":"int32","type":"integer"},"routingRegistryName":{"description":"The RoutingRegistryName of the configuration.","type":"string"}}},"peerASN":{"description":"The peer ASN.","format":"int64","maximum":4294967295,"minimum":1,"type":"integer"},"peeringType":{"description":"The peering type.","enum":["AzurePublicPeering","AzurePrivatePeering","MicrosoftPeering"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ExpressRoutePeeringType"}},"primaryAzurePort":{"description":"The primary port.","readOnly":true,"type":"string"},"primaryPeerAddressPrefix":{"description":"The primary address prefix.","type":"string"},"provisioningState":{"description":"The current provisioning state.","enum":["Succeeded","Updating","Deleting","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"ProvisioningState"}},"secondaryAzurePort":{"description":"The secondary port.","readOnly":true,"type":"string"},"secondaryPeerAddressPrefix":{"description":"The secondary address prefix.","type":"string"},"sharedKey":{"description":"The shared key.","type":"string"},"state":{"description":"The state of peering.","enum":["Disabled","Enabled"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ExpressRoutePeeringState"}},"vlanId":{"description":"The VLAN ID.","format":"int32","type":"integer"}}},"ExpressRouteCrossConnectionProperties":{"description":"Properties of ExpressRouteCrossConnection.","properties":{"bandwidthInMbps":{"description":"The circuit bandwidth In Mbps.","format":"int32","type":"integer"},"expressRouteCircuit":{"$ref":"#/components/schemas/ExpressRouteCircuitReference"},"peeringLocation":{"description":"The peering location of the ExpressRoute circuit.","type":"string"},"peerings":{"description":"The list of peerings.","items":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionPeering"},"type":"array"},"primaryAzurePort":{"description":"The name of the primary port.","readOnly":true,"type":"string"},"provisioningState":{"description":"The current provisioning state.","enum":["Succeeded","Updating","Deleting","Failed"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"ProvisioningState"}},"sTag":{"description":"The identifier of the circuit traffic.","readOnly":true,"type":"integer"},"secondaryAzurePort":{"description":"The name of the secondary port.","readOnly":true,"type":"string"},"serviceProviderNotes":{"description":"Additional read only notes set by the connectivity provider.","type":"string"},"serviceProviderProvisioningState":{"description":"The ServiceProviderProvisioningState state of the resource.","enum":["NotProvisioned","Provisioning","Provisioned","Deprovisioning"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ServiceProviderProvisioningState"}}}},"ExpressRouteCrossConnectionRoutesTableSummary":{"description":"The routes table associated with the ExpressRouteCircuit.","properties":{"asn":{"description":"Autonomous system number.","format":"int32","type":"integer"},"neighbor":{"description":"IP address of Neighbor router.","type":"string"},"stateOrPrefixesReceived":{"description":"Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.","type":"string"},"upDown":{"description":"The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.","type":"string"}}},"ExpressRouteCrossConnectionsRoutesTableSummaryListResult":{"description":"Response for ListRoutesTable associated with the Express Route Cross Connections.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"A list of the routes table.","items":{"$ref":"#/components/schemas/ExpressRouteCrossConnectionRoutesTableSummary"},"type":"array"}}}}}}