For the complete documentation index, see llms.txt. This page is also available as Markdown.

VPCs

Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of Virtual Pri within our cloud software API environment.

Get a list of VPCs

get
Query parameters
clusterstringOptional
Responses
200

OK

get
/api/v1/vpcs/GetVpcs

Get detailed information about a specific VPC

get
Query parameters
IdstringRequired

Unique identifier for a resource within the cluster

ClusterstringRequired

The cluster you're operating on

Example: Msc1
Responses
200

OK

idstring · nullableOptional
namestring · nullableOptional
clusterstring · nullableOptional
tenancyNamestring · nullableOptional
ipRangestring · nullableOptional
createdAtstring · date-timeOptional
blockIntraVpcCommsbooleanOptional
isDefaultbooleanOptional
get
/api/v1/vpcs/GetVpc

Create a new VPC

post
Body
namestring · min: 1Required

name of the VPC. should start with {tenancyName}- in case of creating default VPC, name should be {tenancyName}

blockIntraVpcCommsbooleanOptional

if set to true, this VPC will block any intra-VPC communications if ommited, default is false

Example: false
isDefaultbooleanOptional

if set to true, this VPC will be the default VPC for the cluster only one VPC can be default per cluster. if omitted, default is false

Example: false
clusterstring · min: 1Required

The cluster you're operating on

Example: Msc1
Responses
200

OK

idstring · nullableOptional
namestring · nullableOptional
clusterstring · nullableOptional
tenancyNamestring · nullableOptional
ipRangestring · nullableOptional
createdAtstring · date-timeOptional
blockIntraVpcCommsbooleanOptional
isDefaultbooleanOptional
post
/api/v1/vpcs/CreateVpc

Destroy a VPC

delete
Query parameters
IdstringRequired

Unique identifier for a resource within the cluster

ClusterstringRequired

The cluster you're operating on

Example: Msc1
Responses
200

OK

idstring · nullableOptional
namestring · nullableOptional
clusterstring · nullableOptional
tenancyNamestring · nullableOptional
ipRangestring · nullableOptional
createdAtstring · date-timeOptional
blockIntraVpcCommsbooleanOptional
isDefaultbooleanOptional
delete
/api/v1/vpcs/DestroyVpc

Last updated