Manage virtual networks (VLANs). See project endpoints to list and create virtual networks. Check out the product docs to learn more about VLANs.
Create an internet gateway
POST
/virtual-networks/{id}/internet-gateways
Creates an internet gateway.
Assign a port to virtual network
POST
/ports/{id}/assign
Assign a port for a hardware to virtual network.
Unassign a port
POST
/ports/{id}/unassign
Unassign a port for a hardware.
Assign a native VLAN
POST
/ports/{id}/native-vlan
Sets a virtual network on this port as a "native VLAN". The VLAN must have already been assigned using the using the "Assign a port to a virtual network" operation.
Remove native VLAN
DELETE
/ports/{id}/native-vlan
Removes the native VLAN from this port
Retrieve all virtual networks
GET
/projects/{id}/virtual-networks
Provides a list of virtual networks for a single project.
Create a virtual network
POST
/projects/{id}/virtual-networks
Creates an virtual network.
Get a virtual network
GET
/virtual-networks/{id}
Get a virtual network.
Delete a virtual network
DELETE
/virtual-networks/{id}
Deletes a virtual network.