1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Dec 10 10:54:29 UTC 2025

This commit is contained in:
Automated 2025-12-10 10:54:29 +00:00
parent 7b14250313
commit 6d07e70b12
313 changed files with 11521 additions and 1088 deletions

View file

@ -0,0 +1,51 @@
NAME
gcloud monitoring policies - manage Cloud Monitoring alerting policies
SYNOPSIS
gcloud monitoring policies GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Manage Cloud Monitoring alerting policy conditions.
COMMANDS
COMMAND is one of the following:
create
Create a new alerting policy.
delete
Delete a Cloud Monitoring alerting policy.
describe
Describe an alerting policy.
list
List alerting policies.
migrate
Migrate a Prometheus configuration file to Cloud Monitoring.
update
Updates an alerting policy.
NOTES
These variants are also available:
$ gcloud alpha monitoring policies
$ gcloud beta monitoring policies