forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
5.3 KiB
5.3 KiB
Router (OpenStack Neutron API)
Permission |
API |
Action |
---|---|---|
Querying routers |
GET /v2.0/routers |
vpc:routers:get |
Querying a router |
GET /v2.0/routers/{router_id} |
vpc:routers:get |
Creating a router |
POST /v2.0/routers |
vpc:routers:create |
Updating a router |
PUT /v2.0/routers/{router_id} |
vpc:routers:update |
Deleting a router |
DELETE /v2.0/routers/{router_id} |
vpc:routers:delete |
Adding an interface to a router |
PUT /v2.0/routers/{router_id}/add_router_interface |
|
Removing an interface from a router |
PUT /v2.0/routers/{router_id}/remove_router_interface |
|
Parent topic: Permissions and Supported Actions