Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Uyarı Merkezi, güncellemeler olduğunda bildirim gönderecek şekilde yapılandırılabilir.
Uyarı Merkezi'ni bildirim gönderecek şekilde yapılandırmak için ayarlarınızı istediğiniz bildirim ayarlarıyla yapılandırmanız gerekir.
Google Cloud Pub/Sub bildirimi
Uyarı Merkezi, bildirimleri Google Pub/Sub konularına yayınlayabilir.
Bir konu oluşturduktan ve alerts-api-push-notifications@system.gserviceaccount.combu konuya yayınlama izni verdikten sonra, Alert Center update settings API'yi kullanarak bu konuyu bildirim hedefi olarak ayarlayın. Uyarıları Merkezi, yapılandırıldıktan sonra her güncelleme için (ör. yeni bir uyarı geldiğinde) bu konuyla ilgili bir mesaj yayınlar.
Pub/Sub mesaj özellikleri
Sık kullanılan özellikler
alertcenter_resource_type: Kaynağın türü. Şu anda desteklenen değer "ALERT"'tür.
alertcenter_resource_status: Kaynağın durumu. Şu anda desteklenen değer "CREATED", "DELETED", "UNDELETED", "MODIFIED"'tür.
alertcenter_payload_format: Yükün biçimi (bildirim ayarları başına).
Şu anda desteklenen değer "JSON"'tür.
Uyarı özellikleri
alertcenter_start_time: Bu uyarıya neden olan etkinliğin başlatıldığı veya algılandığı zaman.
alertcenter_end_time: Bu uyarıya neden olan etkinliğin etkinliğini durdurduğu zaman.
alertcenter_type: Uyarının türü. Kullanılabilir uyarı türlerinin listesi için Google Workspace uyarı türleri başlıklı makaleyi inceleyin.
alertcenter_source: Uyarıyı bildiren sistemin benzersiz tanımlayıcısıdır.
alertcenter_create_time: Bu uyarının oluşturulduğu zaman.
alertcenter_update_time: Bu uyarının son güncellenme zamanı.
Mesaj yükü
Mesajın yükü alertcenter_resource_type'e bağlıdır. Kaynak türü "ALERT" ise yük, Uyarı Merkezi uyarı türlerinden biri olur.
Yükün biçimi alertcenter_payload_format'e bağlıdır. Biçim "JSON" olduğunda yük, base64 olarak kodlanmışJSON olur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-25 UTC."],[],[],null,["# Notifications\n\nAlert Center can be configured to send notification upon updates.\nTo configure Alert Center to send notifications you need to configure your\nsettings with the desired notification settings.\n\nGoogle Cloud Pub/Sub notification\n---------------------------------\n\nAlert Center can publish notifications to a Google Pub/Sub topic.\nAfter creating a topic and granting `alerts-api-push-notifications@system.gserviceaccount.com`\npublish permission to it use the Alert Center [update settings API](/workspace/admin/alertcenter/reference/rest/v1beta1/TopLevel/updateSettings)\nto set that topic as a notification destination. Once configured, Alert Center\nwill publish a message to that topic for each update (e.g. when a new alert arrives).\n\n### Pub/Sub message attributes\n\n#### Common attributes\n\n- `alertcenter_resource_type` - The type of the resource. Currently supported value is `\"ALERT\"`.\n- `alertcenter_resource_status` - The status of the resource. Currently supported value is `\"CREATED\", \"DELETED\", \"UNDELETED\", \"MODIFIED\"`.\n- `alertcenter_payload_format` - The format of the payload (per notification settings). Currently supported value is `\"JSON\"`.\n\n#### Alert attributes\n\n- `alertcenter_start_time` - The time the event that caused this alert was started or detected.\n- `alertcenter_end_time` - The time the event that caused this alert ceased being active.\n- `alertcenter_type` - The type of the alert. For a list of available alert types see [Google Workspace Alert types](/workspace/admin/alertcenter/reference/alert-types).\n- `alertcenter_source` - A unique identifier for the system that reported the alert.\n- `alertcenter_create_time` - The time this alert was created.\n- `alertcenter_update_time` - The last time this alert was updated.\n\n### The message payload\n\nThe payload of the message depends on `alertcenter_resource_type`. When resource type is `\"ALERT\"`\nthe payload will be one of the Alert Center [alert types](/workspace/admin/alertcenter/reference/alert-types).\nThe format of the payload depends on `alertcenter_payload_format`. When the format is `\"JSON\"` the\npayload would be [base64-encoded](https://en.wikipedia.org/wiki/Base64)\n[JSON](https://en.wikipedia.org/wiki/JSON)."]]