Show network information for or delete networks. Also, disassociate a network from a project if you use vlan mode.
Method | URI | Description |
---|---|---|
POST | /v2/{tenant_id} | Creates a network. |
GET | /v2/{tenant_id}/os-networks | Lists networks that are available to the tenant. |
POST | /v2/{tenant_id}/os-networks/add | Adds a specified network to a project. |
GET | /v2/{tenant_id}/os-networks/{id} | Shows information for a specified network. |
DELETE | /v2/{tenant_id}/os-networks/{id} | Deletes a specified network. |
POST | /v2/{tenant_id}/os-networks/{id}/action | Associates a specified network with a host. |
POST | /v2/{tenant_id}/os-networks/{id}/action | Disassociates the host from a specified network. |
POST | /v2/{tenant_id}/os-networks/{id}/action | Disassociates a specified network from a project so that the network can be reused. |
POST | /v2/{tenant_id}/os-networks/{id}/action | Disassociates the project from a specified network. |