releaseSiteSsrDhcpLease
POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/release_dhcp
Releases an active DHCP lease for SSR wan network interface.
Parameters
Name | Type | Description |
---|---|---|
port | string | The network interface on which to release the current DHCP release |
node | string | (Optional) node0 / node1 for HA |
Request Body
{"port"=>"wan-interface"}
RESPONSES
status: OK
{"session":"session_id"}