This data source provides details about a specific Network Load Balancer Health resource in Oracle Cloud Infrastructure Network Load Balancer service.
Retrieves the health status for the specified network load balancer.
data "oci_network_load_balancer_network_load_balancer_health" "test_network_load_balancer_health" {
#Required
network_load_balancer_id = oci_network_load_balancer_network_load_balancer.test_network_load_balancer.id
}
The following arguments are supported:
network_load_balancer_id
- (Required) The OCID of the network load balancer to update.The following attributes are exported:
critical_state_backend_set_names
- A list of backend sets that are currently in the CRITICAL
health state. The list identifies each backend set by the user-friendly name you assigned when you created the backend set. Example: example_backend_set
status
- The overall health status of the network load balancer.
OK
.WARNING
, no backend sets return a status of CRITICAL
, and the network load balancer life cycle state is ACTIVE
.CRITICAL
.ACTIVE
.UNKNOWN
, none of the backend sets return a status of WARNING
or CRITICAL
, and the network load balancer life cycle state is ACTIVE
.total_backend_set_count
- The total number of backend sets associated with this network load balancer. Example: 4
unknown_state_backend_set_names
- A list of backend sets that are currently in the UNKNOWN
health state. The list identifies each backend set by the user-friendly name you assigned when you created the backend set. Example: example_backend_set2
warning_state_backend_set_names
- A list of backend sets that are currently in the WARNING
health state. The list identifies each backend set by the user-friendly name you assigned when you created the backend set. Example: example_backend_set3