List, show information for, create, update, and delete ports.
Method | URI | Description |
---|---|---|
GET | /v2.0/ports | Lists ports to which the tenant has access. |
POST | /v2.0/ports | Creates a port on a specified network. |
POST | /v2.0/ports | Creates multiple ports in a single request. Specify a list of ports in the request body. |
GET | /v2.0/ports/{port_id} | Shows information for a specified port. |
PUT | /v2.0/ports/{port_id} | Updates a specified port. |
DELETE | /v2.0/ports/{port_id} | Deletes a specified port. |