I would like to subscribe to the alert notification with powershell or something to get the alerts and pass them into my event management system for processing.
Thanks
Ross
This is not something the SDK supports today. Your best bet is to query Orion.AlertStatus every so often and track changes.
the KB article says the DSK supports subscribing to alerts: SolarWinds Knowledge Base :: What SolarWinds products support alert data sharing?
is there an example now?
I'm sorry - that KB is incorrect. This facility is specific to Alert Central. We are not prepared to support customers using it.
I'm working on getting the KB corrected.
tdanner has this status changed?
Is there any way to have a powershell script grab the alert context from when an alert triggers, so that I could pass it off via REST to other REST API things such as Service-now?
No, the subscription system is not for customer use at this time.
You can use a trigger action to run a command line when an alert triggers. This can query for whatever additional context properties you need and call other systems' APIs. A similar reset action can be used to clear alerts in other systems.