AppsOutage

An outage incident reported for a Google Workspace service.

JSON representation
{
  "products": [
    string
  ],
  "nextUpdateTime": string,
  "resolutionTime": string,
  "dashboardUri": string,
  "status": enum (Status),
  "incidentTrackingId": string,
  "mergeInfo": {
    object (MergeInfo)
  }
}
Fields
products[]

string

List of products impacted by the outage.

nextUpdateTime

string (Timestamp format)

Timestamp by which the next update is expected to arrive.

resolutionTime

string (Timestamp format)

Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known.

dashboardUri

string

Link to the outage event in Google Workspace Status Dashboard

status

enum (Status)

Current outage status.

incidentTrackingId

string

Incident tracking ID.

mergeInfo

object (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

string

The new tracking ID from the parent incident.

newAlertId

string

Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.