doc-exports/docs/er/api-ref/er_02_0023.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

6.1 KiB

Routes

Permission

API

Action

IAM Project

Enterprise Project

Creating a static route

POST /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes

er:routes:create

Updating a static route

PUT /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id}

er:routes:update

Querying details about a static route

GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id}

er:routes:get

Querying static routes

GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes

er:routes:list

Querying effective routes

GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes

er:routes:list

Deleting a static route

DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id}

er:routes:delete