Navigation :
Incidents store
This object contains data on breaches and warnings, and potentially user defined incidents, identified by AlertTasks.
Table name: IncidentsStore
Column |
Key |
Type |
Description |
limitKey |
Y |
integer |
Unique reference to the single limit upon which this incident ocurred. |
Incident Type |
|
string |
The type of Incident: Breach or Warning |
Measure Value |
|
integer |
The value of the measure which is breaching the limit. |
Incident Scope |
|
integer |
The scope of the limit upon which the incident occurred. |
Location |
Y |
string |
Location in the cube where the incident occurred. |
MDX |
|
string |
The MDX query used to detect the incident. |
As of Date |
|
timestamp |
As of date of the incident |
BreachCount |
|
integer |
The number of breaches on a measure. |
Evaluation Timestamp |
|
timestamp |
Timestamp of when the incident was detected by the AlertTask. |
Session ID |
|
string |
Unique ID created at server startup shared by all incident store tuples. |
Status |
|
string |
Status of the incident. |
Workflow |
|
string |
Incident’s workflow. |
Workflow parameters |
|
string |
Parameters for the incident’s workflow. |
Comment |
|
string |
Comment about the incident. An example of this could be why a particular Limit Breached. |
incidentKey |
|
string |
Unique identifier of the incident, based on the key fields, generated at runtime. Technical field. |