page_title | subcategory | description |
---|---|---|
netscalersdx_snmp_alarm_config Resource - terraform-provider-netscalersdx |
Configuration for SNMP Alarm Configurations resource. |
Configuration for SNMP Alarm Configurations resource.
resource "netscalersdx_snmp_alarm_config" "tf_snmp_alarm_config" {
name = "cpuTempError"
severity = "Critical"
threshold = "60"
enable = "true"
}
name
(String) Alarm Name. Maximum length = 128
enable
(Boolean) Enable Alarm.severity
(String) Alarm severity. Supported values: Critical, Major, Minor, Warning, Informational . Maximum length = 128threshold
(Number) Threshold Value for the alarm.time
(Number) Frequency of the alarm in minutes.
id
(String) The ID of this resource.