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.3 KiB
3.3 KiB
VPC Route
Permission |
API |
Action |
---|---|---|
Querying VPC routes |
GET /v2.0/vpc/routes |
vpc:routes:list |
Querying a VPC route |
GET /v2.0/vpc/routes/{route_id} |
vpc:routes:get |
Creating a VPC route |
POST /v2.0/vpc/routes |
vpc:routes:create |
Deleting a VPC route |
DELETE /v2.0/vpc/routes/{route_id} |
vpc:routes:delete |
Parent topic: Permissions and Supported Actions