Data Source: oci_health_checks_http_probe_results

This data source provides the list of Http Probe Results in Oracle Cloud Infrastructure Health Checks service.

Gets the HTTP probe results for the specified probe or monitor, where the probeConfigurationId is the OCID of either a monitor or an on-demand probe.

Example Usage

data "oci_health_checks_http_probe_results" "test_http_probe_results" {
	#Required
	probe_configuration_id = oci_health_checks_probe_configuration.test_probe_configuration.id

	#Optional
	start_time_greater_than_or_equal_to = var.http_probe_result_start_time_greater_than_or_equal_to
	start_time_less_than_or_equal_to = var.http_probe_result_start_time_less_than_or_equal_to
	target = var.http_probe_result_target
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

HttpProbeResult Reference

The following attributes are exported: