Cisco Cisco Workload Automation 6.3 開発者ガイド

ページ / 24
10
Operations
Operations
      <input message="tns:getmasterstatus"/>
      <output message="tns:getmasterstatusResponse"/>
    </operation>
getmasterversion
The getmasterversion operation displays the version of the UNIX master being used.
    
<operation name="getmasterversion">
      <input message="tns:getmasterversion"/>
      <output message="tns:getmasterversionResponse"/>
    </operation>
grpupd
The grpupd operation updates inherit attributes for jobs in the specified group. You can obtain the group’s Job ID by 
using the grpupd operation.
<operation name="grpupd"> 
      <input message="tns:grpupd"/>
      <output message="tns:grpupdResponse"/>
    </operation>
historyPurge
The historypurge operation will delete the job history that is stored in the database.
<operation name="historyPurge">
      <input message="tns:historyPurge"/>
      <output message="tns:historyPurgeResponse"/>
    </operation>
hosts
The hosts operation lists information about all CWA hosts defined in CWA.
<operation name="hosts">
      <input message="tns:hosts"/>
      <output message="tns:hostsResponse"/>
    </operation>
inactrule
The inactrule operation inactivates or disables a job or job group. When a job or job group is inactivated, its occurrences 
(if any) are pulled from the production schedule.