public static class IAlertPlugin.AlertInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
accessPoint
Access point at which the alert originated
|
IContact |
contact
Contact of the site that raised the alert.
|
java.lang.String |
downstreamSite
Identifying information for the immediate downstream target of a call.
|
java.lang.String |
failureCondition
Reason for alert for alerts raised by a UI-configured statistical condition.
|
java.lang.String |
hostAddr
Host address identifying the node on which the alert was raised.
|
java.lang.String |
ID
Alert ID created by LookingGlass server
|
java.lang.String |
LTID
Logical thread ID.
|
java.lang.String |
message
UI-configured or default alert message.
|
java.lang.String |
nodeInfo
Information identifying the node on which the alert was raised.
|
java.lang.String |
operation
Operation at which the alert originated
|
java.lang.String |
policyGroup
For Alerts triggered by Rules defined in a PolicyGroup, the name of the PolicyGroup.
|
java.lang.String |
ruleType
Rule type for alerts raised by a UI-configured statistical condition.
|
java.lang.String |
serviceGroup
Service group at which the alert originated
|
java.lang.String |
severity
Alert severity, WARNING, ALARM or ERROR.
|
java.lang.String |
statisticType
Statistic type for alerts raised by a UI-configured statistical condition.
|
long |
timeOccurred
Time alert was raised.
|
java.lang.String |
upstreamSite
Identifying information for the immediate upstream source of a call.
|
Constructor and Description |
---|
AlertInfo() |
public java.lang.String ID
public java.lang.String severity
public long timeOccurred
public java.lang.String LTID
public java.lang.String nodeInfo
public IContact contact
public java.lang.String hostAddr
public java.lang.String message
public java.lang.String failureCondition
public java.lang.String statisticType
public java.lang.String ruleType
public java.lang.String upstreamSite
public java.lang.String downstreamSite
public java.lang.String policyGroup
public java.lang.String serviceGroup
public java.lang.String accessPoint
public java.lang.String operation