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 |
|
Protection Policy - Change Compartment End |
|
Protection Policy - Create Begin |
|
Protection Policy - Create End |
|
Protection Policy - Delete Begin |
|
Protection Policy - Delete End |
|
Protection Policy - Update Begin |
|
Protection Policy - Update 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": []
}
Parent topic: Recovery Service Events