Files
doc-exports/docs/vpc/api-ref/vpc_permission_0013.html
fanqinying 05458809ab VPC API 20250121 version
Reviewed-by: Szirovicza Gergő <a94652429@noreply.gitea.eco.tsi-dev.otc-service.com>
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>
2025-09-11 14:33:55 +00:00

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

  • 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