Cisco Cisco Workload Automation 6.3 Developer's Guide

Page of 24
8
Operations
Operations
Type — The kind of alert issued.
Level — The severity level of the alert, either Critical, Warning, Error, or Information.
Status — The status of the alert, either Open(1), Acknowledged(2), or Closed(3).
Description — The alert message as defined in the operator alert action used to issue the alert.
Response — Operator notes taken in response to the alert.
Time — The time the operator alert was closed.
User
 — The runtime user of the job that closed the alert.
<operation name="alerts">
<input message="tns:alerts"/>
<output message="tns:alertsResponse"/>
</operation>
alertset
The alertset operation lets you manually set the status of an alert specified by the alert ID. To obtain the job number alert 
ID, use the alerts operation.
<operation name="alertset">
      <input message="tns:alertset"/>
      <output message="tns:alertsetResponse"/>
    </operation>
calendars
The calendars operation displays a list of calendars accessible to the current user.
<operation name="calendars">
      <input message="tns:calendars"/>
      <output message="tns:calendarsResponse"/>
    </operation>
calrecalc
The calrecalc operation recalculates all calendar dates.
<operation name="calrecalc">
      <input message="tns:calrecalc"/>
      <output message="tns:calrecalcResponse"/>
    </operation>