To describe the global health check "hc-default" for a load balancer, run:
gdcloud compute health-checks describe hc-default \
--global
To describe the zonal health check "hc-default" for a load balancer, run:
gdcloud compute health-checks describe hc-default
OPTIONAL FLAGS
--global If set, the global health check object is described.
--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."],[[["This command describes a specified health check for a load balancer, providing details about its configuration."],["The command supports both global and zonal health checks, selectable via the `--global` flag."],["Users must specify the `HEALTH_CHECK_NAME` to describe, and the example `hc-default` is provided as an illustration."],["The `--zone` flag allows for targeting specific zones in multi-zone environments, while other widely available flags include `--format` and `--project`."]]],[]]