GoogleOperations
Stay organized with collections
Save and categorize content based on your preferences.
An incident reported by Google Operations for a Google Workspace application.
JSON representation |
{
"title": string,
"description": string,
"affectedUserEmails": [
string
],
"attachmentData": {
object (Attachment )
},
"header": string,
"domain": string
} |
Fields |
title |
string
A one-line incident description.
|
description |
string
A detailed, freeform incident description.
|
affectedUserEmails[] |
string
The list of emails which correspond to the users directly affected by the incident.
|
attachmentData |
object (Attachment )
Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.
|
domain |
string
Customer domain for email template personalization.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# GoogleOperations\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn incident reported by Google Operations for a Google Workspace application.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"title\": string, \"description\": string, \"affectedUserEmails\": [ string ], \"attachmentData\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment) }, \"header\": string, \"domain\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `title` | `string` A one-line incident description. |\n| `description` | `string` A detailed, freeform incident description. |\n| `affectedUserEmails[]` | `string` The list of emails which correspond to the users directly affected by the incident. |\n| `attachmentData` | `object (`[Attachment](/workspace/admin/alertcenter/reference/rest/v1beta1/Attachment)`)` Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state. |\n| `header` | `string` A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations. |\n| `domain` | `string` Customer domain for email template personalization. |"]]