AppsOutage

报告了一项 Google Workspace 服务的服务中断事件。

JSON 表示法
{
  "products": [
    string
  ],
  "nextUpdateTime": string,
  "resolutionTime": string,
  "dashboardUri": string,
  "status": enum (Status),
  "incidentTrackingId": string,
  "mergeInfo": {
    object (MergeInfo)
  }
}
字段
products[]

string

受服务中断影响的产品列表。

nextUpdateTime

string (Timestamp format)

预计会收到下一次更新的时间戳。

resolutionTime

string (Timestamp format)

预计服务中断已解决或已确认解决情况的时间戳。仅在已知的情况下提供。

dashboardUri

string

Google Workspace 状态信息中心内的服务中断事件链接

status

enum (Status)

当前的服务中断状态。

incidentTrackingId

string

突发事件跟踪 ID。

mergeInfo

object (MergeInfo)

表示出现服务中断的新提醒详细信息。仅在“合并状态”时填充。

合并信息

新的提醒跟踪编号。

JSON 表示法
{
  "newIncidentTrackingId": string,
  "newAlertId": string
}
字段
newIncidentTrackingId

string

来自父级突发事件的新跟踪 ID。

newAlertId

string

(可选)新提醒 ID。使用当前 ID 引用 [google.apps.alertcenter.Alert]。