IM InfoSphere Identity Insight, Version 8.0

SOA_EVENT_DETAIL_BY_ID_REQUEST input document

The SOA_EVENT_DETAIL_BY_ID_REQUEST input document contains the request and search criteria to obtain the details of the event that matches the specified ID. The results of this Web services input document are returned to the calling application in a SOA_EVENT_DETAIL_BY_ID_REQUEST output document.

These UMF tags comprise the ROOT segment for the SOA_EVENT_DETAIL_BY_ID_REQUEST input document:
EVENT_ID
Required: Yes
Identifies the event for which the details are being requested.
DEPTH
Required: No
It indicates the level of detail for the response. If not specified, then FULL is assumed. Currently, FULL is the only recognized value.

The SOAP-RPC equivalent of the SOA_EVENT_DETAIL_BY_ID_REQUEST input document and the SOA_EVENT_DETAIL_BY_ID_RESPONSE output document is the getEventDetailsByID method.

Example SOA_EVENT_DETAIL_BY_ID_REQUEST input document

This example SOA_EVENT_DETAIL_BY_ID_REQUEST query requests the details of an event that is identified by an event 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_DETAIL_BY_ID_REQUEST>
	<EVENT_ID>1234567</EVENT_ID>
	<DEPTH>STANDARD</DEPTH>
</SOA_EVENT_DETAIL_BY_ID_REQUEST>

Example SOA_EVENT_DETAIL_BY_ID_RESPONSE output document

This example SOA_EVENT_DETAIL_BY_ID_RESPONSE output document shows the details of an event that is identified by an event ID value of 1234567.
Output document elements:
EVENT
Parent tag: [ROOT]
Required: No
Either detail for one event is returned or a zero is returned. A zero indicates that no alerts matched the specified criteria. 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_DETAIL_BY_ID_RESPONSE>
  <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>	
  <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_EVENT_DETAIL_BY_ID_RESPONSE>
Table 1. Error segments for getEventDetailsByID (UMF)
Message ID Cause
CWUAE####E If a required tag is not provided.


Feedback

Last updated: 2011