Topic Last Modified: 2010-11-08
The Device Update Web 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, Lync 2010 Phone Edition, 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. Lync 2010 Phone Edition sends this information for identification of the device. |