Skip to main content
POST
Create Network

Encabezados

Content-Type
string
requerido

Allowed value: application/json.

Authorization
string
requerido

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Cuerpo

application/json
region_id
string
requerido

Region ID. String, length: 1-255 characters.

Ejemplo:

"cluster-abc123"

name
string
requerido

Network name. String, length: 1-30 characters.

Ejemplo:

"dev-vpc"

Respuesta

200 - application/json

OK

id
string

ID of the created Network

Ejemplo:

"network-abc123"

Última modificación el 10 de agosto de 2026