The Device Update Service generates audit log files to record each image update request and then saves the files in the \Logs\Server\Audit\imageUpdates folder. A new log is created each day, and all image update requests for that day are appended in the log. Each request is represented in a string delimited by the semi-colon (;) character, according to the following schema:
Update audit log file schema
Item | Description |
---|---|
Logging Date Time |
The time that the log entry was created. |
User Host Address |
The IP address of the requesting client device. |
Device Type |
The device type, either RoundTable or UCPhone, as specified in the request XML. |
MAC Address |
The address of the requesting device (which might be blank) as specified in the request XML. |
Serial Number |
The serial number of the requesting device (which might be blank) as specified in the request XML. |
Vendor |
The vendor of the device as specified in the request XML. |
Model |
The model of the device as specified in the request XML. |
Revision |
The revision of the device as specified in the request XML. |
Locale |
The locale of the device as specified in the request XML The locale is a combination of language and geographic location that is used to format the display of information such as the date, time, currency, and units of measure. |
Request Modules |
Information about the modules on the device as specified in the request XML. This field is structured as a list of modules delimited by the pound (#) character. Each module consists of the following fields, separated by the semi-colon (;) character:
|
Response Modules |
The returned list of updates appended the response XML. This field is structured as a list of modules delimited by the pound (#) character. Each module consists of the following fields, separated by the semi-colon (;) character:
|
User ID |
(Optional) The account name of the last user who signed in to the requesting device. Communicator Phone Edition sends this information for identification of the device. |