forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
3.9 KiB
3.9 KiB
Subnet
Permission |
API |
Action |
---|---|---|
Creates a subnet. |
POST /v1/{project_id}/subnets |
vpc:subnets:create |
Queries a subnet. |
GET /v1/{project_id}/subnets/{subnet_id} |
vpc:subnets:get |
Queries subnets. |
GET /v1/{project_id}/subnets |
vpc:subnets:get |
Updates a subnet. |
PUT /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id} |
vpc:subnets:update |
Deletes a subnet. |
DELETE /v1/{project_id}/vpcs/{vpc_id}/subnets/{subnet_id} |
vpc:subnets:delete |
Parent topic: Permissions Policies and Supported Actions