Subnet
Permission |
API |
Action |
---|---|---|
Creating a subnet |
POST /v1/{project_id}/subnets |
vpc:subnets:create |
Querying a subnet |
GET /v1/{project_id}/subnets/{subnet_id} |
vpc:subnets:get |
Querying subnets |
GET /v1/{project_id}/subnets |
vpc:subnets:get |
Updating a subnet |
PUT /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id} |
vpc:subnets:update |
Deleting a subnet |
DELETE /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id} |
vpc:subnets:delete |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.