MySQL HeatWave: Konfigurationsereignistypen
Die MySQL HeatWave-Konfiguration gibt die Konfigurationsereignisse aus.
Tabelle 18-4: Konfigurationsereignistypen in MySQL HeatWave
Anzeigename | Veranstaltungstyp |
---|---|
MySQL - Konfiguration erstellen | com.oraclecloud.mysqlaas.createconfiguration |
MySQL - Konfiguration löschen | com.oraclecloud.mysqlaas.deleteconfiguration |
MySQL - Konfiguration aktualisieren | com.oraclecloud.mysqlaas.updateconfiguration |
Beispiel für ein Konfigurationsereignis
Dies ist ein Referenzereignis für die Konfiguration.
{
"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"
}
}
}