Domain Event Types
These are the event types that the WebLogic Management domain resource emits:
| Friendly Name | Event Type |
|---|---|
| Change Compartment |
|
| Create Agreement Record |
|
| Create Domain |
|
| Delete |
|
| Install Latest Patches Begin |
|
| Install Latest Patches End |
|
| Restart Begin |
|
| Restart End |
|
| Scan Begin |
|
| Scan End |
|
| Set Restart Order |
|
| Start Begin |
|
| Start End |
|
| Stop Begin |
|
| Stop End |
|
| Restore Begin |
|
| Restore End |
|
| Update |
|
| Update Credential |
|
WebLogic Domain Example
This is a reference event for a WebLogic domain:
{
"eventType": "com.oraclecloud.weblogicmanagement.createagreementrecord",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "2.0",
"source": "weblogicmanagement",
"eventTime": "2024-11-01T00:00:00.000Z",
"contentType": "application/json",
"data": {
"compartmentId": "ocid1.compartment.oc1..unique_ID",
"compartmentName": "example_compartment",
"resourceName": "example_domain_name",
"resourceId": "ocid1.wlmswlsdomain.oc1.iad.unique_ID",
"availabilityDomain": "availability_domain"
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}