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