A Private Network allows you to interconnect your resources (servers, instances, ...) in an isolated and private network. The network reachability is limited to the resources that are on the same Private Network . A VLAN interface is available on the server and can be freely managed (adding IP addresses, shutdown interface...).
Note that a resource can be a part of multiple Private Networks.
List the Private Networks of a server
path Parameters
zoneThe zone you want to target
query Parameters
order_byThe sort order for the returned Private Networks.
pageThe page number for the returned Private Networks.
page_sizeThe maximum number of Private Networks per page.
server_idFilter Private Networks by server ID. (UUID format)
private_network_idFilter Private Networks by Private Network ID. (UUID format)
organization_idFilter Private Networks by Organization ID. (UUID format)
project_idFilter Private Networks by Project ID. (UUID format)
List the Private Networks of a server › Responses
total_countSet multiple Private Networks on a server
path Parameters
zoneThe zone you want to target
server_idThe ID of the server.
Set multiple Private Networks on a server › Request Body
private_network_idsThe IDs of the Private Networks.
Set multiple Private Networks on a server › Responses
Add a server to a Private Network
path Parameters
zoneThe zone you want to target
server_idThe ID of the server.
Add a server to a Private Network › Request Body
private_network_idThe ID of the Private Network.
Add a server to a Private Network › Responses
idThe Private Network ID.
project_idThe Private Network Project ID.
server_idThe server ID.
private_network_idThe Private Network ID.
vlanThe VLAN ID associated to the Private Network.
statusThe configuration status of the Private Network.
created_atThe Private Network creation date. (RFC 3339 format)
updated_atThe date the Private Network was last modified. (RFC 3339 format)