Expand description
/v2.0/routers REST operations of network
Modules§
- add_
external_ gateways - Add external gateways to a router in addition to the ones it already has.
- add_
extraroutes - Atomically adds a set of extra routes to the router’s already existing extra routes.
- add_
router_ interface - Adds an internal interface to a logical router. This means a specified subnet is attached to a router as an internal router interface.
- conntrack_
helper /v2.0/routers/{router_id}/conntrack_helpersREST operations of network- create
- Creates a logical router.
- delete
- Deletes a logical router and, if present, its external gateway interface.
- find
- get
- Shows details for a router.
- l3_
agent /v2.0/routers/{router_id}/l3-agentsREST operations of network- list
- Lists logical routers that the project who submits the request can access.
- remove_
external_ gateways - Remove some external gateways from router.
- remove_
extraroutes - Atomically removes a set of extra routes from the router’s already existing extra routes.
- remove_
router_ interface - Deletes an internal interface from a logical router.
- set
- Updates a logical router.
- tag
/v2.0/routers/{router_id}/tagsREST operations of network- update_
external_ gateways - Update some external gateways of router.