Create a New VPC
Create a new VPC with given parameters.
Authorization
AuthorizationRequiredBearer <token>OAuth Authentication
OpenScaler API uses OAuth, a standard for secure authorization. To access the API, obtain a token via the OpenScaler Platform.
Use the access_token in the Authorization header for requests:
Always keep your token secure and do not share it with anyone.
In: header
Request Body
application/jsonOptionalnameRequiredstringThe name of the VPC.
descriptionstringThe description of the VPC.
user_idRequiredstringA globally unique identifier for a user (owner or resource).
project_idRequiredstringA globally unique identifier for a project (where resource is placed). Projects are used to group resources together, each users must have at least one "default" project.
regionRequiredstringRegion where this resource will be created. One of the available regions, see Regions section for more information.
is_defaultbooleanWhether this is the default VPC for this account in given project and region.
falsevpc_classstringSubnet class of the VPC to be created.
"A"Value in: "A" | "B" | "C"vpc_maskintegerSubnet netmask of the VPC to be created.
24Minimum: 16Maximum: 28VPC created successfully