Configure Alerts and Notifications
Orchestrator allows you to configure alerts that notify the Operators, Enterprise Administrators or other support users, whenever an event occurs.

For information on how to configure Alerts, see Configure Alerts.
For information on how to configure SNMP Traps, see Configure SNMP Traps.
For information on how to configure Webhooks, see Configure Webhooks.
Configure Alerts
The Alerts page in the Alert Configuration window allows you to select the events for which the alerts need to be sent. You can also add and edit the contact details of existing admin users.
The alerts can be sent to both, the Operators managing the Orchestrator and the Customers. Alerts sent to the Operators are called Operator Alerts (formerly known as Pre-Notifications), and are sent as soon as the event occurs. Alerts sent to the Customers are called Enterprise Alerts and are activated only when a Customer turns on the Enable Enterprise Alerts option under Alert Configuration. Enterprise Alerts can be subject to delays as configured by the Enterprise Admin(s).
For example, consider that a Customer has configured the Link Down alert delay for 2 minutes. If a WAN link loses communication with the Edge, Operator Alerts are sent immediately. Enterprise Alerts are sent after a delay of 2 minutes.
Configure SNMP Traps
Simple Network Management Protocol (SNMP) Traps are notifications sent to an SNMP Agent to indicate that an event has occurred. Orchestrator sends SNMP Traps corresponding to the existing alerts like Edge Down and Edge Up.
Configure Webhooks
Webhooks deliver data to other applications, triggered by certain alerts using HTTP POST. Whenever an alert occurs, the source sends an HTTP request to the target application configured for the webhook. Orchestrator supports Webhooks that automatically send messages through HTTP POST to target apps when an event occurs. You can set the target URL in the Enterprise portal and automate actions in response to the alerts triggered by Orchestrator. The webhook recipients must support HTTPS and must have valid certificates, to ensure the privacy of potentially sensitive alert payloads. This also prevents the tampering of payloads. Any application that supports incoming webhooks with HTTPS can integrate with VeloCloud SD-WAN.
The following example shows a sample JSON payload template:
{ "alertTime": "alertTime", "alertType": "alertType", "customer": "customer", "customerLogicalId": "customerLogicalId", "entityAffected": "entityAffected", "deviceLogicalId": "deviceLogicalId", "lastContact": "lastContact", "message": "message", "vco": "vco", "deviceName": "deviceName", "deviceDescription": "deviceDescription", "deviceSerialNumber": "deviceSerialNumber" }







