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)

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

MergeInfo

新的提醒跟踪编号。

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

string

父级支持请求的新跟踪 ID。

newAlertId

string

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