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>
5.2 KiB
5.2 KiB
Route Tables
Permission |
API |
Action |
IAM Project |
Enterprise Project |
---|---|---|---|---|
Creating a route table |
POST /v3/{project_id}/enterprise-router/{er_id}/route-tables |
er:routeTables:create |
√ |
√ |
Updating a route table |
PUT /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id} |
er:routeTables:update |
√ |
√ |
Querying details about a route table |
GET /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id} |
er:routeTables:get |
√ |
√ |
Querying the route table list |
GET /v3/{project_id}/enterprise-router/{er_id}/route-tables |
er:routeTables:list |
√ |
√ |
Deleting a route table |
DELETE /v3/{project_id}/enterprise-router/{er_id}/route-tables/{route_table_id} |
er:routeTables:delete |
√ |
√ |
Parent topic: Permissions Policies and Supported Actions