An outage incident reported for a Google Workspace service.
JSON representation |
---|
{ "products": [ string ], "nextUpdateTime": string, "resolutionTime": string, "dashboardUri": string, "status": enum ( |
Fields | |
---|---|
products[] |
List of products impacted by the outage. |
nextUpdateTime |
Timestamp by which the next update is expected to arrive. |
resolutionTime |
Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known. |
dashboardUri |
Link to the outage event in Google Workspace Status Dashboard |
status |
Current outage status. |
incidentTrackingId |
Incident tracking ID. |
mergeInfo |
Indicates new alert details under which the outage is communicated. Only populated when Status is MERGED. |
MergeInfo
New alert tracking numbers.
JSON representation |
---|
{ "newIncidentTrackingId": string, "newAlertId": string } |
Fields | |
---|---|
newIncidentTrackingId |
The new tracking ID from the parent incident. |
newAlertId |
Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state. |