Actuate Information Delivery API operations : UpdateJobSchedule
 
UpdateJobSchedule
Updates job schedules. To update scheduled jobs, specify the types of updates to make using UpdateJobScheduleOperationGroup, then specify which jobs to update.
To update a single scheduled job, specify Id. To update a list of scheduled jobs, specify IdList. To update scheduled jobs matching the specified conditions, specify Search.
Request schema
<xsd:complexType name="UpdateJobSchedule">
<xsd:sequence>
<xsd:element name="UpdateJobScheduleOperationGroup"
type="typens:UpdateJobScheduleOperationGroup"/>
<xsd:choice>
<xsd:element name="Search"
type="typens:JobScheduleSearch"/>
<xsd:element name="IdList" type="typens:ArrayOfString"/>
<xsd:element name="Id" type="xsd:string"/>
</xsd:choice>
<xsd:element name="IgnoreMissing" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
UpdateJobScheduleOperationGroup
The tasks to perform.
Search
The search conditions. If conditions apply to multiple fields, use ConditionArray.
IdList
The list of job IDs to update.
Id
The ID of a single job to update.
IgnoreMissing
Specifies what to do if the specified job does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.