1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/alpha/monitoring/uptime/help

50 lines
1.3 KiB
Text
Raw Normal View History

2023-12-06 10:10:36 +00:00
NAME
2024-01-18 10:21:20 +00:00
gcloud alpha monitoring uptime - manage Cloud Monitoring uptime checks and
synthetic monitors
2023-12-06 10:10:36 +00:00
SYNOPSIS
gcloud alpha monitoring uptime COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2024-01-18 10:21:20 +00:00
(ALPHA) Manage Monitoring uptime checks and synthetic monitors.
2023-12-06 10:10:36 +00:00
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:
2023-12-14 10:23:58 +00:00
create
2024-01-18 10:21:20 +00:00
(ALPHA) Create a new uptime check or synthetic monitor.
2023-12-14 10:23:58 +00:00
delete
2024-01-18 10:21:20 +00:00
(ALPHA) Delete an uptime check or synthetic monitor.
2023-12-14 10:23:58 +00:00
describe
2024-01-18 10:21:20 +00:00
(ALPHA) Describe an uptime check or synthetic monitor.
2023-12-14 10:23:58 +00:00
list-configs
2024-01-18 10:21:20 +00:00
(ALPHA) List uptime checks and synthetic monitors.
2023-12-14 10:23:58 +00:00
2023-12-06 10:10:36 +00:00
list-ips
2024-01-18 10:21:20 +00:00
(ALPHA) List uptime check server ips.
2023-12-06 10:10:36 +00:00
2023-12-14 10:23:58 +00:00
update
2024-01-18 10:21:20 +00:00
(ALPHA) Update an existing uptime check or synthetic monitor.
2023-12-14 10:23:58 +00:00
2023-12-06 10:10:36 +00:00
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
2024-01-18 10:21:20 +00:00
access allowlist. These variants are also available:
$ gcloud monitoring uptime
$ gcloud beta monitoring uptime
2023-12-06 10:10:36 +00:00