IAlertDescription
Home > @gooddata/sdk-model > IAlertDescription
IAlertDescription interface
Alert description.
Signature:
export interface IAlertDescription
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attribute? | string | (Optional) Attribute of the alert (if sliced by attribute). | |
condition | string | Condition of the alert (in human readable form). | |
currentValues? | IAlertEvaluationRow[] | (Optional) Current values that triggered the alert (if sliced by attribute). | |
errorMessage? | string | (Optional) Error message of the alert. | |
filterCount? | number | (Optional) Filter count of the alert. | |
formattedThreshold? | string | (Optional) Threshold set to trigger the alert - formatted. | |
lowerThreshold? | number | (Optional) Lower threshold of the alert. | |
metric | string | Title of the metric. | |
status? | AlertDescriptionStatus | (Optional) Result of the execution that evaluated the alert. | |
threshold? | number | (Optional) Threshold set to trigger the alert. | |
totalValueCount? | number | (Optional) Total values count that can trigger the alert. | |
traceId? | string | (Optional) Trace ID of the alert. | |
triggeredCount? | number | (Optional) Count of values that triggered the alert. | |
upperThreshold? | number | (Optional) Upper threshold of the alert. |