Skip to main content
POST
/
v0
/
networks
/
register
Register a new network
curl --request POST \
  --url https://controller.platform.simplecloud.app/v0/networks/register \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "network_id": "123e4567-e89b-12d3-a456-426614174000",
  "network_name": "example-network",
  "network_secret": "secretpassword"
}

Body

application/json

The body is of type object.

Response

Created

Response for network registration

network_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

network_name
string
Example:

"example-network"

network_secret
string
Example:

"secretpassword"