Ereignistypen für Schutz-Policys

Prüfen Sie Details zu den Ereignissen, die von der Recovery Service-Schutz-Policy-Ressource ausgegeben werden.

Tabelle 12-3: Recovery Service: Ereignistypen für Schutz-Policys

Anzeigename Ereignistyp

Schutz-Policy - Compartment ändern - Beginn

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.begin

Schutz-Policy - Compartment ändern - Ende

com.oraclecloud.autonomousrecoveryservice.changeprotectionpolicycompartment.end

Schutz-Policy - Erstellen - Beginn

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.begin

Schutz-Policy - Erstellen - Ende

com.oraclecloud.autonomousrecoveryservice.createprotectionpolicy.end

Schutz-Policy - Löschen - Beginn

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.begin

Schutz-Policy - Löschen - Ende

com.oraclecloud.autonomousrecoveryservice.deleteprotectionpolicy.end

Schutz-Policy - Aktualisieren - Beginn

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.begin

Schutz-Policy - Aktualisieren - Ende

com.oraclecloud.autonomousrecoveryservice.updateprotectionpolicy.end

Beispiel 12-3: Referenzereignis für Schutz-Policys

Nachfolgend finden Sie ein Referenzereignis für Schutz-Policys:

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