The DHCP Agent Scheduler extension allows administrators to assign DHCP servers for Neutron networks to given Neutron DHCP agents, and retrieve mappings between Neutron networks and DHCP agents. This feature is implemented on top of Agent Management extension.
Verb | URI | Description |
GET | /agents/agent_id /dhcp-networks |
List networks the given DHCP agent is hosting. |
GET | /networks/network_id /dhcp-agents |
List DHCP agents hosting the given network. |
POST | /agents/agent_id /dhcp-networks |
Schedule the network to the given DHCP agent. |
DELETE | /agents/agent_id /dhcp-networks/network_id |
Remove the network from the given DHCP agent. |