[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["# AppsOutage\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [MergeInfo](#MergeInfo)\n - [JSON representation](#MergeInfo.SCHEMA_REPRESENTATION)\n\nAn outage incident reported for a Google Workspace service.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"products\": [ string ], \"nextUpdateTime\": string, \"resolutionTime\": string, \"dashboardUri\": string, \"status\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/Status), \"incidentTrackingId\": string, \"mergeInfo\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/AppsOutage#MergeInfo) } } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `products[]` | `string` List of products impacted by the outage. |\n| `nextUpdateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Timestamp by which the next update is expected to arrive. |\n| `resolutionTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known. |\n| `dashboardUri` | `string` Link to the outage event in Google Workspace Status Dashboard |\n| `status` | `enum (`[Status](/workspace/admin/alertcenter/reference/rest/v1beta1/Status)`)` Current outage status. |\n| `incidentTrackingId` | `string` Incident tracking ID. |\n| `mergeInfo` | `object (`[MergeInfo](/workspace/admin/alertcenter/reference/rest/v1beta1/AppsOutage#MergeInfo)`)` Indicates new alert details under which the outage is communicated. Only populated when Status is MERGED. |\n\nMergeInfo\n---------\n\nNew alert tracking numbers.\n\n| JSON representation |\n|-------------------------------------------------------------------|\n| ``` { \"newIncidentTrackingId\": string, \"newAlertId\": string } ``` |\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------|\n| `newIncidentTrackingId` | `string` The new tracking ID from the parent incident. |\n| `newAlertId` | `string` Optional. New alert ID. Reference the \\[google.apps.alertcenter.Alert\\] with this ID for the current state. |"]]