You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"