mirror of
https://github.com/opnsense/docs
synced 2024-11-09 01:10:33 +00:00
28 lines
920 B
ReStructuredText
28 lines
920 B
ReStructuredText
Core
|
|
~~~~
|
|
|
|
.. csv-table:: Resources (MenuController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``GET``","core","menu","search",""
|
|
"``GET``","core","menu","tree",""
|
|
|
|
.. csv-table:: Service (ServiceController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","core","service","restart","$name,$id=''"
|
|
"``GET``","core","service","search",""
|
|
"``POST``","core","service","start","$name,$id=''"
|
|
"``POST``","core","service","stop","$name,$id=''"
|
|
|
|
.. csv-table:: Resources (SystemController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","core","system","dismissStatus",""
|
|
"``POST``","core","system","halt",""
|
|
"``POST``","core","system","reboot",""
|
|
"``GET``","core","system","status",""
|