Service Events

Actions that you perform on Oracle Analytics Cloud instances emit events.

You can define rules that trigger a specific action when an event occurs. For example, you might define a rule that sends a notification to administrators when someone deletes an instance. See Overview of Events and Get Started with Events.

This table lists the Oracle Analytics Cloud events that you can reference.

Event Name Event Type
Analytics - Instance - Create Instance com.oraclecloud.analytics.createanalyticsinstance
Analytics - Instance - Update Instance com.oraclecloud.analytics.updateanalyticsinstance
Analytics - Instance - Delete Instance com.oraclecloud.analytics.deleteanalyticsinstance
Analytics - Instance - Scale Instance Up or Down Begin com.oraclecloud.analytics.scaleanalyticsinstance.begin
Analytics - Instance - Scale Instance Up or Down End com.oraclecloud.analytics.scaleanalyticsinstance.end
Analytics - Instance - Start Instance Begin com.oraclecloud.analytics.startanalyticsinstance.begin
Analytics - Instance - Start Instance End com.oraclecloud.analytics.startanalyticsinstance.end
Analytics - Instance - Stop Instance Begin com.oraclecloud.analytics.stopanalyticsinstance.begin
Analytics - Instance - Stop Instance End com.oraclecloud.analytics.stopanalyticsinstance.end
Analytics - Instance - Change Compartment Begin com.oraclecloud.analytics.changeanalyticsinstancecompartment.begin
Analytics - Instance - Change Compartment End com.oraclecloud.analytics.changeanalyticsinstancecompartment.end
Analytics - Instance - Change Network Endpoint Begin com.oraclecloud.analytics.changeanalyticsinstancenetworkendpoint.begin
Analytics - Instance - Change Network Endpoint End com.oraclecloud.analytics.changeanalyticsinstancenetworkendpoint.end
Analytics - Instance - Create Vanity URL Begin com.oraclecloud.analytics.createvanityurl.begin
Analytics - Instance - Create Vanity URL End com.oraclecloud.analytics.createvanityurl.end
Analytics - Instance - Update Vanity URL Begin com.oraclecloud.analytics.updatevanityurl.begin
Analytics - Instance - Update Vanity URL End com.oraclecloud.analytics.updatevanityurl.end
Analytics - Instance - Delete Vanity URL Begin com.oraclecloud.analytics.deletevanityurl.begin
Analytics - Instance - Delete Vanity URL End com.oraclecloud.analytics.deletevanityurl.end
Analytics - Instance - Update Custom Encryption Key Begin com.oraclecloud.analytics.updateinstancekmskeyid.begin
Analytics - Instance - Update Custom Encryption Key End com.oraclecloud.analytics.updateinstancekmskeyid.end
Analytics - Instance - Create Private Access Channel Begin com.oraclecloud.analytics.createprivateaccesschannel.begin
Analytics - Instance - Create Private Access Channel End com.oraclecloud.analytics.createprivateaccesschannel.end
Analytics - Instance - Update Private Access Channel Begin com.oraclecloud.analytics.updateprivateaccesschannel.begin
Analytics - Instance - Update Private Access Channel End com.oraclecloud.analytics.updateprivateaccesschannel.end
Analytics - Instance - Delete Private Access Channel Begin com.oraclecloud.analytics.deleteprivateaccesschannel.begin
Analytics - Instance - Delete Private Access Channel End com.oraclecloud.analytics.deleteprivateaccesschannel.end

Example

This example shows information associated with the event Analytics - Instance - Create Instance:

{
        "cloudEventsVersion": "0.1",
        "contentType": "application/json",
        "source": "analytics",
        "eventID": "<unique_ID>",
        "eventType": "com.oraclecloud.analytics.createanalyticsinstance",
        "eventTypeVersion": "<version>",
        "eventTime": "2019-10-19T00:53:04.126Z",
        "data": {
            "additionalDetails": {},
            "availabilityDomain": "<availability_domain>",
            "compartmentId": "ocid1.compartment.oc1..<unique_ID>",
            "compartmentName": "my_compartment",
            "freeformTags": {},
            "resourceId": "ocid1.analyticsinstance.oc1..<unique_ID>",
            "resourceName": "my_analytics_cloud"
        },
        "extensions": {
            "compartmentId": "ocid1.compartment.oc1..<unique_ID>"
        }