Protected Databases Event Types

Review details about the events emitted by the Recovery Service protected databases resource.

Table 14-1 Recovery Service: Protected Database Event Types

Friendly Name Event Type
Protected Database - Change Billing Compartment Begin com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasebillingcompartment.begin
Protected Database - Change Billing Compartment End com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasebillingcompartment.end
Protected Database - Change Compartment Begin com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasecompartment.begin
Protected Database - Change Compartment End com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasecompartment.end
Protected Database - Create Begin com.oraclecloud.autonomousrecoveryservice.createprotecteddatabase.begin
Protected Database - Create End com.oraclecloud.autonomousrecoveryservice.createprotecteddatabase.end
Protected Database - Delete Begin com.oraclecloud.autonomousrecoveryservice.deleteprotecteddatabase.begin
Protected Database - Delete End com.oraclecloud.autonomousrecoveryservice.deleteprotecteddatabase.end
Get Protected Database Configuration Begin com.oraclecloud.autonomousrecoveryservice.fetchprotecteddatabaseconfiguration.begin
Get Protected Database Configuration End com.oraclecloud.autonomousrecoveryservice.fetchprotecteddatabaseconfiguration.end
Protected Database - Update Begin com.oraclecloud.autonomousrecoveryservice.updateprotecteddatabase.begin
Protected Database - Update End com.oraclecloud.autonomousrecoveryservice.updateprotecteddatabase.end

Example 14-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
      }

    }
  },