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)

指明用于传达服务中断信息的新提醒详细信息。仅当状态为“MERGED”时才会填充。

MergeInfo

新的提醒跟踪编号。

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

string

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

newAlertId

string

可选。新的提醒 ID。使用此 ID 引用 [google.apps.alertcenter.Alert] 以获取当前状态。