Protection Policies Event Types

Review details about the events emitted by the Recovery Service protection policies resource.

Table 11-3 Recovery Service: Protection Policies Event Types

Friendly Name Event Type

Protection Policy - Change Compartment Begin

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.begin

Protection Policy - Change Compartment End

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.end

Protection Policy - Create Begin

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.begin

Protection Policy - Create End

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.end

Protection Policy - Delete Begin

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.begin

Protection Policy - Delete End

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.end

Protection Policy - Update Begin

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.begin

Protection Policy - Update End

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.end

Example 11-3 Reference Event for Protection Policies

Here's a reference event for protection policies:

{
      "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": []
  }