Skip to main content
POST
Create a virtual data plane

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

The unique identifier of the organization the virtual data plane is created in

Body

application/json

Request body for creating a virtual dataplane

name
string
required

Virtual dataplane display name. Allowed characters are letters, digits, space, underscore, hyphen, apostrophe and ampersand. The name must contain at least one letter or digit, and must not start with a space.

Maximum string length: 200
cluster_id
string

Physical cluster to host this virtual dataplane. Omit to place it alongside the existing virtual dataplanes in this org; required when the org has none yet, or when its virtual dataplanes span more than one cluster.

Minimum string length: 1
dataplane_creator
string<email>

Email of the user to grant the dataplane-creator membership to (API key actors only). A signed-in user does not see the new dataplane until their session refreshes, which happens on their next request to the control plane.

Response

Virtual data plane created successfully

The created virtual dataplane

success
boolean
required
data
object
required

Virtual dataplane object