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"
}