AlertEnrichmentItem interface
Alert enrichment item.
Properties
| description | The enrichment description. |
| error |
The error message. Will be present only if the status is 'Failed'. |
| status | The status of the evaluation of the enrichment. |
| title | The enrichment title. |
| type | The discriminator possible values: PrometheusEnrichmentItem, PrometheusInstantQuery, PrometheusRangeQuery |
Property Details
description
The enrichment description.
description: string
Property Value
string
errorMessage
The error message. Will be present only if the status is 'Failed'.
errorMessage?: string
Property Value
string
status
The status of the evaluation of the enrichment.
status: string
Property Value
string
title
The enrichment title.
title: string
Property Value
string
type
The discriminator possible values: PrometheusEnrichmentItem, PrometheusInstantQuery, PrometheusRangeQuery
type: string
Property Value
string