IM InfoSphere Identity Insight, Version 8.0

SOA_ALERT_DISPOSITIONS_REQUEST input document

The SOA_ALERT_DISPOSITIONS_REQUEST input document contains the request and search criteria to obtain details of all configured alert dispositions. The results of this Web services input document are returned to the calling application in a SOA_ALERT_DISPOSITIONS_REQUEST output document.

These UMF tags comprise the ROOT segment for the SOA_ALERT_DISPOSITIONS_REQUEST input document:
N/A
There are no required UMF tags other than the self-closing SOA_ALERT_DISPOSITIONS_REQUEST tag.

The SOAP-RPC equivalent of the SOA_ALERT_DISPOSITIONS_REQUEST input document and the SOA_ALERT_DISPOSITIONS_RESPONSE output document is the getAlertDispositions method.

Example SOA_ALERT_DISPOSITIONS_REQUEST input document

This example SOA_ALERT_DISPOSITIONS_REQUEST input document requests the details on all configured alert dispositions.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ALERT_DISPOSITIONS_REQUEST />

Example SOA_ALERT_DISPOSITIONS_RESPONSE output document

This example SOA_ALERT_DISPOSITIONS_RESPONSE output document returns details on all configured alert dispositions.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ALERT_DISPOSITIONS_RESPONSE>
   <ALERT_DISPOSITION>
      <ACT_CODE_ID>1</ACT_CODE_ID>
      <SOURCE_TYPE>CONFLICT</SOURCE_TYPE>
      <ACT_CODE>P</ACT_CODE>
      <ACT_CODE_DESC>Default</ACT_CODE_DESC>
      <ACT_STATUS_CODE>OPEN</ACT_STATUS_CODE>
      <REC_STAT>A</REC_STAT>
   </ALERT_DISPOSITION>
   <ALERT_DISPOSITION>
      <ACT_CODE_ID>3</ACT_CODE_ID>
      <SOURCE_TYPE>CONFLICT</SOURCE_TYPE>
      <ACT_CODE>ASSIGNED</ACT_CODE>
      <ACT_CODE_DESC>Default User Assignment</ACT_CODE_DESC>
      <ACT_STATUS_CODE>ASSIGNED</ACT_STATUS_CODE>
      <REC_STAT>A</REC_STAT>
   </ALERT_DISPOSITION>
   <ALERT_DISPOSITION>
      <ACT_CODE_ID>5</ACT_CODE_ID>
      <SOURCE_TYPE>CONFLICT</SOURCE_TYPE>
      <ACT_CODE>CLOSED</ACT_CODE>
      <ACT_CODE_DESC>Default CLOSED</ACT_CODE_DESC>
      <ACT_STATUS_CODE>CLOSED</ACT_STATUS_CODE>
      <REC_STAT>A</REC_STAT>
   </ALERT_DISPOSITION>
   <ALERT_DISPOSITION>
      <ACT_CODE_ID>7</ACT_CODE_ID>
      <SOURCE_TYPE>CONFLICT</SOURCE_TYPE>
      <ACT_CODE>F</ACT_CODE>
      <ACT_CODE_DESC>Default Filtered</ACT_CODE_DESC>
      <ACT_STATUS_CODE>FILTERED</ACT_STATUS_CODE>
      <REC_STAT>A</REC_STAT>
   </ALERT_DISPOSITION>
   <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ALERT_DISPOSITIONS_RESPONSE>


Feedback

Last updated: 2011