mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
NAME
|
|
gcloud alpha compute https-health-checks - read and manipulate HTTPS health
|
|
checks for load balanced instances
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute https-health-checks COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Read and manipulate legacy health checks that use the HTTPS
|
|
protocol.
|
|
|
|
For more information about legacy health checks, see the HTTPS health
|
|
checks documentation
|
|
(https://cloud.google.com/load-balancing/docs/health-checks#legacy-health-checks)
|
|
|
|
See also: HTTPS health checks API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/httpsHealthChecks).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a legacy HTTPS health check.
|
|
|
|
delete
|
|
(ALPHA) Delete HTTPS health checks.
|
|
|
|
describe
|
|
(ALPHA) Display detailed information about an HTTPS health check.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine HTTPS health checks.
|
|
|
|
update
|
|
(ALPHA) Update a legacy HTTPS health check.
|
|
|
|
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 https-health-checks
|
|
|
|
$ gcloud beta compute https-health-checks
|
|
|