removeAlertHistory Operation

Using removeAlertHistory operation you can remove all alert logs currently on the TIBCO LogLogic Appliance. You may also use the filters to narrow down the list.

Request Parameter

authToken,applianceIP, filters

Response

alertHistoryResponse (see alertHistoryResponse Type)

Example

To remove all medium priority alert logs on Appliance 1.2.20.100:

removeAlertHistory authstr 1.2.20.100 /Priority/=/Medium/

To remove all alert logs on Appliance 1.2.20.100 with empty filters:

removeAlertHistory authstr 1.2.20.100 “”

To remove all acknowledged alert logs on Appliance 1.2.20.100:

removeAlertHistoryRemote authstr 1.2.20.100 /Type/=/Acknowledged/