Updated on 2024-10-31 GMT+08:00

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

  • vpc:routers:addInterface
  • vpc:routers:get

Removing an interface from a router

PUT /v2.0/routers/{router_id}/remove_router_interface

  • vpc:routers:removeInterface
  • vpc:routers:get