mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha compute health-checks - read and manipulate health checks for
|
|
load balanced instances
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute health-checks GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Read and manipulate health checks for load balanced instances.
|
|
|
|
For more information about health checks, see the health checks
|
|
documentation
|
|
(https://cloud.google.com/load-balancing/docs/health-check-concepts).
|
|
|
|
See also: Health checks API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks) and
|
|
Regional health checks API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/regionHealthChecks).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create (non-legacy) health checks for load balanced instances.
|
|
|
|
update
|
|
(ALPHA) Update health checks for load balanced instances.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
(ALPHA) Delete health checks.
|
|
|
|
describe
|
|
(ALPHA) Display detailed information about a health check.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine health checks.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute health-checks
|
|
|
|
$ gcloud beta compute health-checks
|
|
|