mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
46
gcloud/monitoring/uptime/help
Normal file
46
gcloud/monitoring/uptime/help
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
NAME
|
||||
gcloud monitoring uptime - manage Cloud Monitoring uptime checks and
|
||||
synthetic monitors
|
||||
|
||||
SYNOPSIS
|
||||
gcloud monitoring uptime COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Monitoring uptime checks and synthetic monitors.
|
||||
|
||||
More information can be found here:
|
||||
https://cloud.google.com/monitoring/api/v3/
|
||||
|
||||
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 new uptime check or synthetic monitor.
|
||||
|
||||
delete
|
||||
Delete an uptime check or synthetic monitor.
|
||||
|
||||
describe
|
||||
Describe an uptime check or synthetic monitor.
|
||||
|
||||
list-configs
|
||||
List uptime checks and synthetic monitors.
|
||||
|
||||
list-ips
|
||||
List uptime check server ips.
|
||||
|
||||
update
|
||||
Update an existing uptime check or synthetic monitor.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha monitoring uptime
|
||||
|
||||
$ gcloud beta monitoring uptime
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue