Cron Scheduler Dialog

Description
Cron Scheduler Dialog The Cron Scheduler dialog is used to create a scheduled cron job on a {ANYNODE}, which can either trigger an event or execute a script.
Name field Specifies the name for the Cron Scheduler, which can be anything.
Schedule field Specifies the cron schedule mask, supporting standard Linux cron syntax. If you need assistance with the mask, you can refer to crontab guru.
{ANYNODE} field Specifies the {ANYNODE} on which the cron job will be activated.
Event Hub field Specifies the Event Hub where, on the scheduled time, an event will be raised, sending the message {"event": "cron", "name": "cronscheduler_name"}.
Execute Custom Script toggle Specifies whether a custom script will be executed.
Script button Specifies the path to the script file located on the {ANYNODE}.
Create button Saves the Cron Job configuration and provisions it.
Cancel button Abort and close the dialog.

Cron Scheduler Actions Menu

Description
Cron Scheduler Actions Menu On the right-hand side of the Cron Scheduler list view, you will find the "Actions" menu that displays shortcut icons and the dropdown menu icon. Below, we have listed the actions for the Cron Scheduler module.
Copy ID item Stores the Cron Scheduler ID in the clipboard.
Edit Cron item Opens the Cron Scheduler dialog in edit mode, allowing modifications.
Delete Cron item Opens a confirmation dialog that, if confirmed, deletes the cron job.


The cronscheduler Policy


The following is a list of policy grants that define and regulate access permissions for both users and the API. To manage these policies, please use the Roles dialog.

Grants

Description

API Command
full Grants full access ALL
delete Permits the deletion of the item. delete
edit Permits access to the "Edit" dialog.  
list Permits listing in the List View area or as JSON objects. list
new Permits access to the new "Provisioning" dialog.  
save Permits execution of the provisioning process. create, update