forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
3.9 KiB
3.9 KiB
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 |
Parent topic: Permissions and Supported Actions