Adds a new schedule. This action requires details of the actions to schedule, and details of the schedule to run the action on.
You can specify details of the action by setting one of the following parameter combinations:
You can specify details of the schedule by setting one of the following parameter combinations:
a=AddSchedule&Name=backupSchedule&ScheduleCommand=backupserver%26path%3Dc%3A\backup&ScheduleStart=2016-Apr-04 15:50:00&ScheduleInterval=36 minutes&Port=9010
Parameter | Description | Required |
---|---|---|
Command | An XML fragment that describes the action to send. | |
Name | A name for the schedule. | |
Port | The port to run the schedule on. | |
Schedule | An XML fragment that describes the schedule. | |
ScheduleCommand | The name of the action to schedule. | |
ScheduleCount | The number of times to run the schedule. | |
ScheduleEnd | The date and time (in UTC) on which to stop the schedule. | |
ScheduleInterval | The amount of time that must pass after a schedule has run before it runs again. | |
ScheduleStart | The date and time (in UTC) on which to start the schedule. | |
ScheduleType | The type of action to schedule. |
|