I am needing to clean up thousands of down and unplugged interfaces. I have a valid list of 5096 interfaces IDs targeted for deletion. It is not feasible to do this from the WEBUI.
I found this article on how to cleanup these interfaces and believe it cannot be done from the WEBUI do to the large qty.
How to Delete Unknown or Down interfaces by bulk in Orion (site.com)
This example query here.
delete from Interfaces where InterfaceID=953
insert into DeletedInterfaces (InterfaceId) values (953)
Does anyone know how and where I run that ?
If I search in SWQL I do not even see a table called DeletedInterfaces