GetMetricRuleBlackListsList

data class GetMetricRuleBlackListsList(val category: String, val createTime: String, val effectiveTime: String, val enableEndTime: String, val enableStartTime: String, val id: String, val instances: List<String>, val isEnable: Boolean, val metricRuleBlackListId: String, val metricRuleBlackListName: String, val metrics: List<GetMetricRuleBlackListsListMetric>, val namespace: String, val scopeType: String, val scopeValues: List<String>)

Constructors

Link copied to clipboard
constructor(category: String, createTime: String, effectiveTime: String, enableEndTime: String, enableStartTime: String, id: String, instances: List<String>, isEnable: Boolean, metricRuleBlackListId: String, metricRuleBlackListName: String, metrics: List<GetMetricRuleBlackListsListMetric>, namespace: String, scopeType: String, scopeValues: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud service classification. For example, Redis includes kvstore_standard, kvstore_sharding, and kvstore_splitrw.

Link copied to clipboard

The timestamp for creating an alert blacklist policy.Unit: milliseconds.

Link copied to clipboard

The effective time range of the alert blacklist policy.

Link copied to clipboard

The start timestamp of the alert blacklist policy.Unit: milliseconds.

Link copied to clipboard

The end timestamp of the alert blacklist policy.Unit: milliseconds.

Link copied to clipboard
val id: String
Link copied to clipboard

The list of instances of cloud services specified in the alert blacklist policy.

Link copied to clipboard

The status of the alert blacklist policy. Value:-true: enabled.-false: disabled.

Link copied to clipboard

The first ID of the resource

Link copied to clipboard

The name of the alert blacklist policy.

Link copied to clipboard

Monitoring metrics in the instance.

Link copied to clipboard

The data namespace of the cloud service.

Link copied to clipboard

The effective range of the alert blacklist policy. Value:-USER: The alert blacklist policy only takes effect in the current Alibaba cloud account.-GROUP: The alert blacklist policy takes effect in the specified application GROUP.

Link copied to clipboard

Application Group ID list. The format is JSON Array.> This parameter is displayed only when 'ScopeType' is 'GROUP.