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 native VLAN
POST
/ports/{id}/native-vlan
Assigns a virtual network to this port as a "native VLAN"
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 an 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.