AWS Direct Connect

Use the generic connection Create, Read, Update and Delete (CRUD) routes for searching, updating and deleting Layer 2 AWS Direct Connect Partner connections.

Create a Layer 2 AWS Direct Connect Partner connection

Prerequisites

  • Your company has been verified on the Console Connect platform.

  • The authenticated user account has Network Admin permissions.

  • The source port is ACTIVE.

  • You are requesting paymentType "invoice", or, if requesting paymentType "plan", the subscription associated with the port has sufficient entitlement to complete the request.

Securityportal-token
Request
path Parameters
companyUsername
required
string

The username of the company creating the connection.

Example: acme
Request Body schema: application/json
name
required
string

The name of the AWS Cloud.

srcPortId
required
string

The portId of the port from your company that you want to connect from.

destPortId
required
string

The AWS destination port ID.

speed
required
integer

The speed of the connection in Mbps.

required
object
type
required
string

Type of connection

Responses
200

OK

put/api/company/{companyUsername}/connections/directConnectPartner/AWS/layer2
Request samples
application/json
{
  • "name": "amazon",
  • "srcPortId": "5de6f8601693740b2c852398",
  • "destPortId": "5de6f85d1693740b2c852394",
  • "speed": 100,
  • "partner": {
    },
  • "type": "LAYER2"
}