Skip to main content
GET
Get Network
Get detailed information about a specific VPC network, including:
  • Network configuration
  • Subnet IDs
  • Gateway information
  • CIDR range

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

Project id

id
string<uuid>
required

Network id

Response

200 - application/json
id
string
required
name
string
required
subnets
string[]
required
gateway
string
required
cidr
string
required