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

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

The downloaded filename is 'System 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/asmsystemevent?action=exportlogrange

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
startDateYesNolong Identifies the Unix timestamp of the start date for filtering the ASM System Events. Only events after the start date will be exported.
endDateYesNolong Identifies the Unix timestamp of the end date for filtering the ASM System Events. Only events before the end date will be exported.

  • No labels