mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
51 lines
1.2 KiB
Text
51 lines
1.2 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.
|
|
|
|
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.
|
|
|