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)

サービス停止に関する新しいアラートの詳細を示します。ステータスが MERGED の場合にのみ入力されます。

MergeInfo

新しいアラートの追跡番号。

JSON 表現
{
  "newIncidentTrackingId": string,
  "newAlertId": string
}
フィールド
newIncidentTrackingId

string

親インシデントの新しいトラッキング ID。

newAlertId

string

省略可。新しいアラート ID。現在の状態については、この ID の [google.apps.alertcenter.Alert] を参照してください。