Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud compute health-checks list - List health checks for a load balancer.
SYNOPSIS
gdcloud compute health-checks list [HEALTH_CHECK_NAME...] [flags]
EXAMPLES
To list all the global health checks for a load balancer, run:
gdcloud compute health-checks list \
--global
To list all the zonal health checks for a load balancer, run:
gdcloud compute health-checks list
OPTIONAL FLAGS
--global If set, global health check objects are listed.
--limit int Maximum number of resources to list.
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["The `gdcloud compute health-checks list` command is used to list health checks for a load balancer."],["You can list either global health checks using the `--global` flag or zonal health checks by omitting it."],["The `--limit` flag allows you to specify the maximum number of health checks to list."],["The `--zone` flag is used to specify the zone when listing zonal health checks in multi-zone environments."],["Common gdcloud flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` can be used."]]],[]]