doc-exports/docs/vpc/api-ref/en-us_topic_0000001234585289.html
Qin Ying, Fan 310d2d9eb1 VPC API 20230106 version
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>
2024-02-06 08:38:37 +00:00

5.5 KiB

Route Table

Permission

API

Action

Querying Route Tables

GET /v1/{project_id}/routetables

vpc:routeTables:list

Querying a Route Table

GET /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:get

Creating a Route Table

POST /v1/{project_id}/routetables

vpc:routeTables:create

Updating a Route Table

PUT /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:update

Associating Subnets with a Route Table

POST /v1/{project_id}/routetables/{routetable_id}/action

vpc:routeTables:associate

Disassociating Subnets from a Route Table

POST /v1/{project_id}/routetables/{routetable_id}/action

vpc:routeTables:associate

Deleting a Route Table

DELETE /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:delete