|
423 | 423 | }
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "revision": "20211130", |
| 426 | + "revision": "20211214", |
427 | 427 | "rootUrl": "https://alertcenter.googleapis.com/",
|
428 | 428 | "schemas": {
|
429 | 429 | "AccountSuspensionDetails": {
|
|
770 | 770 | "description": "Link to the outage event in Google Workspace Status Dashboard",
|
771 | 771 | "type": "string"
|
772 | 772 | },
|
| 773 | + "incidentTrackingId": { |
| 774 | + "description": "Incident tracking ID.", |
| 775 | + "type": "string" |
| 776 | + }, |
| 777 | + "mergeInfo": { |
| 778 | + "$ref": "MergeInfo", |
| 779 | + "description": "Indicates new alert details under which the outage is communicated. Only populated when Status is MERGED." |
| 780 | + }, |
773 | 781 | "nextUpdateTime": {
|
774 | 782 | "description": "Timestamp by which the next update is expected to arrive.",
|
775 | 783 | "format": "google-datetime",
|
|
793 | 801 | "STATUS_UNSPECIFIED",
|
794 | 802 | "NEW",
|
795 | 803 | "ONGOING",
|
796 |
| - "RESOLVED" |
| 804 | + "RESOLVED", |
| 805 | + "FALSE_POSITIVE", |
| 806 | + "PARTIALLY_RESOLVED", |
| 807 | + "MERGED" |
797 | 808 | ],
|
798 | 809 | "enumDescriptions": [
|
799 | 810 | "Status is unspecified.",
|
800 | 811 | "The incident has just been reported.",
|
801 | 812 | "The incident is ongoing.",
|
802 |
| - "The incident has been resolved." |
| 813 | + "The incident has been resolved.", |
| 814 | + "Further assessment indicated no customer impact.", |
| 815 | + "The incident has been partially resolved.", |
| 816 | + "The incident was merged into a parent." |
803 | 817 | ],
|
804 | 818 | "type": "string"
|
805 | 819 | }
|
|
1270 | 1284 | },
|
1271 | 1285 | "type": "object"
|
1272 | 1286 | },
|
| 1287 | + "MergeInfo": { |
| 1288 | + "description": "New alert tracking numbers.", |
| 1289 | + "id": "MergeInfo", |
| 1290 | + "properties": { |
| 1291 | + "newAlertId": { |
| 1292 | + "description": "New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.", |
| 1293 | + "type": "string" |
| 1294 | + }, |
| 1295 | + "newIncidentTrackingId": { |
| 1296 | + "description": "The new tracking ID from the parent incident.", |
| 1297 | + "type": "string" |
| 1298 | + } |
| 1299 | + }, |
| 1300 | + "type": "object" |
| 1301 | + }, |
1273 | 1302 | "Notification": {
|
1274 | 1303 | "description": "Settings for callback notifications. For more details see [Google Workspace Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/notifications).",
|
1275 | 1304 | "id": "Notification",
|
|
0 commit comments