I need to remove all Bluetooth interfaces from the Database. Is their a 'bulk' removal method?
I don't believe DPA has any knowledge or configuration of Bluetooth interfaces.
This thread probably needs to get pushed to NPM
Hello,
While it is possible to directly query and update the Orion database it is not the recommended approach and deleting interfaces via SQL requires a little extra consideration. The following article should help you understand the options available. How to Delete Unknown or Down interfaces by bulk in Orion
Another method that I have been using would be to create a report of the interfaces you want to delete and use a powershell script to delete the interfaces referencing the report. You'd need the OrionSDK to do it this way, here's a good place to get started GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe…