A Private Network allows you to interconnect your resources in an isolated and private network. Network reachability is limited to the resources that are in the same VPC.
Note that a resource can be a part of multiple Private Networks.
List the Private Networks of a server
List the Private Networks of an Apple silicon server.
path Parameters
zoneThe zone you want to target
query Parameters
order_bySort order for the returned Private Networks.
pagePage number for the returned Private Networks.
page_sizeMaximum number of Private Networks per page.
server_idFilter Private Networks by server ID.
private_network_idFilter Private Networks by Private Network ID.
organization_idFilter Private Networks by Organization ID.
project_idFilter Private Networks by Project ID.
ipam_ip_idsFilter Private Networks by IPAM IP IDs.
List the Private Networks of a server › Responses
Set multiple Private Networks on a server
Configure multiple Private Networks on an Apple silicon server.
path Parameters
zoneThe zone you want to target
server_idID of the server.
Set multiple Private Networks on a server › Request Body
Object where the keys are the IDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Apple silicon server on the Private Network. If the array supplied for a Private Network is empty, the next available IP from the Private Network's CIDR block will automatically be used for attachment.
Set multiple Private Networks on a server › Responses
Add a server to a Private Network
Add an Apple silicon server to a Private Network.
path Parameters
zoneThe zone you want to target
server_idID of the server.
Add a server to a Private Network › Request Body
private_network_idID of the Private Network.
ipam_ip_idsIPAM IDs of IPs to attach to the server.
Add a server to a Private Network › Responses
idID of the Server-to-Private Network mapping.
project_idPrivate Network Project ID.
server_idApple silicon server ID.
private_network_idPrivate Network ID.
vlanID of the VLAN associated with the Private Network.
statusConfiguration status of the Private Network.
created_atPrivate Network creation date. (RFC 3339 format)
updated_atDate the Private Network was last modified. (RFC 3339 format)
ipam_ip_idsIPAM IP IDs of the server, if it has any.