Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: POST /rest/asmlyncevent?action=exportlogrange

This resource exports all the Lync Log events from the ASM within the given date range. This action is applied without an ID.

Tip

The downloaded filename is 'Lync Server Events.evtx' as displayed in the response header. The filename should be saved with a .evtx file extension so it can be viewed with the Microsoft Event viewer. If the file is too big, it will be chunked into 4KB chunks and sent to the client.

URL:

https://192.168.0.111/rest/asmlyncevent?action=exportlogrange

HTTP Method

POST

Requires Authentication:

true

Noprint
Panel
bgColortransparent
titleBGColor#DDD
title[asmlyncevent - REST API Methods|Resource - asmlyncevent]

Page Tree
root@parent



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
startDateYesNolongIdentifies the Unix timestamp of the start date for filtering the Lync Events. Only events after the start date will be exported.
endDateYesNolongIdentifies the Unix timestamp of the end date for filtering the Lync Events. Only events before the end date will be exported.