http://www.ibm.com/schema/soa/fltalm/v1_1/local
The recordAlarmRequest Element

Record alarm request message. This message contains information about the alarm being recorded. The implementation of this interface may suppress (i.e., perform a no-op) repeated alarms. Repeated alarms are defined as requests that have the same tuple (service, host, code). Default values will be provided for empty parameters since this method is intended to record alarm information, and an exception can not be returned.


Element recordAlarmRequest : recordAlarmRequest
The recordAlarmRequest element cannot have "xsi:nil" as an attribute. The recordAlarmRequest element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance

Record alarm request message. This message contains information about the alarm being recorded. The implementation of this interface may suppress (i.e., perform a no-op) repeated alarms. Repeated alarms are defined as requests that have the same tuple (service, host, code). Default values will be provided for empty parameters since this method is intended to record alarm information, and an exception can not be returned.

<recordAlarmRequest>
-Begin Sequence [1...1]

The global transaction ID for the Web Service transaction. The length of this identifier should be less than 128 is CEI is enabled.

<globalTransactionID>xsd:string</globalTransactionID> [1..1]

The service implementation that originated the fault. The service name is specific to each service implementation and should be chosen to avoid conflicts with other service implementations.

<service>xsd:string</service> [1..1]

The source of the fault. The suggested format is: <server_name>:<ear_name>:<class_name>

<source>xsd:string</source> [1..1]

The host where the alarm originated.

<host>xsd:string</host> [1..1]

The code describing the alarm. This code should match the message code used to output the logging message associated with the alarm. This provides synchronization between documented message codes and alarm information.

<code>xsd:string</code> [1..1]

The alarm type.

<type>twss_fltalm_xsd:AlarmEnumeration</type> [1..1]

The alarm message.

<message>xsd:string</message> [1..1]

The suggested action to take to resolve the alarm.

<suggestedAction>xsd:string</suggestedAction> [0..1]

Operation detail information (such as a stack trace) regarding the alarm.

<detail>xsd:string</detail> [0..1]
End Sequence
</recordAlarmRequest>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:element  name="recordAlarmRequest"  type="twss_fltalm_local_xsd:recordAlarmRequest">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Record alarm request message. This message contains information about the alarm being recorded. The implementation of this interface may suppress (i.e., perform a no-op) repeated alarms. Repeated alarms are defined as requests that have the same tuple (service, host, code). Default values will be provided for empty parameters since this method is intended to record alarm information, and an exception can not be returned. </xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by WSDLdoc ©