Cisco Cisco Workload Automation 6.3 개발자 가이드

다운로드
페이지 24
13
 
Operations
Operations
<operation name="jobremove">
      <input message="tns:jobremove"/>
      <output message="tns:jobremoveResponse"/>
    </operation>
jobrerun
The jobrerun operation lets you manually rerun a completed job or job group. You can obtain the job run ID by using the 
jobmon operation.
<operation name="jobrerun">
      <input message="tns:jobrerun"/>
      <output message="tns:jobrerunResponse"/>
    </operation>
jobset
The jobset operation lets you manually set the completion status of a job. You can obtain the job run ID by using the 
jobmon operation.
<operation name="jobset">
      <input message="tns:jobset"/>
      <output message="tns:jobsetResponse"/>
    </operation>
listrule
The listrule operation lists information about job and job group rules. You can choose the information to list. You can also 
select which records to display.
<operation name="listrule">
      <input message="tns:listrule"/>
      <output message="tns:listruleResponse"/>
    </operation>
liststat
The liststat operation lists all possible job statuses and their associated status number in a two column format.
<operation name="liststat">
      <input message="tns:liststat"/>
      <output message="tns:liststatResponse"/>
    </operation>