IM InfoSphere Identity Insight, Version 8.0

SOA_EVENT_ALERT_BY_ID_REQUEST input document

The SOA_EVENT_ALERT_BY_ID_REQUEST input document contains the request and search criteria to obtain the details of an event alert that is identified by the specified event alert ID. The results of this Web services input document are returned to the calling application in a SOA_EVENT_ALERT_BY_ID_RESPONSE output document.

These UMF tags comprise the ROOT segment for the SOA_EVENT_ALERT_BY_ID_REQUEST input document:
ALERT_ID
Event alert ID UMF tag that is required, because it references and identifies the specific event alert ID.
DEPTH
Required: No
It indicates the level of detail for the response. If not specified, then FULL is assumed.

The SOAP-RPC equivalent of the SOA_EVENT_ALERT_BY_ID_REQUEST input document and the SOA_EVENT_ALERT_BY_ID_RESPONSE output document is the getEventAlertByID method.

Example SOA_EVENT_ALERT_BY_ID_REQUEST input document

This example SOA_EVENT_ALERT_BY_ID_REQUEST query requests the details of an event alert that is identified by the event alert ID value of 1234567.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_EVENT_ALERT_BY_ID_REQUEST>
	<ALERT_ID>1234567</ALERT_ID>
	<DEPTH>STANDARD</DEPTH>
</SOA_EVENT_ALERT_BY_ID_REQUEST>

Example SOA_EVENT_ALERT_BY_ID_RESPONSE output document

This example SOA_EVENT_ALERT_BY_ID_RESPONSE output document returns the details of an event alert that is identified by the event alert ID value of 12345.
Output document elements:
EVENT_ALERT
Parent tag: [ROOT]
Required: No
Container tag for the event alert. If not provided, then no matching alert was found for the alert ID. This is a standard SOA event alert segment.
SYS_CREATE_DT
Parent tag: [ROOT]
Required: Yes
Timestamp of when the output message was generated.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_EVENT_ALERT_BY_ID_RESPONSE>
	<EVENT_ALERT>
	  <EVENT_SIT_ID>12345</EVENT_SIT_ID>
    <ACT_CODE_ID>39487</ACT_CODE_ID>
    <REASON_CODE>FOO</REASON_CODE>
    <REASON_DESC>BAR</REASON_DESC>
    <CONDITION>PHOO</CONDITION>
    <CONTRIBUTING_EVENTS>
       <EVENT>
          <EVENT_ID>123</EVENT_ID>
          <DSRC_ACCT_ID>345</DSRC_ACCT_ID>
          <DSRC_CODE>EMPL</DSRC_CODE>
          <DSRC_REF>ABC</DSRC_REF>
          <EVENT_REF>BAR</EVENT_REF>
          <EVENT_TYPE_ID>6789</EVENT_TYPE_ID>
          <EVENT_LOC>ATM 345678</EVENT_LOC>
          <EVENT_MEMO1>Blah blah blah</EVENT_MEMO1>
          <EVENT_MEMO2>Blah boo blah boo</EVENT_MEMO2>
          <EVENT_START_DT>2009-04-23 15:50:21</EVENT_START_DT>
          <EVENT_END_DT>2009-04-25 17:22:11</EVENT_END_DT>
          <EVENT_QTY>456.22</EVENT_QTY>
          <EVENT_UNIT_VALUE>456.22</EVENT_UNIT_VALUE>
          <EVENT_VALUE>456.22</EVENT_VALUE>
          <EVENT_STATUS>Open</EVENT_STATUS>
          <SYS_CREATE_DT>2009-04-23 15:50:21</SYS_CREATE_DT>
          <SYS_LSTUPD_DT>2009-04-23 15:50:21</SYS_CREATE_DT>
       </EVENT>
       <EVENT>
          <EVENT_ID>145</EVENT_ID>
          <DSRC_ACCT_ID>345</DSRC_ACCT_ID>
          <DSRC_CODE>EMPL</DSRC_CODE>
          <DSRC_REF>ABC</DSRC_REF>
          <EVENT_REF>BAR</EVENT_REF>
          <EVENT_TYPE_ID>6789</EVENT_TYPE_ID>
          <EVENT_LOC>ATM 115178</EVENT_LOC>
          <EVENT_MEMO1>Blah blah blah</EVENT_MEMO1>
          <EVENT_MEMO2>Blah boo blah boo</EVENT_MEMO2>
          <EVENT_START_DT>2009-03-21 13:22:11</EVENT_START_DT>
          <EVENT_END_DT>2009-03-22 17:22:11</EVENT_END_DT>
          <EVENT_QTY>326.13</EVENT_QTY>
          <EVENT_UNIT_VALUE>326.13</EVENT_UNIT_VALUE>
          <EVENT_VALUE>326.132</EVENT_VALUE>
          <EVENT_STATUS>Closed</EVENT_STATUS>
          <SYS_CREATE_DT>2009-03-21 13:22:11</SYS_CREATE_DT>
          <SYS_LSTUPD_DT>2009-03-21 13:22:11</SYS_CREATE_DT>
       </EVENT>
     </CONTRIBUTING_EVENTS>
     <ENTITY>
      <ENTITY_ID>1234</ENTITY_ID>
      . . .
    </ENTITY>
  </EVENT_ALERT>
  <SYS_CREATE_DT>2009-04-23 21:18:55</SYS_CREATE_DT>
</SOA_EVENT_ALERT_BY_ID_RESPONSE>
Table 1. Error segments for getEventAlertsByFilter (UMF)
Message ID Cause
CWUAE####E If a required tag is not provided.


Feedback

Last updated: 2011