SolarWinds Orion Platform provides a single, unified, application-centric view and experience. Webhooks are used to ingest alerts from SolarWinds Orion monitoring events.
Supported version: Orion Platform 2019.4
Configure OpsRamp
Step 1: Install the integration
- Select a client from the All Clients list.
- Go to Setup > Integrations > Integrations.
- From Available Integrations, select Monitoring > SolarWinds Orion.
- Click Install.
WebHooks is automatically selected as the authentication mechanism.
Step 2: Configure the integration
From the API tab, copy and save:
- tenant id
- token
- Webhook URL
- cURL command
This information is used for the SolarWinds configuration.
To enter the mapping information, select the required OpsRamp property from the drop-down.
Click Add Mapping Attributes to map attributes for the specific OpsRamp alert property.
Enter the entity and property value.
From the Monitoring of Integration tab, click Assign Templates to assign templates.
From the Audit Logs, set up audit the log criteria and time frame.
Inbound configurations capture all of the information needed to call OpsRamp APIs from SolarWinds Orion.

Attribute mappings
The following table shows the attribute mappings for alert types and macros.
SolarWinds Orion Property | OpsRamp Property | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
description | Alert description | ||||||||||||
object_type | Alert metric | ||||||||||||
status | Alert state
| ||||||||||||
subject | Alert subject | ||||||||||||
resourceName | Alert ResourceName |
Configure SolarWinds
Log into SolarWinds Orion.
Go to Alerts & Activities > Alerts and click Manage Alerts.
Click Add New Alert and enter the following properties:
- name
- description
- trigger frequency
- alert severity.
Specify the condition used to trigger the alert.
Select a trigger action to execute on the alert and click Add Action.
Select the Send a GET or POST Request to a Web Server action.
Click Configure Action to configure the plugin.
Paste the saved Webhook URL from OpsRamp inbound configuration.
Select the method as HTTPS/POST and enter the following payload:
Payload syntax:
{ "status": "${N=Alerting;M=Severity}", "subject": "${N=Alerting;M=AlertMessage}", "object_type": "${N=Alerting;M=ObjectType}", "resourceName":"${N=SwisEntity;M=NodeWarrantyAlert.HostName}", "description": "${N=Alerting;M=AlertDescription}", "acknowledged": "${N=Alerting;M=Acknowledged}", "acknowledged_by": "${N=Alerting;M=AcknowledgedBy}", "timestamp": "${N=SWQL;M=SELECT GETUTCDATE() as a1 FROM Orion.Engines}", "incident_id": "${N=Alerting;M=AlertObjectID}", "solarwinds_url": "${N=Alerting;M=AlertDetailsUrl}" }
Payload example:
{ "status":"Critical", "subject":"Test-Service-Alert was triggered.115 Test-Service-Alert testing my local Critical", "object_type":"Node", "resourceName":"EC2AMAZ-1DC6910", "description":"testing my local", "acknowledged":"Not Acknowledged", "acknowledged_by":"", "timestamp":"3/18/2020 2:58:41 AM", "incident_id":"10", "solarwinds_url":"[http://EC2AMAZ-1DC6910:8787/Orion/View.aspx?NetObject=AAT:10](http://ec2amaz-1dc6910:8787/Orion/View.aspx?NetObject=AAT:10)" }
Click Submit.
The Manage Alert screen displays the new alert.
View alerts
- Go to the Alerts page and search with
Solarwinds Orion
as the source name to display related alerts. - Click Alert ID to view.
