mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
NAME
|
|
gcloud compute http-health-checks - read and manipulate HTTP health checks
|
|
for load balanced instances
|
|
|
|
SYNOPSIS
|
|
gcloud compute http-health-checks COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Read and manipulate legacy health checks that use the HTTP protocol.
|
|
|
|
For more information about legacy health checks, see the HTTP health checks
|
|
documentation
|
|
(https://cloud.google.com/load-balancing/docs/health-checks#legacy-health-checks).
|
|
|
|
See also: HTTP health checks API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/httpHealthChecks).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
Create a legacy HTTP health check.
|
|
|
|
delete
|
|
Delete HTTP health checks.
|
|
|
|
describe
|
|
Display detailed information about an HTTP health check.
|
|
|
|
list
|
|
List Google Compute Engine health checks.
|
|
|
|
update
|
|
Update a legacy HTTP health check.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute http-health-checks
|
|
|
|
$ gcloud beta compute http-health-checks
|
|
|