proposalbot bdabc93498 Changes to er_api-ref from docs/doc-exports#716 (ER API 20230411 version
For de

Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2024-01-16 12:51:15 +00:00

2.9 KiB

original_name

er_02_0023.html

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 Y Y
Updating a static route PUT /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} er:routes:update Y Y
Querying details about a static route GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} er:routes:get Y Y
Querying static routes GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes er:routes:list Y Y
Querying effective routes GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/routes er:routes:list Y Y
Deleting a static route DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} er:routes:delete Y Y