Protected Databases Event Types
Review details about the events emitted by the Recovery Service protected databases resource.
Table 11-1 Recovery Service: Protected Database Event Types
Friendly Name | Event Type |
---|---|
Protected Database - Change Billing Compartment Begin |
|
Protected Database - Change Billing Compartment End |
|
Protected Database - Change Compartment Begin |
|
Protected Database - Change Compartment End |
|
Protected Database - Create Begin |
|
Protected Database - Create End |
|
Protected Database - Delete Begin |
|
Protected Database - Delete End |
|
Get Protected Database Configuration Begin |
|
Get Protected Database Configuration End |
|
Protected Database - Update Begin |
|
Protected Database - Update End |
|
Example 11-1 Reference Event for Protected Databases
Here's a reference event for protected databases:
{
"eventType": "com.oraclecloud.autonomousrecoveryservice.updateprotecteddatabase.begin",
"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 protected database",
"resourceId": "ocid1.recoveryserviceprotecteddatabase.oc1.phx.unique_ID",
"availabilityDomain": "availability_domain",
"freeFormTags": {},
"definedTags": {
"Oracle-Tags": {
"CreatedBy": "oracleidentitycloudservice/example_email",
"CreatedOn": "2022-09-08T20:38:53.109Z"
}
},
"additionalDetails": {
"X-Real-Port": 35739
}
}
},
Parent topic: Recovery Service Events