API list
Router
| Item | API | Description |
|---|---|---|
| 1 | POST /v2.0/routers Create router |
Creates a logical router |
| 2 | GET /v2.0/routers/{router_id} Show router details |
Shows details about the specified router |
| 3 | DELETE /v2.0/routers/{router_id} Delete router |
Deletes a logical router If present, also deletes its external gateway interface |
| 4 | PUT /v2.0/routers/{router_id} Update router |
Updates the specified logical router |
| 5 | PUT /v2.0/routers/{router_id} Update extra route |
Updates routing information |
| 6 | PUT /v2.0/routers/{router_id}/add_router_interface Add interface to router |
Adds an internal interface to the specified logical router |
| 7 | PUT /v2.0/routers/{router_id}/remove_router_interface Remove interface from router |
Deletes an internal interface from the specified logical router |
| 8 | GET /v2.0/routers List routers |
Lists routers that the project who submits the request can access |