doc-exports/docs/er/api-ref/er_02_0020.html
Qin Ying, Fan 25ecbe8c03 ER API 20230411 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-01-16 13:22:29 +00:00

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