v13

latestOpenAPI 3.0.32026-07-31359869.4 MB
networking

Create a Secure Compute network

Allows to create a Secure Compute network.

post/v1/connect/networks

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

awsAvailabilityZoneIdsstring[]
cidrstring required

The CIDR block of the network

namestring required

The name of the network

regionstring required

The region where the network will be created

Example request

{
  "awsAvailabilityZoneIds": [
    "use1-az1"
  ],
  "cidr": "192.168.0.0/16",
  "region": "iad1"
}

Response

awsAccountIdstring required

The ID of the AWS Account in which the network exists.

awsAvailabilityZoneIdsstring[]

The IDs of the AWS Availability Zones in which the network exists, if specified during creation.

awsRegionstring required

The AWS Region in which the network exists.

cidrstring required

The CIDR range of the Network.

createdAtnumber required

The date at which the Network was created, represented as a UNIX timestamp since EPOCH.

egressIpAddressesstring[]
egressCidrBlockstring

The single contiguous CIDR block from which all egress (NAT gateway) IP addresses are allocated. Present only for networks created with the egress CIDR block feature enabled. Customers can allowlist this range instead of individual egress IPs so it keeps working when AZs are added.

idstring required

The unique identifier of the Network.

namestring required

The name of the network.

regionstring

The Vercel region in which the Network exists.

status'create_in_progress' | 'delete_in_progress' | 'error' | 'ready' required

The status of the Network.

teamIdstring required

The unique identifier of the Team that owns the Network.

vpcIdstring

The ID of the VPC which hosts the network.