2018-05-06 13:25:26 +00:00
|
|
|
Cron
|
|
|
|
~~~~
|
|
|
|
|
2020-02-16 15:08:40 +00:00
|
|
|
.. csv-table:: Service (ServiceController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:08:40 +00:00
|
|
|
"``POST``","cron","service","reconfigure",""
|
2018-05-06 13:25:26 +00:00
|
|
|
|
2020-02-16 15:08:40 +00:00
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
2018-05-06 13:25:26 +00:00
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
2020-02-16 15:08:40 +00:00
|
|
|
"``POST``","cron","settings","addJob",""
|
|
|
|
"``POST``","cron","settings","delJob","$uuid"
|
2021-03-08 11:23:28 +00:00
|
|
|
"``GET``","cron","settings","get",""
|
2020-02-16 15:08:40 +00:00
|
|
|
"``GET``","cron","settings","getJob","$uuid=null"
|
|
|
|
"``*``","cron","settings","searchJobs",""
|
2022-10-19 15:21:08 +00:00
|
|
|
"``POST``","cron","settings","set",""
|
2020-02-16 15:08:40 +00:00
|
|
|
"``POST``","cron","settings","setJob","$uuid"
|
|
|
|
"``POST``","cron","settings","toggleJob","$uuid,$enabled=null"
|
2020-04-07 18:49:44 +00:00
|
|
|
|
2020-04-07 18:53:31 +00:00
|
|
|
"``<<uses>>``", "", "", "", "*model* `Cron.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Cron/Cron.xml>`__"
|