Getting Network Load Balancer Backend Server Heath Status Details
View the health status details of a backend server for a network load balancer.
See Health Status for Network Load Balancers for general information on getting and understanding health status details for network load balancers and their resources.
The Details page for a backend set provides the same Overall Health status indicator found in the backend set's list of backend servers. It also reports the following data for the two health checks performed against each backend server:
- IP ADDRESS
- The IP address of the health check status report provider, which is a compute instance managed by the Load Balancer service. This identifier helps you differentiate same-subnet load balancers that report health check status.
- STATUS
- The status returned by the health check. Possible values include:
- LAST CHECKED
- The date and time of the most recent health check.
This task can't be performed using the OCI Console.
Use the oci nlb backend-health get command and required parameters to get the health status details of a network load balancer's backend server:
oci nlb backend-health get --backend-name backend_name --backend-set-name backend_set_name --network-load-balancer-id network_load_balancer_ocid [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetBackendHealth operation to display the health status details of a backend server for a network load balancer.