Oracle Cloud Infrastructure GoldenGateイベント
イベントは、リソースの変更を示す構造化メッセージです。イベントにサブスクライブするルールを作成し、デプロイメントのアップグレード時、または未使用のファイルのパージ時に、リソース間の異常なアクティビティを常に通知できます。
デプロイメント・イベント・タイプ
OCI GoldenGateデプロイメントは、次のイベント・タイプを発行します:
わかりやすい名前 | イベント・タイプ |
---|---|
デプロイメント作成の開始 |
|
デプロイメント作成の終了 |
|
デプロイメント削除の開始 |
|
デプロイメント削除の終了 |
|
デプロイメント・リストアの開始 |
|
デプロイメント・リストアの終了 |
|
デプロイメント起動の開始 |
|
デプロイメント起動の終了 |
|
デプロイメント停止の開始 |
|
デプロイメント停止の終了 |
|
デプロイメント更新の開始 |
|
デプロイメント更新の終了 |
|
ストレージの使用状況 |
|
デプロイメントのリファレンス・イベントを次に示します:
{
"eventType": "com.oraclecloud.goldengate.updatedeployment.begin",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2021-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>",
"availabilityDomain": "availability_domain",
"freeFormTags": {},
"definedTags": {}
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}
}
デプロイメント・バックアップ・イベント・タイプ
OCI GoldenGateデプロイメント・バックアップは、次のイベント・タイプを発行します:
わかりやすい名前 | イベント・タイプ |
---|---|
デプロイメント・バックアップ作成の開始 |
|
デプロイメント・バックアップ作成の終了 |
|
デプロイメント・バックアップ削除の開始 |
|
デプロイメント・バックアップ削除の終了 |
|
デプロイメント・バックアップ更新の開始 |
|
デプロイメント・バックアップ更新の終了 |
|
デプロイメント・バックアップのリファレンス・イベントを次に示します:
{
"eventType": "com.oraclecloud.goldengate.deletedeploymentbackup.begin",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2021-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>",
"availabilityDomain": "availability_domain",
"freeFormTags": {},
"definedTags": {}
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}
}
デプロイメント・ライフサイクル・イベント・タイプ
OCI GoldenGateデプロイメント・ライフサイクル状態は、次のイベントを発行します:
わかりやすい名前 | イベント・タイプ |
---|---|
GoldenGateデプロイメント・アクティブ |
|
GoldenGateデプロイメント作成中 |
|
GoldenGateデプロイメント削除済 |
|
GoldenGateデプロイメント削除中 |
|
GoldenGateデプロイメント失敗 |
|
GoldenGateデプロイメント非アクティブ |
|
GoldenGateデプロイメント注意が必要 |
|
GoldenGateデプロイメント更新中 |
|
デプロイメント・ライフサイクル状態のリファレンス・イベントを次に示します:
{
"eventType": "com.oraclecloud.goldengate.stateactive",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2021-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>"
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}
}
アップグレード・イベント・タイプ
OCI GoldenGateアップグレードは、次のイベント・タイプを発行します:
わかりやすい名前 | イベント・タイプ |
---|---|
GoldeGate使用可能なアップグレード |
|
GoldenGateアップグレード・メンテナンスがスケジュールされました |
|
アップグレード・メンテナンスのスケジュール済イベント参照の例:
{
"eventType": "com.oraclecloud.goldengate.upgrademaintenanceschedule",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2024-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>",
"additionalDetails": {
"goldengatedeploymentupgrade": "ocid1.goldengatedeploymentupgrade.<realm>.<region>..<unique_ID>",
"message": "Maintenance schedule time: '<schedule_time>, OGG version:
'<ogg_version>'.",
"type": "UPGRADE_SCHEDULE"
}
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>"
}
}
アップグレード取消済イベント参照の例:
{
"eventType": "com.oraclecloud.goldengate.upgrademaintenanceschedule",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2024-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>",
"additionalDetails": {
"goldengatedeploymentupgrade": "ocid1.goldengatedeploymentupgrade.<realm>.<region>..<unique_ID>",
"message": "Scheduled upgrade has been cancelled, <cancellation_reason>",
"type": "UPGRADE_SCHEDULE"
}
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>"
}
}
新しいGoldenGateバージョンの使用可能なイベント参照の例:
{
"eventType": "com.oraclecloud.goldengate.upgradenewversion",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventTime": "2024-06-23T12:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatedeployment.<realm>.<region>..<unique_ID>",
"additionalDetails": {
"message": "New ogg version is available.",
"version": "oggoracle:23..<unique_ID>"
}
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.<realm>.<region>..<unique_ID>"
}
}
パイプライン・イベント・タイプ
OCI GoldenGateパイプラインは、次のイベント・タイプを発行します:
わかりやすい名前 | イベント・タイプ |
---|---|
パイプラインの作成の開始 |
|
パイプラインの作成の終了 |
|
パイプラインの削除の開始 |
|
パイプラインの削除の終了 |
|
削除する |
|
削除 |
|
失敗 |
|
注意が必要 |
|
Running |
|
都道府県パイプライン開始 |
|
都道府県パイプライン終了 |
|
パイプラインの停止の開始 |
|
パイプラインの停止の終了 |
|
Stopped |
|
パイプラインの更新の開始 |
|
パイプライン更新の終了 |
|
更新 |
|
パイプラインのリファレンス・イベントを次に示します:
{
"eventType": "com.oraclecloud.goldengate.startpipeline.begin",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "GoldenGate",
"eventID": "unique_ID",
"eventTime": "2025-02-13T06:29:10.357Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example_name",
"resourceId": "ocid1.goldengatepipeline.<realm>.<region>..<unique_ID>",
"availabilityDomain": "availability_domain",
"freeformTags": {},
"definedTags": {}
},
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}
}
Copyright © 2022, Oracle and/or its affiliates.
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Oracle Supportへのアクセス
お客様のOracleサポート・サービスへのアクセスおよびご利用は、該当するサービスの注文時に指定された利用条件に従うものとします。