GetAlertsAlertConfiguration

data class GetAlertsAlertConfiguration(val annotations: List<GetAlertsAlertConfigurationAnnotation>, val autoAnnotation: Boolean, val conditionConfiguration: GetAlertsAlertConfigurationConditionConfiguration, val dashboard: String, val groupConfiguration: GetAlertsAlertConfigurationGroupConfiguration, val joinConfigurations: List<GetAlertsAlertConfigurationJoinConfiguration>, val labels: List<GetAlertsAlertConfigurationLabel>, val muteUntil: Int, val noDataFire: Boolean, val noDataSeverity: Int, val policyConfiguration: GetAlertsAlertConfigurationPolicyConfiguration, val queryLists: List<GetAlertsAlertConfigurationQueryList>, val sendResolved: Boolean, val severityConfigurations: List<GetAlertsAlertConfigurationSeverityConfiguration>, val sinkAlerthub: GetAlertsAlertConfigurationSinkAlerthub, val sinkCms: GetAlertsAlertConfigurationSinkCms, val sinkEventStore: GetAlertsAlertConfigurationSinkEventStore, val tags: List<String>, val templateConfiguration: GetAlertsAlertConfigurationTemplateConfiguration, val threshold: Int, val type: String, val version: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Whether to turn on automatic labeling.true (default): The automatic annotation function is enabled, and the system automatically adds information such as__county__to the alarm. For more information, see Automatic Labeling.false: Turn off the automatic annotation function.

Link copied to clipboard

The instrument cluster associated with the alarm. It is recommended to set to internal-alert-analysis.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Second-level timestamp representing the temporary shutdown deadline.

Link copied to clipboard

Whether no data triggers an alarm.true: If the number of times the query and analysis results (if there are multiple results, the result after the collection operation) is no data exceeds the continuous trigger threshold, an alarm is generated.false (default): Turn off the no data alarm function.

Link copied to clipboard

Alarm severity when no data triggers an alarm.

Link copied to clipboard
Link copied to clipboard

Query the statistical list.

Link copied to clipboard

Whether to send a recovery notification.true: A recovery alarm is triggered when the alarm is restored.false (default): Turn off the alarm recovery notification function.

Link copied to clipboard

Trigger condition, set at least one trigger condition.

Link copied to clipboard

Configuration of Alerts Sent to Alerthub.

Link copied to clipboard

Configure alerts sent to CloudMonitor.

Link copied to clipboard

Configuration of sending alarms to EventStore.

Link copied to clipboard

Customize the category of alarm monitoring rules.

Link copied to clipboard
Link copied to clipboard

Set the continuous trigger threshold. When the cumulative number of triggers reaches this value, an alarm is generated. The statistics are not counted when the trigger condition is not met.

Link copied to clipboard

Check the frequency type. Log Service checks the query and analysis results according to the frequency you configured. The values are as follows:Fixedate: checks query and analysis results at regular intervals.Cron: specifies the time interval by using the Cron expression, and checks the query and analysis results at the specified time interval.

Link copied to clipboard

Fixed as 2.0.