Skip to content

Commit 945a281

Browse files
feat(alertcenter): update the api
#### alertcenter:v1beta1 The following keys were added: - schemas.AppsOutage.properties.incidentTrackingId.type (Total Keys: 1) - schemas.AppsOutage.properties.mergeInfo.$ref (Total Keys: 1) - schemas.MergeInfo (Total Keys: 4)
1 parent 4bdfbbd commit 945a281

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

googleapiclient/discovery_cache/documents/alertcenter.v1beta1.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20211130",
426+
"revision": "20211214",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AccountSuspensionDetails": {
@@ -770,6 +770,14 @@
770770
"description": "Link to the outage event in Google Workspace Status Dashboard",
771771
"type": "string"
772772
},
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+
},
773781
"nextUpdateTime": {
774782
"description": "Timestamp by which the next update is expected to arrive.",
775783
"format": "google-datetime",
@@ -793,13 +801,19 @@
793801
"STATUS_UNSPECIFIED",
794802
"NEW",
795803
"ONGOING",
796-
"RESOLVED"
804+
"RESOLVED",
805+
"FALSE_POSITIVE",
806+
"PARTIALLY_RESOLVED",
807+
"MERGED"
797808
],
798809
"enumDescriptions": [
799810
"Status is unspecified.",
800811
"The incident has just been reported.",
801812
"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."
803817
],
804818
"type": "string"
805819
}
@@ -1270,6 +1284,21 @@
12701284
},
12711285
"type": "object"
12721286
},
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+
},
12731302
"Notification": {
12741303
"description": "Settings for callback notifications. For more details see [Google Workspace Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/notifications).",
12751304
"id": "Notification",

0 commit comments

Comments
 (0)