Skip to main content

Create VPC

POST/api/v1/vpc/

Query parameters

  • project_idQueryintegerrequired
  • locationQuerystringrequired

    Deployment region for the resource. Accepted values: Delhi, Chennai.

    Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.

Request body

application/json

object
ipv4string

Required if is_e2e_vpc is false. Do not provide this field if is_e2e_vpc is true, because the CIDR will be assigned automatically by E2E.

example10.10.0.0/23
is_e2e_vpcboolean
examplefalse
vpc_namestring
exampleVPC-241

Responses

201Created Successfully
object
codeinteger
example201
dataobject
errorsobject
messagestring
exampleCreated Successfully