2
0
mirror of https://github.com/opnsense/docs synced 2024-11-07 03:20:31 +00:00
opensense-docs/source/development/api/core/cron.rst

20 lines
608 B
ReStructuredText

Cron
~~~~
.. csv-table:: Service
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","cron","service","reconfigure",""
.. csv-table:: Resources
: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"
"``GET``","cron","settings","searchjobs",""
"``POST``","cron","settings","setjob","$uuid"
"``POST``","cron","settings","togglejob","$uuid/$enabled"