STAROps (Intelligent Operations Platform) supports the following management events in ActionTrail. You can search for these events by using advanced queries for compliance auditing, security analysis, and incident tracing.
Event List
The following audit events are grouped by resource type. Each event name corresponds to an Action name in the STAROps OpenAPI.
Digital Employee (DigitalEmployee)
Event Name | Description | Access Level |
CreateDigitalEmployee | Creates a digital employee. | Write |
GetDigitalEmployee | Retrieves the details of a digital employee. | Read |
UpdateDigitalEmployee | Updates the configuration of a digital employee. | Write |
DeleteDigitalEmployee | Deletes a digital employee. | Write |
ListDigitalEmployees | Lists digital employees. | List |
Skill (DigitalEmployeeSkill)
Event Name | Description | Access Level |
CreateDigitalEmployeeSkill | Creates a skill for a digital employee. | Write |
GetDigitalEmployeeSkill | Retrieves the details of a skill. | Read |
UpdateDigitalEmployeeSkill | Updates the configuration of a skill. | Write |
DeleteDigitalEmployeeSkill | Deletes a skill. | Write |
ListDigitalEmployeeSkills | Lists all skills of a digital employee. | List |
ListDigitalEmployeeSkillVersions | Lists the version history of a skill. | List |
Conversation Thread (Thread)
Event Name | Description | Access Level |
CreateThread | Creates an AI conversation thread. | Write |
GetThread | Retrieves the details of a conversation thread. | Read |
GetThreadData | Retrieves the conversation data of a thread. | Read |
UpdateThread | Updates the information of a conversation thread. | Write |
DeleteThread | Deletes a conversation thread. | Write |
ListThreads | Lists all conversation threads of a digital employee. | List |
CreateChat | Initiates a chat within a conversation thread. | Write |
Long-term Mission (Mission)
Event Name | Description | Access Level |
CreateMission | Creates a long-term mission. | Write |
GetMission | Retrieves the details of a long-term mission. | Read |
UpdateMission | Updates the configuration of a long-term mission. | Write |
DeleteMission | Deletes a long-term mission. | Write |
ListMissions | Lists long-term missions. | List |
Task (Task)
Event Name | Description | Access Level |
CreateTask | Creates a task. | Write |
GetTask | Retrieves the details of a task. | Read |
UpdateTask | Updates the configuration of a task. | Write |
DeleteTask | Deletes a task. | Write |
ListTasks | Lists all tasks under a long-term mission. | List |
Artifact (Artifact)
Event Name | Description | Access Level |
GetArtifact | Retrieves an artifact generated by a conversation thread or mission. | Read |
Console Embedding (Ticket)
Event Name | Description | Access Level |
CreateTicket | Creates a ticket for passwordless login in console embedding scenarios. | Write |
Event Structure
Each audit event contains the following common fields for precise queries and analysis:
Field | Description |
eventId | The unique identifier of the event. |
eventName | The event name, corresponding to the names in the event list above. |
eventTime | The time when the event occurred, in UTC format. |
eventSource | The event source, fixed as |
serviceName | The service name, fixed as |
sourceIpAddress | The source IP address from which the operation was initiated. |
userIdentity | The identity information of the operator, including account type, account ID, and RAM username. |
requestParameters | The request parameters in JSON format, recording the specific inputs of the operation. |
responseElements | The response result in JSON format, recording the return information of the operation. |
errorCode | The error code. Empty on success; returns the corresponding error code on failure. |
errorMessage | The error message. Empty on success. |
referencedResources | The resources involved in the operation, including resource type and resource name. |
For the complete list of event fields, see Management event structure.