API referenceNetworkingSubnets
Subnets
7 operations.
List subnets
GET /api/v1/subnets
Create a subnet
POST /api/v1/subnets
Get a subnet
GET /api/v1/subnets/{id}
Update a subnet
PUT /api/v1/subnets/{id}
Delete a subnet
DELETE /api/v1/subnets/{id}
Attach a DHCP config to a subnet
POST /api/v1/subnets/{id}/dhcp-config
Detach the DHCP config from a subnet
DELETE /api/v1/subnets/{id}/dhcp-config