Open for Voting

Allow alerts to send PUT and DELETE requests to a web server

Currently, an alert can send GET and POST requests to a web server. I'd like to be able to send PUT (DELETE would be nice, too) requests as well. We use Infoblox, and a user has asked us to develop a Solarwinds alert that can change a DNS record when failover occurs. The Infoblox web API requires a PUT request to change a host record.If Solarwinds supported PUT requests in alerts, I'd be able to do this inside the alert definition instead of having to put it in an external script.