Router (OpenStack Neutron API)
Permission | API | Action | IAM Project | Enterprise Project |
---|---|---|---|---|
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