Skip to main content
Contributor
June 4, 2020

Technical Note: [FortiSOAR / Cybersponse Tricks'n'Tips] Create schedule in CyOPs

  • June 4, 2020
  • 0 replies
  • 759 views
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.