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 |
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.