イベント
イベントを発行するディザスタ・リカバリ(DR)リソース。
ディザスタ・リカバリ保護グループのイベント・タイプ
表A-1 DR保護グループのイベント・タイプ
わかりやすい名前 | イベント・タイプ |
---|---|
DR保護グループ作成の開始 |
com.oraclecloud.disasterrecovery.createdrprotectiongroup |
DR保護グループ作成の終了 |
com.oraclecloud.disasterrecovery.createdrprotectiongroup.end |
DR保護グループ更新の開始 |
com.oraclecloud.disasterrecovery.updatedrprotectiongroup.begin |
DR保護グループ更新の終了 |
com.oraclecloud.disasterrecovery.updatedrprotectiongroup.end |
DR保護グループ関連付けの開始 |
com.oraclecloud.disasterrecovery.associatedrprotectiongroup.begin |
DR保護グループ関連付けの終了 |
com.oraclecloud.disasterrecovery.associatedrprotectiongroup.end |
DR保護グループ関連付け解除の開始 |
com.oraclecloud.disasterrecovery.disassociatedrprotectiongroup.begin |
DR保護グループ関連付け解除の終了 |
com.oraclecloud.disasterrecovery.disassociatedrprotectiongroup.end |
DR保護グループ・コンパートメント変更の開始 |
com.oraclecloud.disasterrecovery.changedrprotectiongroupcompartment.begin |
DR保護グループ・コンパートメント変更の終了 |
com.oraclecloud.disasterrecovery.changedrprotectiongroupcompartment.end |
DR保護グループ・ロール更新の開始 |
com.oraclecloud.disasterrecovery.updatedrprotectiongrouprole.begin |
DR保護グループ・ロール更新の終了 |
com.oraclecloud.disasterrecovery.updatedrprotectiongrouprole.end |
DR保護グループ削除の開始 |
com.oraclecloud.disasterrecovery.deletedrprotectiongroup.begin |
DR保護グループ削除の終了 |
com.oraclecloud.disasterrecovery.deletedrprotectiongroup.end |
ディザスタ・リカバリ保護グループのイベントの例
これは、DR保護グループ作成の開始のリファレンス・イベントです。
例A-1 DR保護グループのイベント
{
"eventType": "com.oraclecloud.disasterrecovery.createdrprotectiongroup.begin",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "DisasterRecovery",
"eventTime": "2022-10-12T21:19:24Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>",
"compartmentName": "example_name",
"resourceName": "my_drprotectiongroup",
"resourceId": "ocid1.drprotectiongroup.oc1..<unique_ID>",
"availabilityDomain": "<availability_domain>",
}
"eventID": "<unique_ID>",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>"
}
}
ディザスタ・リカバリ計画のイベント・タイプ
表A-2 DR計画のイベント・タイプ
わかりやすい名前 | イベント・タイプ |
---|---|
DR計画作成の開始 |
com.oraclecloud.disasterrecovery.createdrplan |
DR計画作成の終了 |
com.oraclecloud.disasterrecovery.createdrplan.end |
DR計画削除の開始 |
com.oraclecloud.disasterrecovery.deletedrplan |
DR計画削除の終了 |
com.oraclecloud.disasterrecovery.deletedrplan.end |
DR計画更新の開始 |
com.oraclecloud.disasterrecovery.updatedrplan.begin |
DR計画更新の終了 |
com.oraclecloud.disasterrecovery.updatedrplan.end |
ディザスタ・リカバリ計画のイベントの例
これは、DR計画作成の開始のリファレンス・イベントです。
例A-2 DR計画のイベント
{
"eventType": "com.oraclecloud.disasterrecovery.createdrplan",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "DisasterRecovery",
"eventTime": "2022-10-12T21:19:24Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>",
"compartmentName": "example_name",
"resourceName": "my_drplan",
"resourceId": "ocid1.drplan.oc1..<unique_ID>",
"availabilityDomain": "<availability_domain>",
}
"eventID": "<unique_ID>",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>"
}
}
ディザスタ・リカバリ計画実行のイベント・タイプ
表A-3 DR計画実行のイベント・タイプ
わかりやすい名前 | イベント・タイプ |
---|---|
スイッチオーバーDR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createswitchoverdrplanexecution |
スイッチオーバーDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createswitchoverdrplanexecution.end |
スイッチオーバー事前チェックDR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createswitchoverprecheckdrplanexecution |
スイッチオーバー事前チェックDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createswitchoverprecheckdrplanexecution.end |
フェイルオーバーDR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createfailoverdrplanexecution |
フェイルオーバーDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createfailoverdrplanexecution.end |
フェイルオーバー事前チェックDR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createfailoverprecheckdrplanexecution |
フェイルオーバー事前チェックDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createfailoverprecheckdrplanexecution.end |
Startdrill DR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createstartdrilldrplanexecution |
開始ドリルDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createsstartdrilldrplanexecution.end |
Startdrill PreCheck DR計画実行作成の開始 |
com.oraclecloud.disasterrecovery.createstartdrillprecheckdrplanexecution |
Startdrill PreCheck DR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createstartdrillprecheckdrplanexecution.end |
ストップドリルDR計画実行作成開始 |
com.oraclecloud.disasterrecovery.createstopdrilldrplanexecution |
ストップドリルDR計画実行作成の終了 |
com.oraclecloud.disasterrecovery.createsstopdrilldrplanexecution.end |
ストップドリルの作成PreCheck DR計画実行開始 |
com.oraclecloud.disasterrecovery.createstopdrillprecheckdrplanexecution |
ストップドリルの作成PreCheck DR計画実行終了 |
com.oraclecloud.disasterrecovery.createstopdrillprecheckdrplanexecution.end |
DR計画実行更新の開始 |
com.oraclecloud.disasterrecovery.updatedrplanexecution.begin |
DR計画実行更新の終了 |
com.oraclecloud.disasterrecovery.updatedrplanexecution.end |
DR計画実行取消しの開始 |
com.oraclecloud.disasterrecovery.canceldrplanexecution.begin |
DR計画実行取消しの終了 |
com.oraclecloud.disasterrecovery.canceldrplanexecution.end |
DR計画実行一時停止の開始 |
com.oraclecloud.disasterrecovery.pausedrplanexecution.begin |
DR計画実行一時停止の終了 |
com.oraclecloud.disasterrecovery.pausedrplanexecution.end |
DR計画実行再開の開始 |
com.oraclecloud.disasterrecovery.resumedrplanexecution.begin |
DR計画実行再開の終了 |
com.oraclecloud.disasterrecovery.resumedrplanexecution.end |
DR計画実行再試行の開始 |
com.oraclecloud.disasterrecovery.retrydrplanexecution.begin |
DR計画実行再試行の終了 |
com.oraclecloud.disasterrecovery.retrydrplanexecution.end |
DR計画実行無視の開始 |
com.oraclecloud.disasterrecovery.ignoredrplanexecution.begin |
DR計画実行無視の終了 |
com.oraclecloud.disasterrecovery.ignoredrplanexecution.end |
DR計画実行削除の開始 |
com.oraclecloud.disasterrecovery.deletedrplanexecution.begin |
DR計画実行削除の終了 |
com.oraclecloud.disasterrecovery.deletedrplanexecution.end |
ディザスタ・リカバリ計画実行のイベントの例
これは、DR計画実行作成の開始のリファレンス・イベントです:
例A-3 DR計画実行のイベント
{
"eventType": "com.oraclecloud.disasterrecovery.createswitchoverdrplanexecution",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "DisasterRecovery",
"eventTime": "2022-10-12T21:19:24Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>",
"compartmentName": "example_name",
"resourceName": "my_drplanexecution",
"resourceId": "ocid1.drplanexecution.oc1..<unique_ID>",
"availabilityDomain": "<availability_domain>",
}
"eventID": "<unique_ID>",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..<unique_ID>"
}
}
親トピック: リファレンス