From 9971cdbfb326823003e4915352dd827039658d1d Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 12 Aug 2025 09:01:44 -0700 Subject: [PATCH] Alert Center notifications --- wiki/Alert-Center.md | 14 ++++++++++++++ wiki/Basic-Items.md | 1 + 2 files changed, 15 insertions(+) diff --git a/wiki/Alert-Center.md b/wiki/Alert-Center.md index 132212db..d2b1a30c 100644 --- a/wiki/Alert-Center.md +++ b/wiki/Alert-Center.md @@ -7,6 +7,7 @@ - [Display alerts](#display-alerts) - [Manage alert feedback](#manage-alert-feedback) - [Display alert feedback](#display-alert-feedback) +- [Configuring settings](#configuring-settings) ## API documentation * [Alert Center API](https://developers.google.com/admin-sdk/alertcenter/reference/rest/) @@ -18,6 +19,7 @@ ## Definitions ``` ::= + ::= ::= See: https://developers.google.com/admin-sdk/alertcenter/guides/query-filters ``` ## Introduction @@ -95,3 +97,15 @@ the quote character itself, the column delimiter (comma by default) and new-line When using the `formatjson` option, double quotes are used extensively in the data resulting in hard to read/process output. The `quotechar ` option allows you to choose an alternate quote character, single quote for instance, that makes for readable/processable output. `quotechar` defaults to `gam.cfg/csv_output_quote_char`. When uploading CSV files to Google, double quote `"` should be used. + +## Configuring settings + +Alert Center can be configured to send notifications to a Google Cloud Pub/Sub topic, but it first requires configuration. +* See https://developers.google.com/workspace/admin/alertcenter/guides/notifications for information. + +Gam can be used to display or modify the settings: +``` +gam show alertsettings +gam update alertsettings +gam clear alertsettings +``` \ No newline at end of file diff --git a/wiki/Basic-Items.md b/wiki/Basic-Items.md index 4622b05e..4845acb1 100644 --- a/wiki/Basic-Items.md +++ b/wiki/Basic-Items.md @@ -436,6 +436,7 @@ Must match this Python Regular Expression: [a-zA-Z0-9 '"!-]{4,30} ::= ::= + ::= ::= See: https://developers.google.com/admin-sdk/alertcenter/guides/query-filters ::=