The [AnalysisSchedules]
configuration section summarizes the number of classification schedules to run, and contains a subsection for each schedule. Within the subsections, you specify the configuration details for the schedules. You can schedule the following actions:
Note: You can specify any of the action parameters that are available for the action that you are scheduling in the appropriate [AnalysisScheduleN]
section.
For example:
[AnalysisSchedules] Number=3 [AnalysisSchedule0] ScheduleStartTime=now ScheduleInterval=1 day ScheduleCycles=-1 ScheduleAction=CLUSTERSNAPSHOT TargetJobName=myjob [AnalysisSchedule1] ScheduleStartTime=now ScheduleInterval=1 day ScheduleCycles=-1 ScheduleAction=CLUSTERCLUSTER SourceJobName=myjob TargetJobName=myjob_clusters DoMapping=True [AnalysisSchedule2] ScheduleStartTime=now ScheduleInterval=1 day ScheduleCycles=-1 ScheduleAction=CLUSTERCLUSTER SourceJobName=myjob TargetJobName=myjob_clusters_new WhatsNew=True Interval=86400
|