2
0
mirror of https://github.com/opnsense/docs synced 2024-11-09 01:10:33 +00:00
opensense-docs/source/development/api/core/dhcp.rst
2023-07-07 10:59:17 +02:00

19 lines
580 B
ReStructuredText

Dhcp
~~~~
.. csv-table:: Resources (Leases4Controller.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dhcp","leases4","delLease","$ip"
"``GET``","dhcp","leases4","searchLease",""
.. csv-table:: Service (ServiceController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","dhcp","service","restart",""
"``POST``","dhcp","service","start",""
"``GET``","dhcp","service","status",""
"``POST``","dhcp","service","stop",""