Data Source: oci_load_balancer_backend_health

This data source provides details about a specific Backend Health resource in Oracle Cloud Infrastructure Load Balancer service.

Gets the current health status of the specified backend server.

Example Usage

data "oci_load_balancer_backend_health" "test_backend_health" {
	#Required
	backend_name = oci_load_balancer_backend.test_backend.name
	backend_set_name = oci_load_balancer_backend_set.test_backend_set.name
	load_balancer_id = oci_load_balancer_load_balancer.test_load_balancer.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: