Service Group Monitoring Agent Process Alert Config
data class ServiceGroupMonitoringAgentProcessAlertConfig(val comparisonOperator: String, val effectiveInterval: String? = null, val escalationsLevel: String, val silenceTime: Int? = null, val statistics: String, val targetLists: List<ServiceGroupMonitoringAgentProcessAlertConfigTargetList>? = null, val threshold: String, val times: String, val webhook: String? = null)
Constructors
Link copied to clipboard
fun ServiceGroupMonitoringAgentProcessAlertConfig(comparisonOperator: String, effectiveInterval: String? = null, escalationsLevel: String, silenceTime: Int? = null, statistics: String, targetLists: List<ServiceGroupMonitoringAgentProcessAlertConfigTargetList>? = null, threshold: String, times: String, webhook: String? = null)
Types
Properties
Link copied to clipboard
The operator that is used to compare the metric value with the threshold. Valid values: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanOrEqualToThreshold, LessThanThreshold, NotEqualToThreshold, GreaterThanYesterday, LessThanYesterday, GreaterThanLastWeek, LessThanLastWeek, GreaterThanLastPeriod, LessThanLastPeriod.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard