DescribeConnections#

Description#

Returns the list of connections.

Request Parameters#

  • connectionId — The connection ID.

    • Type: String

    • Required: No

Response Elements#

  • connections — List of connections.

Examples#

Request

https://directconnect.k2.cloud/?Action=DescribeConnections
&connectionId=dxconn-F96A4C20

Response

{
    "connections": [
        {
            "connectionId": "dxconn-F96A4C20",
            "awsDeviceV2": "dxdev-820E82A1",
            "bandwidth": "25",
            "connectionName": "connection-location1-0",
            "connectionState": "available",
            "lagId": null,
            "ownerAccount": "user-1@c2dev",
            "location": "loc-1",
            "availableVlans": [
                1000,
                1024
            ]
        }
    ]
}
c2-dc DescribeConnections

c2-dc DescribeConnections connectionId dxconn-F96A4C20