This event indicates that an administrator has added a new record into the System Manager database. For example, an administrator may have added a new Session Manager instance using the Session Manager Administration web page.
The log messages for this event have the following format:
LoginID:<Name of user logged into System Manager Web Console>
ClientHost :<IP address of the web user's computer>
Action: Database INSERT into table <database table name> with key <database record primary key value> and properties: <database table column name>:<column value>, ...
An example of the INSERT log message is: LoginID: admin ClientHost: 123.4.56.789 Action: Database INSERT into table asminstance with key 1 and properties: assetDNSIPAddress:<NULL>, assetDNSSearch:<NULL>, assetDefaultGateway:255.255.255.0, assetIPAdress:<NULL>, assetInterfaceName:<NULL>, assetNetMask:255.255.255.0...