Data Source: oci_monitoring_alarm_suppressions

This data source provides the list of Alarm Suppressions in Oracle Cloud Infrastructure Monitoring service.

Lists alarm suppressions for the specified alarm. Only dimension-level suppressions are listed. Alarm-level suppressions are not listed.

For important limits information, see Limits on Monitoring.

This call is subject to a Monitoring limit that applies to the total number of requests across all alarm operations. Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests, or transactions, per second (TPS) for a given tenancy.

Example Usage

data "oci_monitoring_alarm_suppressions" "test_alarm_suppressions" {
	#Required
	alarm_id = oci_monitoring_alarm.test_alarm.id

	#Optional
	display_name = var.alarm_suppression_display_name
	state = var.alarm_suppression_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AlarmSuppression Reference

The following attributes are exported: