Data Source: oci_health_checks_ping_probe_results

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

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

Results are paginated based on page and limit. The opc-next-page header provides a URL for fetching the next page. Use sortOrder to set the order of the results. If sortOrder is unspecified, results are sorted in ascending order by startTime.

Example Usage

data "oci_health_checks_ping_probe_results" "test_ping_probe_results" {
	#Required
	probe_configuration_id = oci_health_checks_probe_configuration.test_probe_configuration.id

	#Optional
	start_time_greater_than_or_equal_to = var.ping_probe_result_start_time_greater_than_or_equal_to
	start_time_less_than_or_equal_to = var.ping_probe_result_start_time_less_than_or_equal_to
	target = var.ping_probe_result_target
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PingProbeResult Reference

The following attributes are exported: