保護ポリシーのイベント・タイプ

リカバリ・サービス保護ポリシー・リソースによって発行されたイベントの詳細を確認します。

表12-3リカバリ・サービス: 保護ポリシーのイベント・タイプ

フレンドリ名 イベント・タイプ

保護ポリシー- コンパートメントの変更の開始

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.begin

保護ポリシー- コンパートメントの変更の終了

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.end

保護ポリシー- 作成の開始

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.begin

保護ポリシー- 作成の終了

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.end

保護ポリシー- 削除の開始

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.begin

保護ポリシー- 削除の終了

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.end

保護ポリシー- 更新の開始

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.begin

保護ポリシー- 更新の終了

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.end

例12-3保護ポリシーの参照イベント

保護ポリシーのリファレンス・イベントを次に示します:

{
      "eventType": "com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.end",
      "cloudEventsVersion": "0.1",
      "eventTypeVersion": "2.0",
      "source": "autonomousRecoveryService",
      "eventTime": "2022-09-08T20:39:38.446Z",
      "contentType": "application/json",
      "eventID": "unique_ID",
      "data": {
        "compartmentId": "ocid1.compartment.oc1..unique_ID",
        "compartmentName": "example_compartment",
        "resourceName": "example protection policy",
        "resourceId": "ocid1.recoveryservicepolicy.oc1.phx.unique_ID",
        "availabilityDomain": "availability_domain",
        "freeformTags": null,
        "definedTags": null,
        "additionalDetails": null
      }
    },
    "additionalDetails": []
  }