Data Integration Events

Oracle Cloud Infrastructure Events are JSON files that are emitted when some service operations are executed. The files carry information about those operations.

See Oracle Cloud Infrastructure Events, if you need more information.

Data Integration emits an event when:

  • A Create Workspace request begins
  • A Create Workspace request ends
  • A Delete Workspace request begins
  • A Delete Workspace request ends
  • A Move Workspace request begins
  • A Move Workspace request ends
  • A Start Workspace request begins
  • A Start Workspace request ends
  • A Stop Workspace request begins
  • A Stop Workspace request ends
  • An Update Workspace request begins
  • An Update Workspace request ends
  • A Task Execution begins
  • A Task Execution ends
  • A Task Execution exceeds the expected duration

Workspace Events

Data Integration emits events when you create and manage workspaces.

Event Description Type

Create Workspace - Begin

When you create a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.createworkspace.begin

Create Workspace - End

When a workspace is created, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.createdisworkspace.end

Delete Workspace - Begin

When you delete a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.deleteworkspace.begin

Delete Workspace - End

When a workspace is deleted, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.deletedisworkspace.end

Move Workspace - Begin

When you move a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.moveworkspace.begin

Move Workspace - End

When a workspace is moved, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.moveworkspace.end

Start Workspace - Begin

When you start a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.startworkspace.begin

Start Workspace - End

When a workspace is started, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.startdisworkspace.end

Stop Workspace - Begin

When you stop a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.stopworkspace.begin

Stop Workspace - End

When a workspace is stopped, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.stopdisworkspace.end

Update Workspace - Begin

When you update a workspace, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.updateworkspace.begin

Update Workspace - End

When a workspace is updated, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.updateworkspace.end

Task Execution Events

Data Integration emits events when you run tasks.

Event Description Type

Execute task - Begin

When you run a task, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.createtaskrun.begin

Execute task - End

When a task run completes, Data Integration emits an event that has information about the compartment and the workspace.

com.oraclecloud.dataintegration.createtaskrun.end

Task execution - Exceeded expected duration

When a task run exceeds the expected duration to complete, Data Integration emits an event that has information about the compartment and the workspace, the task key and task run key, the task name, task schedule key, and application key,

com.oraclecloud.dataintegration.exceededexpectedduration

Task execution - Failed concurrent execution attempt

When simultaneous executions of a task or task schedule are disabled, Data Integration emits an event when a concurrent task execution is attempted. The emitted event has information about the workspace, application, and the task or task schedule for which the concurrent execution was attempted.

com.oraclecloud.dataintegration.failedconcurrentexecutionattempt

Task schedule execution - Last trigger time

When a task schedule is expired, Data Integration emits an event that has details of the task schedule along with the details of its last trigger.

com.oraclecloud.dataintegration.taskschedulelasttrigger