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