22 lines
659 B
YAML
22 lines
659 B
YAML
- release_tracks: [ALPHA, BETA]
|
|
help_text:
|
|
brief: "Describe a composite health check."
|
|
description: "Describe a composite health check."
|
|
examples: |
|
|
To retrieve a single composite health check and print its properties, run the following
|
|
command:
|
|
|
|
$ {command} <COMPOSITE_HEALTH_CHECK_NAME> --region=<REGION>
|
|
|
|
request:
|
|
ALPHA:
|
|
api_version: alpha
|
|
BETA:
|
|
api_version: beta
|
|
collection: compute.regionCompositeHealthChecks
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Name of the composite health check you want to inspect.
|
|
spec: !REF googlecloudsdk.command_lib.compute.resources:composite_health_check
|