IBM© DataPower Operations Dashboard v1.0.5.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

The following steps will let you automatically schedule a report.

  1. On the Web Console - navigate to the reports page
  2. Click on the name of the report you want to schedule
  3. Click the "Edit" button at the top-right
  4. The "Schedule" input box will contain the scheduling definition using a simplified version of the Cron scheduling format:
    1. The format is "Seconds Minutes Hour Day Month Weekday Year"
    2. Separate values with one blank space
    3. Use * for any value that you want to omit (i.e. always run)
    4. Weekday value of 0 denotes Sunday

      Examples:
      0 30 7 1 * * *   = run at 07:30:00, 1st day of every month  
      0 30 7 * * 1 *   = run at 07:30:00, every Monday
      0 0 0 * 5 * *     = run at midnight, every day in May
      0 0 * 1 1 * 2017  = run every hour, on January 1st, 2017

      When you have entered a schedule value, move to another input field (e.g. press tab), and a message with human readable description of the scheduling will be displayed underneath the input box
       



  5. Click "Update" to save your changes
  • No labels