The L3 Agent Scheduler extension allows administrators to assign Neutron routers to Neutron L3 agents, and retrieve mappings between Neutron routers and L3 agents. This feature is implemented on top of Agent Management extension.
Verb | URI | Description |
GET | /agents/agent_id /l3-routers |
List routers the given L3 agent is hosting. |
GET | /routers/router_id /l3-agents |
List L3 agents hosting the given router. |
POST | /agents/agent_id /l3-routers |
Schedule the router to the given L3 agent. |
DELETE | /agents/agent_id /l3-routers/router_id |
Remove the router from the given L3 agent. |