FortiSOAR Knowledge Base
FortiSOAR: Security Orchestration and Response software provides innovative case management, automation, and orchestration. It pulls together all of an organization's tools, helps unify operations, and reduce alert fatigue, context switching, and the mean time to respond to incidents.
Andy_G
Staff
Staff
Article Id 195859
Description

To create the schedule in CyOPs:

  1. Navigate to Automation -> Schedules.
  2. Click to Add button.
  3. Enter the name for the schedule.
  4. Write the Cron expression. e.g., { 'minute': '*/3', 'hour': '*', 'day_of_month': '*', 'month_of_year': '*', 'day_of_week': '*' } 
  5. In UUID of Playbook field write the uuid of the playbook which needs to be scheduled. e.g., b2b0d59c-e15a-4aa8-a382-23ee96f2175b and the trigger step should be set to 'No Trigger'.
  6. Add the description for the schedule.
  7. Save the schedule. The above Cron expression is to run the schedule for every 3 minutes.
  8. Then select the created schedule and press 'START SCHEDULE' button. The schedule then further can be stopped or updated.

Contributors