Data Source: oci_monitoring_alarm_history_collection

This data source provides details about a specific Alarm History Collection resource in Oracle Cloud Infrastructure Monitoring service.

Get the history of the specified alarm. For more information, see Getting History of an Alarm. 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_history_collection" "test_alarm_history_collection" {
	#Required
	alarm_id = oci_monitoring_alarm.test_alarm.id

	#Optional
	alarm_historytype = var.alarm_history_collection_alarm_historytype
	timestamp_greater_than_or_equal_to = var.alarm_history_collection_timestamp_greater_than_or_equal_to
	timestamp_less_than = var.alarm_history_collection_timestamp_less_than
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: