VMware Cloud Community
ooajala
Enthusiast
Enthusiast
Jump to solution

Delete ALL Inactive alerts - vROPs 7.0

Hi,

In vROPs 7.0, there finally is an option to Delete Canceled Alerts. In the past, there was only an option to cancel an alert but those alerts remain in the casa database. But now they can be deleted from the UI.

However, in my environment I have about 80,000 inactive alerts which I would like to delete, BUT I can only view 50 alerts per page and that will take several days to accomplish manually.

Is there a way around this?

pastedImage_1.png

--
*** If you like my response, please click "Like" below, if you think I answered your question to the best of my abilities, please mark post as Correct Answer ***

3x vROps Environments implemented across my organization. VDI vROPs 8.4 ::: Epic vROPs 8.4 ::: Shared vROPs 7.0
vROPs Adapters in use: EpicCare & Horizon View Adapter 2.1
1 Solution

Accepted Solutions
RobertMesropyan
VMware Employee
VMware Employee
Jump to solution

Hi

You can use "DELETE /api/alerts/bulk" REST API 

Or try to group canceled alerts by some criteria and then execute "Delete..." for each row (please see attachment)

View solution in original post

1 Reply
RobertMesropyan
VMware Employee
VMware Employee
Jump to solution

Hi

You can use "DELETE /api/alerts/bulk" REST API 

Or try to group canceled alerts by some criteria and then execute "Delete..." for each row (please see attachment)