v13
latestOpenAPI 3.0.32026-07-31359869.4 MBnetworking
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
Example request
{
"awsAvailabilityZoneIds": [
"use1-az1"
],
"cidr": "192.168.0.0/16",
"region": "iad1"
}