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] 以获取当前状态。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],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. |"]]