Inside Automation Engine > XML Files of Objects > Event > Event Types

 Event Types

This document includes examples for the specific XML elements of the different available eventAction that is triggered if particular conditions apply. It can be an Automation Engine object type or an entry in a Policy Orchestrator EventBase. types.

File System Event

Example:

-<EVNT_FILE state="1">  
<HostDst>WIN01</HostDst>
<Path>c:\ft\temp</Path>
<FileType>PU|PATH_SPACE_UNUSED</FileType>
<Operator>L|&lt;</Operator>
<Value>10</Value>
<Unit>4|GB</Unit>
</EVNT_FILE>

 


Console Event

BS2000

Example:

-<EVNT_CONS state="1">
<HostDst>BS2000|BS05</HostDst>
- <STD_Filter>
<row STD_MsgFilter="*EXC044*"/>
</STD_Filter>
</EVNT_CONS>

 

z/OS

Example:

-<EVNT_CONS state="1">
<HostDst>MVS|MVS01</HostDst>
<MVS_SysName>CPAC</MVS_SysName>
<MVS_OSName>MVS</MVS_OSName>
- <MVS_Filter>
<row MVS_Filter1="*" MVS_MsgFilter="IEF1251"/>
<row MVS_Filter1="*" MVS_MsgFilter="IEF1261"/>
</MVS_Filter>
</EVNT_CONS>

 

OS/400

Example:

-<EVNT_CONS state="1">  
<HostDst>OS400|OS400A</HostDst>
<OS400_MsgType>1</OS400_MsgType>
<OS400_Severity>1</OS400_Severity>
- <OS400_Filter>
<row OS4_Filter1="*" OS4_MsgFilter="IEF1251"/>
</OS400_Filter>
</EVNT_CONS>

 

SAP

Example:

-<EVNT_CONS state="1">  
<HostDst>R3|SAP01</HostDst>
<R3_EventSubType>S1</R3_EventSubType>
- <R3_Filter>
<row R3_Filter1="*TEST*" R3_Filter2="*2" R3_Filter3="VWGSAP01_N4S_01" />
</R3_Filter>
</EVNT_CONS>

 

Windows

Example:

-<EVNT_CONS state="1">  
<HostDst>WINDOWS|WIN01</HostDst>
<WINDOWS_EventSubType>EY|System</WINDOWS_EventSubType>
<WINDOWS_Source>RemoteAccess</WINDOWS_Source>
<WINDOWS_Category>0</WINDOWS_Category>
- <WINDOWS_Filter>
<row WIN_Filter1="20158" WIN_Filter2="4|04 - Information" WIN_Filter3="*" WIN_MsgFilter="*"/>
</WINDOWS_Filter>
</EVNT_CONS>

 


Database Event

Example:

- <EVNT_DB> 
<Op1_type>SQL</Op1_type> 
<Op1_sql>SELECT (*) FROM Orders</Op1_sql> 
<Op1_host>SQL01</Op1_host> 
<Op1_login>LOGIN.GLOBAL</Op1_login> 
<Op1_server>dbserver01</Op1_server> 
<Op1_db>northwind</Op1_db> 
<Op1_file/> 
<Op1_vara/> 
<Op1_keyword/> 
<Op1_static/> 
<Operator>F|&amp;gt;=</Operator> 
<Op2_type>VARA</Op2_type> 
<Op2_sql/> 
<Op2_host/> 
<Op2_login/> 
<Op2_server/> 
<Op2_db/> 
<Op2_file/> 
<Op2_vara>OUTPUT.WEBHELP.VARA</Op2_vara> 
<Op2_keyword>FREESPACE</Op2_keyword> 
<Op2_static/> 
</EVNT_DB>

 

 

See also:

File System tab
Console tab

XML-File Structure for Imports and Exports

Export-File Structure

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH