AlertQueryList

data class AlertQueryList(val chartTitle: String? = null, val dashboardId: String? = null, val end: String, val logstore: String? = null, val powerSqlMode: String? = null, val project: String? = null, val query: String, val region: String? = null, val roleArn: String? = null, val start: String, val store: String? = null, val storeType: String? = null, val timeSpanType: String? = null)

Constructors

Link copied to clipboard
constructor(chartTitle: String? = null, dashboardId: String? = null, end: String, logstore: String? = null, powerSqlMode: String? = null, project: String? = null, query: String, region: String? = null, roleArn: String? = null, start: String, store: String? = null, storeType: String? = null, timeSpanType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val chartTitle: String? = null

Chart title, optional from 1.161.0+.

Link copied to clipboard
val dashboardId: String? = null

Query dashboard id.

Link copied to clipboard
val end: String

End time. example: 20s.

Link copied to clipboard
val logstore: String? = null

Query logstore, use store for new alert, Deprecated from 1.161.0+.

Link copied to clipboard
val powerSqlMode: String? = null

default disable, whether to use power sql. support auto, enable, disable.

Link copied to clipboard
val project: String? = null

Query project.

Link copied to clipboard

Query corresponding to chart. example: * AND aliyun.

Link copied to clipboard
val region: String? = null

Query project region.

Link copied to clipboard
val roleArn: String? = null

Query project store's ARN.

Link copied to clipboard

Begin time. example: -60s.

Link copied to clipboard
val store: String? = null

Query store for new alert.

Link copied to clipboard
val storeType: String? = null

Query store type for new alert, including log,metric,meta.

Link copied to clipboard
val timeSpanType: String? = null

default Custom. No need to configure this parameter.