This Web Service archives events to a text file on a server using filtering rules. Every event that fits the given rule is archived.
Keyword | Value |
---|---|
tagid | String For example: “0000007” |
taglabel | String For example: „Tag 0000007“ |
tagclass | String For example: „Person“ |
taggroup | String For example: „Laptop“ |
handled | String yes (acknowledge) or no (active) |
eventafter | SimpleDateFormat in the format: „yyyy-MM-dd'T'HH:mm:ss.SSS'Z'“ |
eventbefore | SimpleDateFormat in format: „yyyy-MM-dd'T'HH:mm:ss.SSS'Z'“ |
eventtype | String, which is one of the existing event types For example, “LasZoneEntry” |
target: The target represents a string which contains the name and path of the target text file. The text file is created in a directory on the server. For the IP address of server variable, you can use the value of localhost to save the file on the server. Specify the path as follows: /////IP address of server//hard disk drive$/path to file/file name
locale: If you want to set the default value, you have to input null. See Localization and input parameters for more information about the locale descriptor.
This Web service returns nothing.