MySQL HeatWave: Configuration Event Types

MySQL HeatWave configuration emit the configuration events.

Table 18-4 MySQL HeatWave: Configuration Event Types

Friendly Name Event Type
MySQL - Create Configuration com.oraclecloud.mysqlaas.createconfiguration
MySQL - Delete Configuration com.oraclecloud.mysqlaas.deleteconfiguration
MySQL - Update Configuration com.oraclecloud.mysqlaas.updateconfiguration

Configuration Event Example

This is a reference event for configuration.

{
  "id": "ocid1.eventschema.oc1.phx.abyhqljrhxtbyw736z5vyafba3sonhtd6jplirofn56eoikda6jpovgtd2oa",
  "exampleEvent": {
    "cloudEventsVersion": "0.1",
    "eventID": "3e74a48c-be5c-4002-8b3e-2196fa215528",
    "eventType": "com.oraclecloud.mysqlaas.createconfiguration",
    "source": "Mysqlaas",
    "eventTypeVersion": "2.0",
    "eventTime": "2020-12-11T19:03:00.009Z",
    "contentType": "application/json",
    "extensions": {
      "compartmentId": "ocid1.compartment.oc1...<UniqueID>"
    },
    "data": {
      "compartmentId": "ocid1.compartment.oc1...<UniqueID>",
      "compartmentName": "my_compartment_name",
      "resourceName": "my_configuration",
      "resourceId": "ocid1.mysqlconfiguration.oc1.iad...<UniqueID>",
      "availabilityDomain": "AD2",
      "freeFormTags": {},
      "definedTags": {},
      "additionalDetails": {
        "shapeName": "MySQL.VM.Standard.E3.1.8GB",
        "timeCreated": "2021-01-03T22:45:15.986Z",
        "timeUpdated": "2021-01-03T22:45:15.986Z",
        "lifecycleState": "ACTIVE",
        "lifecycleDetails": "details message"
      }
    }
  }