mirror of
https://github.com/opnsense/docs.git
synced 2026-04-08 02:14:58 -04:00
19 lines
672 B
ReStructuredText
19 lines
672 B
ReStructuredText
Cron
|
|
~~~~
|
|
|
|
.. csv-table:: Service (ServiceController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","cron","service","reconfigure",""
|
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","cron","settings","addJob",""
|
|
"``POST``","cron","settings","delJob","$uuid"
|
|
"``GET``","cron","settings","getJob","$uuid=null"
|
|
"``*``","cron","settings","searchJobs",""
|
|
"``POST``","cron","settings","setJob","$uuid"
|
|
"``POST``","cron","settings","toggleJob","$uuid,$enabled=null"
|