Skip to main content
POST
Create Network

Cabeçalhos

Content-Type
string
obrigatório

Allowed value: application/json.

Authorization
string
obrigatório

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

Corpo

application/json
region_id
string
obrigatório

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

Exemplo:

"cluster-abc123"

name
string
obrigatório

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

Exemplo:

"dev-vpc"

Resposta

200 - application/json

OK

id
string

ID of the created Network

Exemplo:

"network-abc123"

Última modificação em 10 de agosto de 2026