mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
54 lines
1.3 KiB
Text
54 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha monitoring policies - manage Cloud Monitoring alerting
|
|
policies
|
|
|
|
SYNOPSIS
|
|
gcloud alpha monitoring policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Monitoring alerting policies.
|
|
|
|
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.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
conditions
|
|
(ALPHA) Manage Cloud Monitoring alerting policy conditions.
|
|
|
|
config
|
|
(ALPHA) Manage Monitoring alert policy configurations.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a new alerting policy.
|
|
|
|
delete
|
|
(ALPHA) Delete a Cloud Monitoring alerting policy.
|
|
|
|
describe
|
|
(ALPHA) Describe an alerting policy.
|
|
|
|
list
|
|
(ALPHA) List alerting policies.
|
|
|
|
migrate
|
|
(ALPHA) Migrate a Prometheus configuration file to Cloud Monitoring.
|
|
|
|
update
|
|
(ALPHA) Updates an alerting policy.
|
|
|
|
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.
|
|
|