IAlertDescription
Home > @gooddata/sdk-model > IAlertDescription
IAlertDescription interface
Alert description.
Signature:
export interface IAlertDescription
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(Optional) Attribute of the alert (if sliced by attribute). | ||
string |
Condition of the alert (in human readable form). | ||
(Optional) Current values that triggered the alert (if sliced by attribute). | |||
string |
(Optional) Error message of the alert. | ||
string |
(Optional) Threshold set to trigger the alert - formatted. | ||
number |
(Optional) Lower threshold of the alert. | ||
string |
Title of the metric. | ||
(Optional) Result of the execution that evaluated the alert. | |||
number |
(Optional) Threshold set to trigger the alert. | ||
number |
(Optional) Total values count that can trigger the alert. | ||
string |
(Optional) Trace ID of the alert. | ||
number |
(Optional) Count of values that triggered the alert. | ||
number |
(Optional) Upper threshold of the alert. |