更新时间:2024-03-05 GMT+08:00
路由器(Openstack Neutron API)
权限 |
对应API接口 |
授权项(Action) |
---|---|---|
查询路由器列表 |
GET /v2.0/routers |
vpc:routers:get |
查询路由器 |
GET /v2.0/routers/{router_id} |
vpc:routers:get |
创建路由器 |
POST /v2.0/routers |
vpc:routers:create |
更新路由器 |
PUT /v2.0/routers/{router_id} |
vpc:routers:update |
删除路由器 |
DELETE /v2.0/routers/{router_id} |
vpc:routers:delete |
添加路由器接口 |
PUT /v2.0/routers/{router_id}/add_router_interface |
|
删除路由器接口 |
PUT /v2.0/routers/{router_id}/remove_router_interface |
|
父主题: 权限和授权项