更新时间:2025-08-19 GMT+08:00
路由表
权限 | 对应API接口 | 授权项(Action) |
|---|---|---|
查询路由表列表 | GET /v1/{project_id}/routetables | vpc:routeTables:list |
查询路由表 | GET /v1/{project_id}/routetables/{routetable_id} | vpc:routeTables:get |
创建路由表 | POST /v1/{project_id}/routetables | vpc:routeTables:create |
更新路由表 | PUT /v1/{project_id}/routetables/{routetable_id} | vpc:routeTables:update |
关联路由表与子网 | POST /v1/{project_id}/routetables/{routetable_id}/action | vpc:routeTables:associate |
解关联路由表与子网 | POST /v1/{project_id}/routetables/{routetable_id}/action | vpc:routeTables:associate |
删除路由表 | DELETE /v1/{project_id}/routetables/{routetable_id} | vpc:routeTables:delete |

