Previous Topic: Hierarchy and InheritanceNext Topic: How to Add a Function


Property Functions

In connector policy operations, various functions help transform or generate event properties such as date, time, and server name.

Use any functions in the function library for connector policy to convert tags to a specific output. Write these functions enclosed in curly brackets {} as part of the input attribute in a Field element.

You can use these functions in the input attribute of any operation. For example:

<Format>
<Field  output=’’ format=’{0}’ input=’{somefunction(param1)}’ />
</Format>

Functions with no parameters use the following syntax:

{function}

Functions with additional parameters use a different syntax as follows:

{function([param1,param2,param3])}

Examples of the functions that CA SOI includes are as follows: