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