swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ExpressRouteCrossConnectionRouteTableSummary API schemes: - https tags: - name: ExpressRouteCrossConnectionRouteTableSummary paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteCrossConnections/{crossConnectionName}/peerings/{peeringName}/routeTablesSummary/{devicePath} : post: tags: - ExpressRouteCrossConnectionRouteTableSummary operationId: microsoftAzureExpressroutecrossconnectionsListroutestablesummary description: Gets the route table summary associated with the express route cross connection in a resource group. parameters: - name: resourceGroupName in: path required: true type: string description: The name of the resource group. - name: crossConnectionName in: path required: true type: string description: The name of the ExpressRouteCrossConnection. - name: peeringName in: path required: true type: string description: The name of the peering. - name: devicePath in: path required: true type: string description: The path of the device. - $ref: ./network.json#/parameters/ApiVersionParameter - $ref: ./network.json#/parameters/SubscriptionIdParameter responses: '200': description: Request successful. The operation returns the resulting ExpressRouteCrossConnectionsRouteTableSummary resource. schema: $ref: '#/definitions/ExpressRouteCrossConnectionsRoutesTableSummaryListResult' '202': description: Accepted and the operation will complete asynchronously. default: description: Error response describing why the operation failed. schema: $ref: ./network.json#/definitions/CloudError x-ms-examples: GetExpressRouteCrossConnectionsRouteTableSummary: $ref: ./examples/ExpressRouteCrossConnectionsRouteTableSummary.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Network Expressroutecrossconnections Crossconnectionname Peerings Peeringname Routetablessummary Devicepath definitions: ExpressRouteCrossConnectionsRoutesTableSummaryListResult: properties: value: type: array items: $ref: '#/definitions/ExpressRouteCrossConnectionRoutesTableSummary' description: A list of the routes table. nextLink: readOnly: true type: string description: The URL to get the next set of results. description: Response for ListRoutesTable associated with the Express Route Cross Connections. ExpressRouteCrossConnectionRoutesTableSummary: properties: neighbor: type: string description: IP address of Neighbor router. asn: type: integer format: int32 description: Autonomous system number. upDown: type: string 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. stateOrPrefixesReceived: type: string description: Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group. description: The routes table associated with the ExpressRouteCircuit. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'