Cisco Cisco Workload Automation 6.3 Developer's Guide

Page of 24
7
Cisco Systems, Inc.
www.cisco.com
3
Operations
This chapter describes the operations in the CWA Web Services SOAP API.
Operations
This section provides an overview of the CWA Web Services SOAP API by describing the operations in the API. Cisco 
recommends that you review the WSDL and schema files for details of each operation and its parameters.
addrule
The addrule operation defines a new job rule (job definition). It can be followed by the modrule operation to further 
define other job parameters.
After addrule has been issued, use the submit operation to add the job to the production schedule.
<operation name="addrule">
      <input message="tns:addrule"/>
      <output message="tns:addruleResponse"/>
    </operation>
agent
The agent operation enables or disables a connection to an agent provided you have the correct security privileges for 
editing this connection.
<operation name="agent">
      <input message="tns:agent"/>
      <output message="tns:agentResponse"/>
    </operation>
alerts
The alerts operation displays all the operator alerts presently in the production schedule in table format. The columns 
included are:
ID — The alert ID (needed for the alertset operation).
Job Number
 
— The job number ID of the job that issued the alert.