Skip to main content

Create Tunnel

POST/api/v1/vpc/tunnels/

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
is_peer_vpc_externalboolean

Indicates whether the peer VPC is external or within the same network

examplefalse
namestring

Unique name for the VPC peering connection

examplevpc-peer-VPC-573-01
vpc_local_network_idinteger

Identifier of the local VPC network

example1155
vpc_peer_network_idinteger

Identifier of the peer VPC network

example1189

Responses

200VPC Peering Creation Process Initiated
object
codeinteger
example200
dataobject
errorsobject
messagestring
exampleVPC Peering Creation Process Initiated!