GetAlertsAlertConfigurationTemplateConfiguration

data class GetAlertsAlertConfigurationTemplateConfiguration(val annotations: Map<String, String>, val lang: String, val templateId: String, val tokens: Map<String, String>, val type: String, val version: String)

Constructors

constructor(annotations: Map<String, String>, lang: String, templateId: String, tokens: Map<String, String>, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Template Annotations.

Link copied to clipboard

Template Language.

Link copied to clipboard

Template ID.

Link copied to clipboard

Template Variables.

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.