WebLogic Management Events
Some WebLogic Management resources emit events as part of the Oracle Cloud Infrastructure Events service.
Pre-General Availability: 2024-10-11
The following legal notice applies to Oracle pre-GA releases. For copyright and other applicable notices, see Oracle Legal Notices.
Pre-General Availability Draft Documentation Notice
This documentation is in pre-General Availability status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
You can create automation based on state changes of resources by using event types, rules, and actions. You can define rules that trigger a specific action when an event occurs. For more information, see Overview of Events and Get Started with Events. For information about managing rules for events, see Managing Rules for Events.
WebLogic Management resources that emit events include:
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 |
|
Uninstall Latest Patches Begin |
|
Uninstall Latest Patches 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"
}
Managed Instance Event Types 🔗
These are the event types that the WebLogic Management managed instance resource emits:
Friendly Name | Event Type |
---|---|
Scan Begin |
|
Scan End |
|
Update |
|
Managed Instance Example
This is a reference event for a managed instance:
{
"eventType": "com.oraclecloud.weblogicmanagement.updatemanagedinstance",
"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_instance_name",
"resourceId": "ocid1.instance.oc1.iad.unique_ID",
"availabilityDomain": "availability_domain"
},
"eventID": "unique_ID",
"extensions": {
"compartmentId": "ocid1.compartment.oc1..unique_ID"
}
Service Configuration Event Types 🔗
The WebLogic Management service configuration resource emits the following event type:
Friendly Name | Event Type |
---|---|
Update |
|
Service Configuration Example
This is a reference service configuration event:
{
"eventType": "com.oraclecloud.weblogicmanagement.updateconfiguration",
"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": "",
"resourceId": null,
"availabilityDomain": "availability_domain"
},