opnsense_settings_cron (Data Source)

Read an OPNsense cron job by UUID.

Schema

Required

  • id (String) UUID of the cron job.

Read-Only

  • command (String) Command or action to execute.
  • days (String) Cron day-of-month field.
  • description (String) Description for your reference.
  • enabled (Boolean) Whether this cron job is enabled.
  • hours (String) Cron hours field.
  • minutes (String) Cron minutes field.
  • months (String) Cron month field.
  • parameters (String) Optional parameters passed to the command.
  • weekdays (String) Cron day-of-week field.
  • who (String) User to run the command as.