Router (OpenStack Neutron API)
|
Permission |
API |
Action |
IAM Project |
Enterprise Project |
|---|---|---|---|---|
|
Queries routers. |
GET /v2.0/routers |
vpc:routers:get |
√ |
× |
|
Queries a router. |
GET /v2.0/routers/{router_id} |
vpc:routers:get |
√ |
× |
|
Creates a router. |
POST /v2.0/routers |
vpc:routers:create |
√ |
× |
|
Updates a router. |
PUT /v2.0/routers/{router_id} |
vpc:routers:update |
√ |
× |
|
Deletes a router. |
DELETE /v2.0/routers/{router_id} |
vpc:routers:delete |
√ |
× |
|
Adds an interface to a router. |
PUT /v2.0/routers/{router_id}/add_router_interface |
|
√ |
× |
|
Removes an interface from a router. |
PUT /v2.0/routers/{router_id}/remove_router_interface |
|
√ |
× |
Last Article: Subnet (OpenStack Neutron API)
Next Article: Network ACL (OpenStack Neutron API)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.