受保護資料庫事件類型

複查復原服務受保護資料庫資源所發出事件的詳細資訊。

表格 12-1 復原服務:受保護的資料庫事件類型

好記的名稱 事件類型

受保護資料庫 - 變更計費區間開始

com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasebillingcompartment.begin

受保護資料庫 - 變更計費區間結束

com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasebillingcompartment.end

受保護資料庫 - 變更區間開始

com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasecompartment.begin

受保護資料庫 - 變更區間結束

com.oraclecloud.autonomousrecoveryservice.changeprotecteddatabasecompartment.end

受保護資料庫 - 建立開始

com.oraclecloud.autonomousrecoveryservice.createprotecteddatabase.begin

受保護資料庫 - 建立結束

com.oraclecloud.autonomousrecoveryservice.createprotecteddatabase.end

受保護資料庫 - 刪除開始

com.oraclecloud.autonomousrecoveryservice.deleteprotecteddatabase.begin

受保護資料庫 - 刪除 - 結束

com.oraclecloud.autonomousrecoveryservice.deleteprotecteddatabase.end

開始取得受保護資料庫組態

com.oraclecloud.autonomousrecoveryservice.fetchprotecteddatabaseconfiguration.begin

取得受保護資料庫組態結束

com.oraclecloud.autonomousrecoveryservice.fetchprotecteddatabaseconfiguration.end

受保護資料庫 - 更新開始

com.oraclecloud.autonomousrecoveryservice.updateprotecteddatabase.begin

受保護資料庫 - 更新結束

com.oraclecloud.autonomousrecoveryservice.updateprotecteddatabase.end

受保護資料庫的範例 12-1 參照事件

以下是受保護資料庫的參照事件:

{
    "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
      }

    }
  },