Status
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
中断的当前状态。提供以下选项之一:新建、进行中、已解决、误报、部分解决和已合并。
枚举 |
STATUS_UNSPECIFIED |
状态未指定。 |
NEW |
该事故刚刚被报告。 |
ONGOING |
此问题仍在处理中。 |
RESOLVED |
此突发事件已得到解决。 |
FALSE_POSITIVE |
进一步评估表明,此问题不会对客户造成影响。 |
PARTIALLY_RESOLVED |
此问题已得到部分解决。 |
MERGED |
突发事件已合并到父级突发事件。 |
DOWNGRADED |
此问题的影响范围小于最初预期。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Status\n\nAn outage's current status. Provides one of the options: New, Ongoing, Resolved, False Positive, Partially Resolved, and Merged.\n\n| Enums ||\n|----------------------|-----------------------------------------------------------|\n| `STATUS_UNSPECIFIED` | Status is unspecified. |\n| `NEW` | The incident has just been reported. |\n| `ONGOING` | The incident is ongoing. |\n| `RESOLVED` | The incident has been resolved. |\n| `FALSE_POSITIVE` | Further assessment indicated no customer impact. |\n| `PARTIALLY_RESOLVED` | The incident has been partially resolved. |\n| `MERGED` | The incident was merged into a parent. |\n| `DOWNGRADED` | The incident has lower impact than initially anticipated. |"]]