Skip to main content
POST
Create custom network
Creates a custom network. FalkorDB provisions the underlying VPC or VNet in the requested region using the CIDR block you reserve. Once the network reaches READY, pass its ID as custom_network_id when creating an Enterprise deployment instance.
VPC peering is not available through the API. After the network is READY, open a support ticket at support.falkordb.com or email [email protected] to request peering with your own VPC. Choose a CIDR block that does not overlap with the networks you plan to peer.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Body

string
required
Cloud provider to create the network in, for example aws or gcp.
string
required
Region to create the network in, for example us-east-1.
string
required
CIDR block for the network, for example 10.0.0.0/16.
string
Friendly name to distinguish networks that share a CIDR.
object
Optional network feature flags.
string
ID of the organization that owns the custom network. Defaults to your organization.
Request

Response

Returns the created custom network. See Describe custom network for the field list.

Errors

See Error for the error response shape.