Module router

Source
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_helpers REST 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-agents REST 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}/tags REST operations of network
update_external_gateways
Update some external gateways of router.