SaveSchedules

Saves the current schedule configuration to a schedule configuration file. This action allows you to save any schedules that you created by using ScheduleTask to a schedule configuration file.

You can specify the schedule configuration file to use by setting ScheduleFile. If you do not set ScheduleFile, IDOL Speech Server uses the schedule file name currently associated with the schedule manager (that is, the file last used for scheduling). This file might be the file that you configured in the ScheduleFile configuration parameter, or a file that was generated in a previous LoadSchedules or SaveSchedules action.

NOTE:

The SaveSchedules action overwrites any existing data in the schedule file with the schedules that are currently loaded in IDOL Speech Server. The currently loaded schedules include the schedules in the default schedule configuration file (if you have configured one), and the schedules that you have added by using ScheduleTask.

Any schedules that you delete by using UnscheduleTask are removed from the list of currently loaded schedules, and using SaveSchedules updates the schedule configuration file with these changes.

If you do not set ScheduleFile and there is no existing schedule file to use, the action returns an error.

Example

http://localhost:15000/a=SaveSchedules&ScheduleFile=speechserver-schedule.txt

This action saves the current schedule configuration to the speechserver-schedule.txt file.

Parameters

Parameter Description Required
OutputEncoding The encoding to use for the action output.  
ScheduleFile The schedule file to save the schedules to.  

This action accepts the following standard ACI action parameters.

Parameter Description
ActionID A string to use to identify an ACI action.
EncryptResponse Encrypt the output.
FileName The file to write output to.
ForceTemplateRefresh Forces the server to load the template from disk.
Output Writes output to a file.
ResponseFormat The format of the action output.
Template The template to use for the action output.
TemplateParamCSVs A list of variables to use for the specified template.

_FT_HTML5_bannerTitle.htm