GetAlertsAlertConfigurationJoinConfiguration

data class GetAlertsAlertConfigurationJoinConfiguration(val condition: String, val type: String)

Constructors

constructor(condition: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data matching expression.When the data content does not need to be determined, set it to an empty string.In other cases, it needs to be set as an expression, for example, errCnt> 10.

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.