Base type: System.Entity
Summary: Contains information about all currently triggered alerts for individual swis entities.
| Name | Type | Notes | 
|---|---|---|
| AlertActiveID | System.Int64 | |
| AlertObjectID | System.Int32 | |
| Acknowledged | System.Boolean | |
| AcknowledgedBy | System.String | |
| AcknowledgedDateTime | System.DateTime | |
| AcknowledgedNote | System.String | |
| TriggeredDateTime | System.DateTime | |
| TriggeredMessage | System.String | |
| NumberOfNotes | System.Int32 | |
| LastExecutedEscalationLevel | System.Int32 | |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. | 
| AlertObjects | Orion.AlertObjects | Defined by relationship Orion.AlertActiveToAlertObjects (System.Reference) | 
| AlertActiveObjects | Orion.AlertActiveObjects | Defined by relationship Orion.AlertActiveToAlertActiveObjects (System.Reference) | 
| Name | Summary | Parameters | Returns | 
|---|---|---|---|
| Acknowledge | Acknowledge active alerts, based on array of alert active ids and desired notes. | ||
| Unacknowledge | Unacknowledge active alerts, based on array of alert active ids. | ||
| ClearAlert | Delete active alert from database. Manual alert reset | ||
| AppendNote | Appends note to Alert object. |