Decision Server Insights Event format

The Decision Server Insights Event format is an XML representation of a CICS® event that is recognized by the Decision Server Insights component of IBM® Operational Decision Manager. This format can also be used by any consumer that can recognize the Decision Server Insights Event format.

You specify the event format you want to use by using the event binding editor. For more information about adapter properties and supported formats, see Specifying EP adapter and dispatcher information.

This code fragment shows the format emitted if you select the Decision Server Insights Event format in the Event binding editor. Fields later in this section in braces {} are those derived from either the captured event or the CICS region on which the event was captured.

<?xml version="1.0" encoding="UTF-8" ?>
<event:{business-event-name} xmlns:event="https://www.ibm.com/prod/cics/{event-binding-user-tag}/{business-event-name}">
    <event:cics_usertag>{event-binding-user-tag}</event:cics_usertag>
    <event:cics_networkapplid>{NETQUAL}.{APPLID}</event:cics_networkapplid>
    <event:cics_timestamp>{yyyy-mm-ddThh:mm:ss.mmm+00:00}</event:cics_timestamp>  1 
    <event:cics_bindingname>{event-binding-name}</event:cics_bindingname>
    <event:cics_capturespecname>{capture-specification-name}</event:cics_capturespecname>
    <event:cics_UOWid>{Network-UOWid}</event:cics_UOWid>
    <event:{business-info-name1}>{business-info-value1}</event:{business-info-name1}>
    <event:{business-info-name2}>{business-info-value2}</event:{business-info-name2}>
    <event:{business-info-name3}>{business-info-value3}</event:{business-info-name3}>	
</event:{business-event-name}> 
Note:  1  All events are emitted with Coordinated Universal Time (UTC) timestamps.

You can export the schema for a Decision Server Insights Event format event from the Adapter tab in the Event binding editor. See Specifying adapter and dispatcher information for more details.