GoogleOperations
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Google 运营团队针对 Google Workspace 应用报告的事故。
JSON 表示法 |
{
"title": string,
"description": string,
"affectedUserEmails": [
string
],
"attachmentData": {
object (Attachment )
},
"header": string,
"domain": string
} |
字段 |
title |
string
一行事故说明。
|
description |
string
详细的自由形式突发事件说明。
|
affectedUserEmails[] |
string
与直接受此问题影响的用户对应的电子邮件地址列表。
|
attachmentData |
object (Attachment )
可选。相应服务中断的应用专用数据。当报告相应服务中断的 Google Workspace 应用无法完全恢复到有效状态时,系统会提供此数据。
|
domain |
string
用于电子邮件模板个性化的客户网域。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# GoogleOperations\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn incident reported by Google Operations for a Google Workspace application.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"title\": string, \"description\": string, \"affectedUserEmails\": [ string ], \"attachmentData\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment) }, \"header\": string, \"domain\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `title` | `string` A one-line incident description. |\n| `description` | `string` A detailed, freeform incident description. |\n| `affectedUserEmails[]` | `string` The list of emails which correspond to the users directly affected by the incident. |\n| `attachmentData` | `object (`[Attachment](/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment)`)` Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state. |\n| `header` | `string` A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations. |\n| `domain` | `string` Customer domain for email template personalization. |"]]