Feature description
Queries historical events of OCP. You can search for historical events by specifying conditions such as event type, operation name, resource name, operator ID, event information, event status, and time period.
Call instructions
Interface constraints
The caller needs to be authenticated through the OCP application service.
The caller needs the permission to view historical events (AUDIT VIEWER).
Request path
GET /api/v2/audit/events
Request parameters
body:
Parameter |
Type |
Required |
Example Value |
Description |
|---|---|---|---|---|
| eventType | StringArray | No | COMPUTE_HOST_MANAGEMENT,OB_CLUSTER_MANAGEMENT | For more information, see the Event Type list. |
| operationEvent | StringArray | No | ADD_OB_ZONES, DELETE_OB_ZONES | See the operationEvent list for more information. |
| resourceName | String | N/A | my_ob_cluster | The name of a resource. Cluster name:Tenant name format. |
| operatorId | LongArray | None | 1,2,3 | The ID of the operator, which corresponds to the OCP user ID. |
| eventInfo | String | N/A | {"clusterId":1} | Event information, which corresponds to the request parameters for operating events. |
| status | String | No | SUCCESS | The status of an event. Valid values: SUCCESS and FAILED. |
| startTime | OffsetDateTime | N/A | 2021-09-07T19:04:42.768+08:00 | The start time of the event's occurring period. |
| endTime | OffsetDateTime | N/A | 2021-09-08T19:04:42.768+08:00 | The end time of the event occurrence. |
| page | Integer | N/A | 1 | The page number. |
| size | Integer | No | 10 | The size for pagination, specifying the number of results per page. |
| order | String | No | startTime,desc | The parameter used to specify the sorting method. |
Event Type
Event Type |
Description |
|---|---|
| COMPUTE_HOST_MANAGEMENT | Host management. |
| OB_CLUSTER_MANAGEMENT | OceanBase Cluster Management. |
| OB_TENANT_MANAGEMENT | Tenant management. |
| OB_PROXY_CLUSTER_MANAGEMENT | Cluster management of OBProxy. |
| BACKUP_RESTORE | Backup and restore. |
| SOFTWARE_PACKAGE_MANAGEMENT | Software package management. |
| OCP_USER_MANAGEMENT | OCP User Management. |
| OCP_CLUSTER_MANAGEMENT | OCP Cluster Management. |
| CREDENTIAL_MANAGEMENT | Credential Management. |
| ALARM_MANAGEMENT | Alarm Management. |
| INSPECTION_MANAGEMENT | Inspection management. |
| PROFILE_MANAGEMENT | Manage personal information. |
| OCP_PROPERTY_MANAGEMENT | Manages OCP parameters. |
| SQL_PERF_MANAGEMENT | Manages SQL performance. |
| ARBITRATION_SERVICE_MANAGEMENT | Manage arbitration services. |
| MONITOR_CUSTOMIZE_MANAGEMENT | Customize monitoring management. |
| MONITOR_DASHBOARD_MANAGEMENT | Monitor Dashboard Management. |
| TAG_MANAGEMENT | Manage tags. |
| BINLOG_SERVICE_MANAGEMENT | Binlog service management. |
| ORGANIZATION_MANAGEMENT | Organization management. |
| CONTINGENCY_MANAGEMENT | Contingency Management. |
| ARBITRATION_SERVICE_GROUP_MANAGEMENT | Manage arbitration service groups. |
Operation event
Operation Event |
Event Type |
Description |
|---|---|---|
| ADD_HOSTS | COMPUTE_HOST_MANAGEMENT | Add Hosts. |
| DELETE_HOSTS | COMPUTE_HOST_MANAGEMENT | Deletes a host. |
| BATCH_DELETE_HOSTS | COMPUTE_HOST_MANAGEMENT | Deletes host instances in batches. |
| UPDATE_HOST | COMPUTE_HOST_MANAGEMENT | Modify host information. |
| INSTALL_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Installs the OCP-Agent. |
| STOP_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Stopping the OCP Agent. |
| RESTART_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Restart OCP-Agent. |
| REINSTALL_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Reinstall OCP Agent. |
| BATCH_REINSTALL_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Reinstall OCP-Agent in Batches. |
| CREATE_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Creates an OceanBase cluster. |
| START_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Start OceanBase Cluster. |
| START_OB_CLUSTER_IN_READ_ONLY | OB_CLUSTER_MANAGEMENT | Start the OceanBase cluster in read-only mode. |
| STOP_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Stops an OceanBase cluster. |
| RESTART_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Restart OceanBase Cluster |
| UPGRADE_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Upgrade an OceanBase cluster. |
| DELETE_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Delete an OceanBase cluster. |
| TAKE_OVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Take Over OceanBase Cluster. |
| MOVE_OUT_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Migrate a OceanBase cluster. |
| SWITCHOVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Switching operations |
| FAILOVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Failover for OB clusters. |
| DISCONNECT_STANDBY_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Disconnects a standby cluster. |
| UPDATE_OB_CLUSTER_PARAMETERS | OB_CLUSTER_MANAGEMENT | Modify the parameters of an OceanBase cluster. |
| CHANGE_OB_CLUSTER_PASSWORD | OB_CLUSTER_MANAGEMENT | Modifies the password of the OceanBase cluster. |
| UPDATE_OB_CLUSTER_STATUS | OB_CLUSTER_MANAGEMENT | Modify the status of an OceanBase cluster. |
| ADD_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Add an OBServer. |
| BATCH_ADD_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Add OBServer nodes in batches. |
| DELETE_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Delete an OBServer node. |
| START_OB_SERVER | OB_CLUSTER_MANAGEMENT | Start an OBServer. |
| STOP_OB_SERVER | OB_CLUSTER_MANAGEMENT | Stop OBServer. |
| RESTART_OB_SERVER | OB_CLUSTER_MANAGEMENT | Restart the OBServer node. |
| BATCH_DELETE_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Delete multiple OBServer nodes at a time. |
| REPLACE_OB_SERVER | OB_CLUSTER_MANAGEMENT | Replace an OBServer. |
| ADD_OB_ZONES | OB_CLUSTER_MANAGEMENT | Add OceanBase Zones. |
| BATCH_ADD_OB_ZONES | OB_CLUSTER_MANAGEMENT | Adds OBZones in batches. |
| DELETE_OB_ZONES | OB_CLUSTER_MANAGEMENT | Deletes OBZones. |
| STOP_OB_ZONES | OB_CLUSTER_MANAGEMENT | Stop OBZones. |
| START_OB_ZONES | OB_CLUSTER_MANAGEMENT | Start OBZones. |
| RESTART_OB_ZONES | OB_CLUSTER_MANAGEMENT | Restart OBZones. |
| PATCH_COMPACTION_SETTINGS | OB_CLUSTER_MANAGEMENT | Updates cluster compaction configurations. |
| ADD_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Associated arbitration service. |
| REMOVE_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Removes the arbitration association. |
| REPLACE_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Replace the arbitration service. |
| MODIFY_TOP_SQL_SWITCH | OB_CLUSTER_MANAGEMENT | Modifies the value of the Top SQL switch. |
| MODIFY_DEADLOCK_DETECTION_SWITCH | OB_CLUSTER_MANAGEMENT | Modifies the deadlock detection switch. |
| TRIGGER_OB_CLUSTER_COMPACTION | OB_CLUSTER_MANAGEMENT | Triggers a major compaction for OceanBase clusters. |
| CLEAR_OB_CLUSTER_COMPACTION_ERROR_FLAG | OB_CLUSTER_MANAGEMENT | Clear the OceanBase major compaction error status. |
| SWITCH_CLUSTER_CGROUP | OB_CLUSTER_MANAGEMENT | Enables/disables the cgroup for a cluster. |
| MODIFY_ZONE_IDC | OB_CLUSTER_MANAGEMENT | Modifies the IDC of the zone. |
| CREATE_OB_PROXY_CLUSTER | OB_PROXY_CLUSTER_MANAGEMENT | Create an OBProxy cluster. |
| DELETE_OB_PROXY_CLUSTER | OB_PROXY_CLUSTER_MANAGEMENT | Deletes an OBProxy cluster. |
| UPGRADE_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Upgrade the OBProxy. |
| ADD_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Add OBProxy. |
| MOVE_OUT_OB_PROXY | OB_PROXY_CLUSTER_MANAGEMENT | Migrate an OBProxy cluster |
| RESTART_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | forcibly restarts OBProxy. |
| START_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Start OBProxy. |
| STOP_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Stop an OBProxy instance. |
| HOT_RESTART_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Restarts an OBProxy instance. |
| DELETE_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Delete an OBProxy instance. |
| PATCH_OB_PROXY_CLUSTER | OB_PROXY_CLUSTER_MANAGEMENT | Modifies the configuration of the OBProxy cluster. |
| MODIFY_OB_PROXY_PARAMETERS | OB_PROXY_CLUSTER_MANAGEMENT | Modify OBProxy cluster parameters. |
| ADD_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Add an OBLink. |
| LOCK_OB_PROXY_CLUSTER_STATUS | OB_PROXY_CLUSTER_MANAGEMENT | Locks an OBProxy cluster. |
| UNLOCK_OB_PROXY_CLUSTER_STATUS | OB_PROXY_CLUSTER_MANAGEMENT | Unlock an OBProxy cluster. |
| BATCH_ADD_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Add OBLink. |
| PATCH_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Upgrade the OBLink. |
| DELETE_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Deletes an OBLink. |
| CHANGE_PROXY_SYS_PASSWORD | OB_PROXY_CLUSTER_MANAGEMENT | Modify the proxysys password. |
| CHANGE_PROXYRO_PASSWORD | OB_PROXY_CLUSTER_MANAGEMENT | Modify the password of a ProxyRO. |
| CREATE_TENANT | OB_TENANT_MANAGEMENT | Create Tenant. |
| CREATE_TENANT_ASYNC | OB_TENANT_MANAGEMENT | Asynchronously creates a tenant. |
| CLONE_TENANT | OB_TENANT_MANAGEMENT | Clone tenant. |
| DELETE_TENANT | OB_TENANT_MANAGEMENT | Deletes a tenant. |
| RENAME_TENANT | OB_TENANT_MANAGEMENT | Rename Tenant. |
| LOCK_TENANT | OB_TENANT_MANAGEMENT | Locks the tenant. |
| UNLOCK_TENANT | OB_TENANT_MANAGEMENT | Unlock a tenant. |
| MODIFY_TENANT_PARAMETERS | OB_TENANT_MANAGEMENT | Modify tenant parameters. |
| CHANGE_TENANT_PASSWORD | OB_TENANT_MANAGEMENT | Change the password of a tenant. |
| MODIFY_TENANT_PRIMARY_ZONE | OB_TENANT_MANAGEMENT | Update primary zone for a tenant. |
| MODIFY_TENANT_WHITE_LIST | OB_TENANT_MANAGEMENT | Update tenant allowlist. |
| ADD_REPLICA | OB_TENANT_MANAGEMENT | Add a replica. |
| DELETE_REPLICA | OB_TENANT_MANAGEMENT | Delete replicas. |
| MODIFY_REPLICA | OB_TENANT_MANAGEMENT | Modify replica. |
| DELETE_UNIT | OB_TENANT_MANAGEMENT | Delete resource unit. |
| CREATE_DATABASE | OB_TENANT_MANAGEMENT | Create a database. |
| MODIFY_DATABASE | OB_TENANT_MANAGEMENT | Modify the database. |
| DELETE_DATABASE | OB_TENANT_MANAGEMENT | Delete a database. |
| CREATE_DATABASE_USER | OB_TENANT_MANAGEMENT | Creates a database user. |
| DELETE_DATABASE_USER | OB_TENANT_MANAGEMENT | Delete a database user. |
| GRANT_GLOBAL_PRIVILEGE | OB_TENANT_MANAGEMENT | Grants global privileges to a user. |
| REVOKE_GLOBAL_PRIVILEGE | OB_TENANT_MANAGEMENT | Revoke global privileges from a user. |
| MODIFY_GLOBAL_PRIVILEGE | OB_TENANT_MANAGEMENT | Modify a user's global privileges. |
| GRANT_DB_PRIVILEGE | OB_TENANT_MANAGEMENT | Grants database privileges to the user. |
| REVOKE_DB_PRIVILEGE | OB_TENANT_MANAGEMENT | Revoke database privileges. |
| GRANT_OBJECT_PRIVILEGE_TO_USER | OB_TENANT_MANAGEMENT | Grants object privileges on a user. |
| REVOKE_OBJECT_PRIVILEGE_FROM_USER | OB_TENANT_MANAGEMENT | Revoke the privilege on the object. |
| MODIFY_OBJECT_PRIVILEGE_FROM_USER | OB_TENANT_MANAGEMENT | To modify object privileges. |
| CHANGE_DB_USER_PASSWORD | OB_TENANT_MANAGEMENT | Modify a user password. |
| LOCK_DATABASE_USER | OB_TENANT_MANAGEMENT | Locks a database user. |
| UNLOCK_DATABASE_USER | OB_TENANT_MANAGEMENT | Unlock a database user. |
| GRANT_OBJECT_PRIVILEGE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants object privileges to a role. |
| REVOKE_OBJECT_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revoke object privileges from a role. |
| MODIFY_OBJECT_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Modify object privileges of the role. |
| MODIFY_DATABASE_PRIVILEGE | OB_TENANT_MANAGEMENT | Modify database privileges. |
| ENABLE_ARBITRATION | OB_TENANT_MANAGEMENT | Enable arbitration. |
| DISABLE_ARBITRATION | OB_TENANT_MANAGEMENT | Disable arbitration. |
| CREATE_STANDBY_TENANT | OB_TENANT_MANAGEMENT | Create a standby tenant. |
| START_LOG_TRANSPORT | OB_TENANT_MANAGEMENT | Start log transport. |
| SUSPEND_LOG_TRANSPORT | OB_TENANT_MANAGEMENT | Suspend log transport. |
| SWITCHOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Daily management of tenant switchover. |
| BATCH_SWITCHOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Batch daily switch over tenant |
| FAILOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Tenant disaster recovery and switchover |
| BATCH_FAILOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Tenant batch failover. |
| DISCONNECT_OB_Tenant | OB_TENANT_MANAGEMENT | Disconnect a standby tenant. |
| START_TENANT_LOG_BACKUP | OB_TENANT_MANAGEMENT | Enables tenant log backup. |
| CREATE_SERVICE_NAME | OB_TENANT_MANAGEMENT | Create a service name. |
| DELETE_SERVICE_NAME | OB_TENANT_MANAGEMENT | Specifies the name of the service to be deleted. |
| MODIFY_SERVICE_NAME | OB_TENANT_MANAGEMENT | Modify the service name. |
| CREATE_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Creates a sampling inspection strategy. |
| CREATE_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Create cluster backup strategy. |
| CREATE_BACKUP_STRATEGY | BACKUP_RESTOR | Create a backup strategy. |
| START_CLUSTER_DATA_BACKUP | BACKUP_RESTORE | Initiates cluster data backup. |
| START_DATA_BACKUP | BACKUP_RESTORE | Initiates data backup. |
| START_LOG_BACKUP | BACKUP_RESTORE | Initiates log backup. |
| STOP_LOG_BACKUP | BACKUP_RESTORE | Stop log backup. |
| RESUME_LOG_BACKUP | BACKUP_RESTORE | Enable log backup. |
| SUSPEND_LOG_BACKUP | BACKUP_RESTORE | Suspend log backup. |
| START_CLUSTER_RESTORE_TENANT | BACKUP_RESTORE | Initiate cluster restore. |
| START_RESTORE_TENANT | BACKUP_RESTORE | Initiates a tenant restore. |
| START_TENANT_RESTORE_TENANT | BACKUP_RESTORE | Initiate tenant-level restore. |
| CREATE_USER | OCP_USER_MANAGEMENT | Create an OCP user. |
| DELETE_USER | OCP_USER_MANAGEMENT | Deletes an OCP user. |
| CREATE_ROLE | OCP_USER_MANAGEMENT | Create an OCP role. |
| UPDATE_ROLE | OCP_USER_MANAGEMENT | Modify an OCP role. |
| DELETE_ROLE | OCP_USER_MANAGEMENT | Delete an OCP role. |
| UPDATE_USER | OCP_USER_MANAGEMENT | Modify an OCP user. |
| CHANGE_USER_PASSWORD | OCP_USER_MANAGEMENT | Change the password of an OCP user. |
| TAKE_OVER_OB_PROXY | OB_PROXY_CLUSTER_MANAGEMENT | Take over OBProxy. |
| DELETE_SOFTWARE_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Delete a software package. |
| BATCH_DELETE_SOFTWARE_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Batch Delete Software Package |
| TRANSFER_STANDALONE_TO_DISTRIBUTED | OB_CLUSTER_MANAGEMENT | Converts the cluster from standalone mode to distributed mode. |
| CREATE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Create a credential. |
| UPDATE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Update the credential. |
| DELETE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Delete the credential. |
| BATCH_DELETE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Delete credentials in batches. |
| EXPORT_CREDENTIAL | CREDENTIAL_MANAGEMENT | Exports the credential. |
| IMPORT_CREDENTIAL | CREDENTIAL_MANAGEMENT | Import credentials. |
| UPDATE_OBCLUSTER_AGENT_CONFIG_PARAMETERS | OB_CLUSTER_MANAGEMENT | Modify OceanBase cluster agent parameter configuration. |
| RESET_OBCLUSTER_AGENT_CONFIG_PARAMETERS | OB_CLUSTER_MANAGEMENT | Reset OceanBase cluster agent parameter configurations. |
| UPDATE_HOST_AGENT_CONFIG_PARAMETERS | COMPUTE_HOST_MANAGEMENT | Modify parameters of the host agent configuration file. |
| RESET_HOST_AGENT_CONFIG_PARAMETERS | COMPUTE_HOST_MANAGEMENT | Resets parameters of the host agent. |
| UPDATE_CLUSTER_LOAD_TYPE | OB_CLUSTER_MANAGEMENT | Modifies the cluster workload type. |
| BATCH_INACTIVE_AGENTS | COMPUTE_HOST_MANAGEMENT | Batch Inactive Agents. |
| BATCH_ACTIVE_AGENTS | COMPUTE_HOST_MANAGEMENT | Batch active agents. |
| AUTO_REINSTALL_HOST_AGENT | COMPUTE_HOST_MANAGEMENT | Auto-Install OCP-Agent. |
| REFRESH_HOST_AGENT_CONFIGS | COMPUTE_HOST_MANAGEMENT | Refreshes the configurations of all agents. |
| PUT_MODULE_CONFIG_CHANGE | COMPUTE_HOST_MANAGEMENT | Add agent module_config change definition. |
| BATCH_RESTART_AGENTS | COMPUTE_HOST_MANAGEMENT | Batch restart OCP-Agent on specified host. |
| BATCH_STOP_AGENTS | COMPUTE_HOST_MANAGEMENT | Batch stop OCP-Agents. |
| DISABLE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Disable the AccessKey. |
| DELETE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Delete an AccessKey. |
| CREATE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Add a personal AccessKey. |
| ENABLE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Enables the individual AccessKey. |
| CHANGE_PASSWORD | PROFILE_MANAGEMENT | Change a user's password. |
| UPDATE_PROFILE | PROFILE_MANAGEMENT | Modify personal information. |
| CREATE_ALARM | ALARM_MANAGEMENT | Generates an alarm event. |
| CREATE_ALARM_FILTER | ALARM_MANAGEMENT | Creates an alarm filter. |
| CREATE_ALARM_GROUP | ALARM_MANAGEMENT | Create an alarm group. |
| CLONE_ALARM_GROUP | ALARM_MANAGEMENT | Copy an alarm group. |
| CREATE_NOTIFICATION | ALARM_MANAGEMENT | Send Notification. |
| CREATE_ALARM_RULE | ALARM_MANAGEMENT | Create an alarm rule. |
| DELETE_ALARM_FILTER | ALARM_MANAGEMENT | Delete an alarm filter. |
| DELETE_ALARM_GROUP | ALARM_MANAGEMENT | Delete an alarm group. |
| ADD_ALARM_GROUPS_ALARM_TYPES | ALARM_MANAGEMENT | Batch add an alert item to multiple alert groups. |
| DELETE_ALARM_RULE | ALARM_MANAGEMENT | Deletes an alarm rule. |
| DELETE_ALARM_RULES | ALARM_MANAGEMENT | Batch delete alert rules. |
| RESOLVE_ALARM | ALARM_MANAGEMENT | Automatically resolves an alarm. |
| CREATE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Creates an alarm template. |
| UPDATE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Update an alarm template. |
| DELETE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Deletes an alarm template. |
| SET_ALARM_TEMPLATE_TARGETS | ALARM_MANAGEMENT | Specifies the target of an alarm template. |
| SET_ALARM_TEMPLATE_STATUS | ALARM_MANAGEMENT | The status of the alert template. |
| DOWNLOAD_ALARM_SNAPSHOT | ALARM_MANAGEMENT | Download an alarm event snapshot. |
| TEST_NOTIFICATION | ALARM_MANAGEMENT | Send a test notification. |
| UPDATE_ALARM_FILTER | ALARM_MANAGEMENT | Update Alarm Filter |
| UPDATE_ALARM_GROUP | ALARM_MANAGEMENT | Update an alert group. |
| UPDATE_ALARM_RULE | ALARM_MANAGEMENT | Update an alarm rule. |
| CREATE_SUBSCRIPTION | ALARM_MANAGEMENT | Configure a subscription. |
| DELETE_SUBSCRIPTION | ALARM_MANAGEMENT | Deletes a subscription configuration. |
| UPDATE_SUBSCRIPTION | ALARM_MANAGEMENT | Updates the subscription configuration. |
| DELETE_ALARM_GROUPS_ALARM_TYPES | ALARM_MANAGEMENT | Delete an alarm item from an alarm group. |
| MODIFY_COMPACTION_SETTING | OB_TENANT_MANAGEMENT | Modify the minor and major compaction configurations of a tenant. |
| SUSPEND_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Suspend tenant compaction. |
| RESUME_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Resume tenant compactions. |
| CLEAR_COMPACTION_ERROR | OB_TENANT_MANAGEMENT | Clear the Failed Compaction state. |
| TRIGGER_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Trigger a tenant compaction operation. |
| BATCH_SUSPEND_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Batch tenant compaction suspension. |
| BATCH_RESUME_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Resume tenant compaction. |
| BATCH_MODIFY_COMPACTION_SETTINGS | OB_TENANT_MANAGEMENT | Batch modify compaction settings. |
| BATCH_TRIGGER_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Triggers tenant compactions in batches. |
| BATCH_CLEAR_COMPACTION_ERROR | OB_TENANT_MANAGEMENT | Batch clear failed compaction status. |
| ROLLBACK_MIGRATE_UNIT | OB_CLUSTER_MANAGEMENT | Rollback a unit migration. |
| MIGRATE_UNIT | OB_CLUSTER_MANAGEMENT | Triggers unit migration. |
| TRY_DELETE_UNUSED_UNIT | OB_CLUSTER_MANAGEMENT | Tries to delete resources not associated with any tenant. |
| COLLECT_OB_CLUSTER_COMPACTION_INFO | OB_CLUSTER_MANAGEMENT | Collects information about major compactions in the cluster. |
| TRIGGER_INSPECT | INSPECTION_MANAGEMENT | Trigger inspection |
| MODIFY_INSPECTION_ITEM | INSPECTION_MANAGEMENT | Modify inspection items. |
| MODIFY_INSPECTION_SCHEDULE_RULE | INSPECTION_MANAGEMENT | Modify inspection scheduling rules. |
| SWITCH_INSPECTION_ITEM | INSPECTION_MANAGEMENT | Set the inspection switch. |
| DELETE_INSPECTION_REPORT | INSPECTION_MANAGEMENT | Delete an inspection report. |
| REFRESH_POLICY | OCP_USER_MANAGEMENT | Refresh throttling policy. |
| MODIFY_OB_CLUSTER_CONFIG_PARAMETERS_SWITCH | OB_CLUSTER_MANAGEMENT | Modify the cluster type of configuration parameter switches. |
| BATCH_MODIFY_OCP_MONITOR_PASSWORD | OB_TENANT_MANAGEMENT | Modify the password for the ocp_monitor user of all clusters. |
| UPDATE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Update a monitoring dashboard. |
| DELETE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Delete a monitor dashboard. |
| CREATE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Create a monitoring dashboard. |
| MOVE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | View and manage mobile monitoring dashboards. |
| UPDATE_PROPERTY | OCP_PROPERTY_MANAGEMENT | Modify a configuration. |
| REFRESH_PROPERTIES | OCP_PROPERTY_MANAGEMENT | Refreshes all configuration information. |
| CLOUD_CLOSE_TENANT_SESSION | OB_TENANT_MANAGEMENT | Close the current session, support batch operations. |
| CLOSE_TENANT_SESSION | OB_TENANT_MANAGEMENT | Close the current session, supports batch operations. |
| DISABLE_SESSION_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Disables session-level end-to-end configuration. |
| SET_SESSION_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Modifies the full-trace configuration. |
| CLOSE_TENANT_QUERY | OB_TENANT_MANAGEMENT | Close current tenant, supports batch operations. |
| OPEN_LOG_BACKUP_PIECE_SWITCH | BACKUP_RESTORE | Enables the switch for splitting log backup files into pieces. |
| DELETE_DATA_BACKUP | BACKUP_RESTORE | Delete data backup files. |
| SET_BACKUP_DESTINATION | BACKUP_RESTORE | Set the backup path of the cluster. |
| START_CLUSTER_RESTORE_PREVIEW | BACKUP_RESTORE | Initiates a cluster restore preview. |
| UPDATE_OB_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Modify the cluster backup strategy. |
| REMOVE_OB_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Delete the cluster backup strategy. |
| START_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Starts the cluster backup schedule. |
| STOP_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Stops scheduled backup for a cluster. |
| UPLOAD_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Upload software package. |
| CREATE_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Create a software package. |
| MODIFY_CLUSTER_RESOURCE_SETTINGS | OB_CLUSTER_MANAGEMENT | Modify the cluster resource management parameters. |
| STOP_HOST_AGENT_PROCESS | COMPUTE_HOST_MANAGEMENT | Stop the host agent process. |
| RESTART_HOST_AGENT_PROCESS | COMPUTE_HOST_MANAGEMENT | Restart the host agent process. |
| DELETE_LB_INSTANCE | OB_PROXY_CLUSTER_MANAGEMENT | Deletes an LB instance. |
| ADD_LB_INSTANCE | OB_PROXY_CLUSTER_MANAGEMENT | Add a Load Balancer instance. |
| BATCH_SWITCH_OBPROXY_BIND_CORE_STATE | OB_PROXY_CLUSTER_MANAGEMENT | Batch enable/disable OBProxy bind cores. |
| TAG_OBPROXY | OB_PROXY_CLUSTER_MANAGEMENT | Bind/Unbind OBProxy Tag. |
| UPDATE_LB_SERVICE | OB_PROXY_CLUSTER_MANAGEMENT | Modify the LB service. |
| EXPORT_LB_INSTANCE_CONFIG | OB_PROXY_CLUSTER_MANAGEMENT | Exports the LB instance information. |
| ADD_LB_SERVICE | OB_PROXY_CLUSTER_MANAGEMENT | Adds an LB service. |
| UPDATE_LB_INSTANCE | OB_PROXY_CLUSTER_MANAGEMENT | Modify the LB instance. |
| DELETE_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Delete an OBProxy server. |
| UPGRADE_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Upgrade OBProxy Server. |
| BATCH_DELETE_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Batch delete associations between OBProxies and OceanBase clusters. |
| ONLINE_OBPROXY_SERVERS | OB_PROXY_CLUSTER_MANAGEMENT | Online OBproxy server. |
| START_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Start the OBProxy server. |
| OFFLINE_OBPROXY_SERVERS | OB_PROXY_CLUSTER_MANAGEMENT | Take offline an OBProxy server. |
| RESTART_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Restart OBProxy server. |
| ONLINE_OBPROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Online OBProxy. |
| OFFLINE_OBPROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Offline an OBProxy. |
| STOP_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Stop an OBProxy server. |
| DELETE_OBPROXY_CLUSTER_PARAMETERS | OB_PROXY_CLUSTER_MANAGEMENT | Delete OBProxy cluster parameters. |
| REFRESH_OBPROXY_SERVER_PARAMETERS | OB_PROXY_CLUSTER_MANAGEMENT | Refreshes the OBProxy Server parameters. |
| REFRESH_OBPROXIES_PARAMETERS | OB_PROXY_CLUSTER_MANAGEMENT | Updates the OBProxy parameters. |
| PARSE_LB_INSTANCE_CONFIG_FILE | OB_PROXY_CLUSTER_MANAGEMENT | Parses the file to obtain the LB instance information. |
| CREATE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Configures the load balancing application for an OBProxy cluster. |
| UPDATE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Modifies the load balancing application configurations for OBProxy clusters. |
| DELETE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Delete the load balancing application configuration of the OBProxy cluster. |
| CREATE_OB_PROXY_CPU_CORE_BIND_CONFIG | OB_PROXY_CLUSTER_MANAGEMENT | Creates a CPU core binding configuration for the specified OBProxy. |
| MODIFY_OB_PROXY_CPU_CORE_BIND_CONFIG | OB_PROXY_CLUSTER_MANAGEMENT | Modify the CPU core binding configuration of OBProxy. |
| UPDATE_ALARM_CHANNEL | ALARM_MANAGEMENT | Update channel. |
| DELETE_ALARM_CHANNEL | ALARM_MANAGEMENT | Delete the channel. |
| CREATE_ALARM_CHANNEL | ALARM_MANAGEMENT | Create an alert channel. |
| REINSTALL_OB_SERVER | OB_CLUSTER_MANAGEMENT | Reinstall the OBServer. |
| DISABLE_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Disables full-trace configuration. |
| SET_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Modify the end-to-end configuration. |
| TAG_OB_TENANT | OB_TENANT_MANAGEMENT | Bind/Unbind Tenant Tag |
| DELETE_UNIT_GROUP | OB_TENANT_MANAGEMENT | Deletes the specified unit group. |
| MODIFY_TENANT_DESCRIPTION | OB_TENANT_MANAGEMENT | Modify tenant remarks. |
| IMPORT_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Import clusters. |
| MARK_META_CLUSTER | OB_CLUSTER_MANAGEMENT | Mark the Meta cluster. |
| SYNC_CLUSTER | OB_CLUSTER_MANAGEMENT | Synchronize cluster information. |
| BATCH_SWITCH_OB_BIND_CORE_STATE | OB_CLUSTER_MANAGEMENT | Batch enable/disable OceanBase binding. |
| TAG_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Bind/Unbind Cluster Tags |
| CREATE_OB_CPU_CORE_BIND_CONFIG | OB_CLUSTER_MANAGEMENT | Adds an OceanBase bind core configuration. |
| MODIFY_OB_CPU_CORE_BIND_CONFIG | OB_CLUSTER_MANAGEMENT | Modify OceanBase bind core configuration. |
| CREATE_CONSTRUCTOR_GROUP | OB_TENANT_MANAGEMENT | Creates a resource group. |
| DISABLE_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Disables the resource management plan. |
| ENABLE_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Enables the resource plan. |
| MODIFY_CONSUMER_GROUP | OB_TENANT_MANAGEMENT | Modify a resource group. |
| MODIFY_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Modify the resource management plan. |
| CREATE_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Creates a resource management plan. |
| DELETE_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Deletes a resource management plan. |
| DELETE_CONSUMER_GROUP | OB_TENANT_MANAGEMENT | Delete a resource group. |
| STOP_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Stop a service on a server. |
| PARSE_OB_BACKUP_INFO | BACKUP_RESTORE | Parses global backup information. |
| CLEAR_RESTORE_SOURCE | BACKUP_RESTORE | The path of data to be deleted by restoring. |
| ADD_BACKUP_RESTORE_MACHINES | BACKUP_RESTORE | Adds a server to the backup and restore service. |
| ADD_RESTORE_SOURCE | BACKUP_RESTORE | The path that needs to be restored |
| CANCEL_RESTORE_TASK | BACKUP_RESTORE | Cancel the restore task. |
| START_RESTORE_PREVIEW | BACKUP_RESTORE | Initiates a restore preview. |
| UPDATE_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Modify the sampling inspection strategy. |
| REMOVE_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Deletes a sampling inspection strategy. |
| START_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Starts a sampling inspection strategy. |
| STOP_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Stop inspection sampling strategy. |
| INSTALL_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Install the component service. |
| UPGRADE_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | The service version is upgraded. |
| UPDATE_BACKUP_RESTORE_SERVICE_CONFIG | BACKUP_RESTORE | Update service configurations. |
| DELETE_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Delete the service. |
| START_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Start a service on a server. |
| UNINSTALL_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Uninstall the service from a server. |
| RESTART_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Restart a service on a machine. |
| CREATE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Creates a tenant parameter template. |
| UPDATE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Modify a tenant parameter template. |
| DELETE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Deletes a tenant parameter template. |
| EXPORT_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Export Tenant Parameter Template. |
| PARSE_TENANT_PARAMETER_TEMPLATE_FILE | OB_TENANT_MANAGEMENT | Parses the YAML file for the tenant parameter template. |
| LOCK_USER | OCP_USER_MANAGEMENT | Locks the specified user account. |
| DELETE_ACCESS_KEY | OCP_USER_MANAGEMENT | Deletes an AccessKey. |
| CREATE_ACCESS_KEY | OCP_USER_MANAGEMENT | Create Access Key. |
| ENABLE_ACCESS_KEY | OCP_USER_MANAGEMENT | Enable access keys. |
| DISABLE_ACCESS_KEY | OCP_USER_MANAGEMENT | Disables the AccessKey. |
| DELETE_LOGIN_RECORD | OCP_USER_MANAGEMENT | Delete a login record of a user. |
| UN_LOCK_USER | OCP_USER_MANAGEMENT | Unlocks the specified user account. |
| CREATE_ALARM_METRIC_META | ALARM_MANAGEMENT | Creates an alarm metric rule. |
| START_DIAGNOSIS | SQL_PERF_MANAGEMENT | Initiate diagnostic analysis. |
| BATCH_CLOSE_TRANSACTION | SQL_PERF_MANAGEMENT | Batch close transactions. |
| BATCH_DROP_SQL_OUTLINE | SQL_PERF_MANAGEMENT | Batch drop outlines. |
| CREATE_OUTLINE | SQL_PERF_MANAGEMENT | Bind Outline to SQL. |
| BATCH_CREATE_OUTLINE | SQL_PERF_MANAGEMENT | Bind outline to SQL statement. |
| DELETE_OUTLINE | SQL_PERF_MANAGEMENT | Deletes an outline for an SQL statement. |
| GENERATE_ASH_REPORT_V2 | SQL_PERF_MANAGEMENT | Generates an ASH performance report. |
| GENERATE_ASH_REPORT | SQL_PERF_MANAGEMENT | Generate an ASH performance report. |
| GENERATE_WORKLOAD_REPORT | SQL_PERF_MANAGEMENT | Generate a performance report. |
| GENERATE_SNAPSHOT | SQL_PERF_MANAGEMENT | Generate a snapshot. |
| MC_CREATE_OUTLINE | SQL_PERF_MANAGEMENT | SQL Bind Outline (Multi Cloud) |
| DROP_OUTLINE | SQL_PERF_MANAGEMENT | Drops an outline from the database. |
| CREATE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Create a cluster parameter template. |
| UPDATE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Modifies a cluster parameter template. |
| DELETE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Deletes a cluster parameter template. |
| EXPORT_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Export a cluster parameter template. |
| PARSE_CLUSTER_PARAMETER_TEMPLATE_FILE | OB_CLUSTER_MANAGEMENT | Parses the YAML template file for cluster parameters. |
| STOP_HOST | COMPUTE_HOST_MANAGEMENT | Stop host. |
| CREATE_REGION | COMPUTE_HOST_MANAGEMENT | Add region. |
| TAG_COMPUTE_HOST | COMPUTE_HOST_MANAGEMENT | Binds or unbinds host tags. |
| IGNORE_SYSTEM_INFO_CHECK | COMPUTE_HOST_MANAGEMENT | Ignore the check for installed systems. |
| CREATE_VPC | COMPUTE_HOST_MANAGEMENT | Add a VPC. |
| UPDATE_VPC | COMPUTE_HOST_MANAGEMENT | Updates VPC information. |
| REPAIR_SYSTEM_INFO | COMPUTE_HOST_MANAGEMENT | Repairs remote host setup. |
| AUTO_RE_INSTALL_HOST_AGENT | COMPUTE_HOST_MANAGEMENT | Upgrade Host Agent to the latest version. |
| CHECK_AND_REPAIR_SYSTEM_INFO | COMPUTE_HOST_MANAGEMENT | Check and Repair Installation. |
| DELETE_VPC_BY_ID | COMPUTE_HOST_MANAGEMENT | Delete a VPC by ID. |
| START_HOST | COMPUTE_HOST_MANAGEMENT | Start the host. |
| DELETE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Deletes a specified host type. |
| DELETE_REGION | COMPUTE_HOST_MANAGEMENT | Deletes a region. |
| DELETE_IDC | COMPUTE_HOST_MANAGEMENT | Delete an IDC. |
| CREATE_IDC | COMPUTE_HOST_MANAGEMENT | An IDC has been added. |
| CREATE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Add a host type. |
| IMPORT_HOST | COMPUTE_HOST_MANAGEMENT | Import a new host. |
| CREATE_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Creates a resource unit specification. |
| MODIFY_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Modifies the resource unit specifications. |
| DELETE_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Delete a resource unit specification. |
| ADD_MONITOR_TARGET | COMPUTE_HOST_MANAGEMENT | Add a monitored target to the host. |
| REMOVE_MONITOR_TARGET | COMPUTE_HOST_MANAGEMENT | Removes the specified monitoring target from the specified host. |
| DISABLE_AUTO_STATS_GATHER | OB_TENANT_MANAGEMENT | Disables automatic statistics gathering. |
| ENABLE_AUTO_STATS_GATHER | OB_TENANT_MANAGEMENT | Enables automatic statistics gathering. |
| LOCK_STATS_GATHER | OB_TENANT_MANAGEMENT | Collects statistics about locks. |
| UPDATE_STATS_GATHER_PREFS | OB_TENANT_MANAGEMENT | Set statistics preferences. |
| UNLOCK_STATS_GATHER | OB_TENANT_MANAGEMENT | Unlock statistics collection. |
| START_MANUAL_STATS_GATHER_TASK | OB_TENANT_MANAGEMENT | Initiate a manual statistics collection task. |
| UPDATE_AUTO_STATS_GATHER_ATTRIBUTES | OB_TENANT_MANAGEMENT | Modify the configuration of automatic statistics tasks. |
| CANCEL_AUTO_STATS_GATHER_ATTRIBUTES | OB_TENANT_MANAGEMENT | You can cancel an automatic statistics information collection task only in OceanBase V4.2.2 and later. |
| BACKUP_NOW | BACKUP_RESTORE | Initiate tenant data backup. |
| CREATE_OB_TENANT_BACKUP_STRATEGY | BACKUP_RESTORE | Create a tenant backup strategy. |
| UPDATE_OB_TENANT_BACKUP_STRATEGY | BACKUP_RESTORE | Updates the tenant backup strategy. |
| DELETE_OB_TENANT_BACKUP_STRATEGY | BACKUP_RESTORE | Deletes a backup strategy for a tenant. |
| START_TENANT_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Start tenant backup schedule. |
| STOP_TENANT_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Stops tenant backup scheduling. |
| ACTIVATE_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Enable Binlog Service for Tenant |
| DEACTIVATE_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Deactivate the tenant Binlog service. |
| MODIFY_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Modify Tenant Binlog Service |
| CREATE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Creates an OBProxy cluster parameter template. |
| UPDATE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Modifies the parameter template for an OBProxy cluster. |
| DELETE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Deletes an OBProxy cluster parameter template. |
| EXPORT_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Export OBProxy cluster parameter template. |
| PARSE_OBPROXY_PARAMETER_TEMPLATE_FILE | OB_PROXY_CLUSTER_MANAGEMENT | Parses the YAML parameter template file of an OBProxy cluster. |
| UPDATE_AGENT_RESOURCE_CONFIG | COMPUTE_HOST_MANAGEMENT | Modifies the parameters of the host agent resource configuration. |
| UPDATE_OB_CLUSTER_AGENT_RESOURCE_CONFIG | OB_CLUSTER_MANAGEMENT | Modifies the Agent resource parameter configurations of the OceanBase cluster. |
| BATCH_REMOVE_ARBITRATION | OB_CLUSTER_MANAGEMENT | Batch removes arbitration services. |
| BATCH_REPLACE_ARBITRATION | OB_CLUSTER_MANAGEMENT | Batch replace arbitration service. |
| REMOVE_ARBITRATION_ASYNC | OB_CLUSTER_MANAGEMENT | Asynchronous removal of arbitration service. |
| BATCH_ADD_ARBITRATION | OB_CLUSTER_MANAGEMENT | Adds an arbitration service in batches. |
| ADD_ARBITRATION_ASYNC | OB_CLUSTER_MANAGEMENT | Asynchronously add an arbitration service. |
| CREATE_TABLESPACE | OB_TENANT_MANAGEMENT | Creates a tablespace. |
| ENABLE_TENANT_MANAGEMENT | ENABLE_TDE | Enables tenant TDE encryption. |
| BATCH_LOCK_DB_USER | OB_TENANT_MANAGEMENT | Batch lock database users. |
| BATCH_UN_LOCK_DB_USER | OB_TENANT_MANAGEMENT | Batch Unlock Database Users. |
| CREATE_REPORT | OB_CLUSTER_MANAGEMENT | Create a report. |
| DELETE_REPORT | OB_CLUSTER_MANAGEMENT | Deletes a report. |
| DOWNLOAD_REPORT | OB_CLUSTER_MANAGEMENT | Download Report. |
| ENABLE_OBPROXY_SSL | OB_PROXY_CLUSTER_MANAGEMENT | Specifies whether to enable SSL authentication for OBProxy clusters. |
| UPDATE_OBPROXY_SSL_CERTIFICATES | OB_PROXY_CLUSTER_MANAGEMENT | Updates the SSL certificate for an OBProxy cluster. |
| DISABLE_OBPROXY_SSL | OB_PROXY_CLUSTER_MANAGEMENT | Disables SSL authentication for OBProxy clusters. |
| ENABLE_OB__SSL | OB_CLUSTER_MANAGEMENT | Enables OceanBase cluster SSL authentication. |
| UPDATE_OB_SSL_CERTIFICATES | OB_CLUSTER_MANAGEMENT | Updates the SSL certificate of OceanBase cluster. |
| DISABLE_OB_SSL | OB_CLUSTER_MANAGEMENT | Disable SSL authentication for the OceanBase cluster. |
| UPDATE_REGION | COMPUTE_HOST_MANAGEMENT | Modify the region. |
| UPDATE_IDC | COMPUTE_HOST_MANAGEMENT | Update IDC. |
| UPDATE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Modify the host type. |
| GRANT_ROLE_TO_USER | OB_TENANT_MANAGEMENT | Grant a role to a user. |
| REVOKE_ROLE_FROM_USER | OB_TENANT_MANAGEMENT | Revoke a role from a user. |
| MODIFY_ROLE_FROM_USER | OB_TENANT_MANAGEMENT | Modify a user's role. |
| CREATE_DATABASE_ROLE | OB_TENANT_MANAGEMENT | Create a database role. |
| DELETE_DATABASE_ROLE | OB_TENANT_MANAGEMENT | Drops a database role. |
| GRANT_GLOBAL_PRIVILEGE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants global privileges to the role. |
| REVOKE_GLOBAL_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revoke global privileges from a role. |
| MODIFY_GLOBAL_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Modifies global privileges from a role. |
| GRANT_ROLE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants a role to a role. |
| REVOKE_ROLE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revoke a role from a role. |
| MODIFY_ROLE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Modify an Oracle role. |
| REGISTER_FOLLOWER_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Register a standby OCP cluster. |
| DELETE_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Delete an OCP cluster. |
| LEAVE_FOLLOWER_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Unassociate OCP Cluster |
| FAILOVER_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | OCP cluster failover. |
| SWITCHOVER_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Daily switchover of OCP clusters. |
| UPDATE_OCP_CLUSTER_CONFIG | OCP_CLUSTER_MANAGEMENT | Update OCP cluster configuration. |
| REVOKE_ROLE_FROM_ORACLE_USER | OB_TENANT_MANAGEMENT | Revokes a role from an Oracle user. |
| GRANT_ROLE_TO_ORACLE_USER | OB_TENANT_MANAGEMENT | Grants a role to an Oracle user. |
| MODIFY_ROLE_FROM_ROLE | OB_TENANT_MANAGEMENT | Modify the role. |
| REVOKE_ROLE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Revoke the role from the Oracle role. |
| MODIFY_ORACLE_ROLE_FROM_USER | OB_TENANT_MANAGEMENT | Modify the role of an Oracle user. |
| GRANT_ORACLE_ROLE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants a role to an Oracle role. |
| DELETE_DB_ROLE | OB_TENANT_MANAGEMENT | Delete a database role. |
| CREATE_DB_ROLE | OB_TENANT_MANAGEMENT | Creates a database role. |
| GRANT_GLOBAL_PRIVILEGE_TO_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Grants system privileges to an Oracle role. |
| REVOKE_GLOBAL_PRIVILEGE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Revoke global privileges from the Oracle role. |
| MODIFY_GLOBAL_PRIVILEGE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Modify system privileges of the Oracle role. |
| UPDATE_ORACLE_AUDIT_CONFIG | OB_TENANT_MANAGEMENT | Updates the Oracle audit configurations. |
| ENABLE_ORACLE_AUDIT | OB_TENANT_MANAGEMENT | Enables Oracle audit. |
| DISABLE_ORACLE_AUDIT | OB_TENANT_MANAGEMENT | Disable Oracle audit. |
| CREATE_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Create an arbitration service. |
| STOP_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Stops the arbitration service. |
| START_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Start the arbitration service. |
| RESTART_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Restart the arbitration service. |
| UPGRADE_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Upgrade the arbitration service. |
| DELETE_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Delete an arbitration service. |
| TAKEOVER_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Take over the arbitration service. |
| MOVE_OUT_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Move out arbitration service. |
| TAG_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Bind/Unbind Tag to Arbitration Service. |
| CREATE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Create a monitoring metric. |
| UPDATE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Modify monitoring metric items. |
| DELETE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete a monitoring metric. |
| CREATE_MONITOR_COLLECT_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Create an SQL-based monitor collection item. |
| DELETE_MONITOR_COLLECT_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete a monitoring collection item. |
| CREATE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Create monitoring charts. |
| UPDATE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Updates the monitoring charts. |
| DELETE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete Monitor Visualizations. |
| IMPORT_DASHBOARD_JSON | MONITOR_DASHBOARD_MANAGEMENT | Import a monitoring dashboard. |
| RESTART_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Restart the Binlog cluster. |
| STOP_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Stop Binlog cluster. |
| DELETE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Delete a Binlog cluster. |
| DELETE_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Delete Binlog Server. |
| CREATE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Create a Binlog cluster. |
| RESTART_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Restart Binlog Instance. |
| START_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Start Binlog Cluster. |
| STOP_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Stop Binlog Server. |
| ADD_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Add Binlog Server. |
| START_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Start Binlog Server. |
| STOP_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Stop the Binlog instance. |
| START_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Start a Binlog instance. |
| DELETE_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Delete a Binlog instance. |
| ADD_BINLOG_INSTANCES | BINLOG_SERVICE_MANAGEMENT | Add Binlog Instance Replicas. |
| SWITCH_MASTER_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Switches the primary binlog instance. |
| DELETE_BINLOG_INSTANCE_DUMP | BINLOG_SERVICE_MANAGEMENT | Close the Binlog subscription connection. |
| CONFIGURE_BINLOG_INSTANCE_THROTTLE | BINLOG_SERVICE_MANAGEMENT | Configure Binlog instance throttling. |
| MODIFY_BINLOG_INSTANCE_PARAMETER | BINLOG_SERVICE_MANAGEMENT | Modify a Binlog instance parameter. |
| MODIFY_BINLOG_CLUSTER_PARAMETER | BINLOG_SERVICE_MANAGEMENT | Modify Binlog cluster parameters. |
| UPGRADE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Upgrade the Binlog cluster. |
| ADD_USER | ORGANIZATION_MANAGEMENT | Add a user. |
| ADD_RESOURCES | ORGANIZATION_MANAGEMENT | Add resources in batches. |
| UPDATE_ORGANIZATION | ORGANIZATION_MANAGEMENT | Modify information of an organization. |
| DELETE_USER_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Removes a user from the organization. |
| ADD_RESOURCES_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Batch add organization resources. |
| REMOVE_USER | ORGANIZATION_MANAGEMENT | Removes a user from the organization. |
| ADD_USER_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Add an external user. |
| DELETE_ORGANIZATION | ORGANIZATION_MANAGEMENT | Delete an organization. |
| REMOVE_RESOURCES | ORGANIZATION_MANAGEMENT | Specifies the resource type to be removed. |
| CREATE_ORGANIZATIONS | ORGANIZATION_MANAGEMENT | Batch create organizations. |
| REMOVE_RESOURCES_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Removes the specified resources. |
| DELETE_ORGANIZATION_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Deletes an organization. |
| UPDATE_ORGANIZATION_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Modify organization information. |
| SHARE_RESOURCES | ORGANIZATION_MANAGEMENT | Share organization resources. |
| CREATE_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | Create a contingency plan. |
| CONFIRM_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | Verify contingency plan. |
| RETRY_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | The plan for retrying a system after it has been put out of service. |
| DELETE_CONTINGENCY_PLAN_CONFIG | CONTINGENCY_MANAGEMENT | Delete contingency plan configurations. |
| ENABLE_CONTINGENCY_PLAN_CONFIG | CONTINGENCY_MANAGEMENT | Enables the configuration of a contingency plan. |
| RUN_CONTINGENCY_OPERATION | CONTINGENCY_MANAGEMENT | Execute Contingency Operations |
| SAVE_PLAN_CONFIGS | CONTINGENCY_MANAGEMENT | Saves plan configurations. |
| CREATE_ARBITRATION_SERVICE_GROUP | ARBITRATION_SERVICE_GROUP_MANAGEMENT | Creates an arbitration service group. |
| MODIFY_ARBITRATION_SERVICE_GROUP | ARBITRATION_SERVICE_GROUP_MANAGEMENT | Update an arbitration service group. |
| DELETE_ARBITRATION_SERVICE_GROUP | ARBITRATION_SERVICE_GROUP_MANAGEMENT | Delete an arbitration service group. |
| UPGRADE_ARBITRATION_SERVICE_GROUP | ARBITRATION_SERVICE_GROUP_MANAGEMENT | Upgrade the arbitration service group. |
Returned result
Parameter |
Type |
Description |
|---|---|---|
| data | Object | The request data. |
| ├─ contents | Array | An array of AuditEventHistory objects. For more information, see AuditEventHistory data structure. |
| ├─ page | Object | Paging information. For more information, see page parameter details. |
| successful | Boolean | Indicates whether the request was successful. |
| timestamp | Datetime | The server timestamp when the request was completed. |
| duration | Integer | The time taken by the server to process the request, in milliseconds. |
| status | Integer | An HTTP status code that conforms to the HTTP standard. |
| traceId | String | The trace ID of the request, which is used to troubleshoot issues. |
| server | String | The address of the application service that responded to the request. |
AuditEventHistory data structure
Parameter |
Type |
Description |
|---|---|---|
| id | Long | The ID of the event. |
| operationEvent | String | The type of the operation. For more information, see Operation event in the preceding table. |
| eventType | String | The type of the event. For more information, see Event type in the preceding table. |
| resourceType | String | The type of the resource. Valid values: |
| resourceId | Long | The ID of the resource, which can be the host ID, OceanBase cluster ID, OBProxy ID, or tenant ID. |
| resourceName | String | The name of the OceanBase cluster, host, or tenant. |
| parentResource | String | The name of the parent resource. For example, if the parent resource of a tenant is a cluster, then when the resourceName is the name of the tenant, the parentResource is the name of the cluster. |
| operatorName | String | The name of the operator, which is the OCP username. |
| operatorId | Long | The ID of the operator, which is the OCP user ID. |
| status | String | The status of the event. Valid values: SUCCESS and FAILED. |
| taskId | Long | The ID of the task. If the event is an O&M task, this field indicates the ID of the O&M task. |
| executionType | String | The execution type of the O&M task. Valid values: NEW (new task) and RETRY (retry task). |
| eventInfo | String | The request parameters when the operation was performed. |
| clientIp | String | The IP address of the client that performed the operation. |
| startTime | OffsetDateTime | The start time of the operation. |
| endTime | OffsetDateTime | The end time of the operation. |
Page parameter details
Parameter |
Type |
Description |
|---|---|---|
| totalElements | Integer | The total number of records. |
| totalPage | Integer | The total number of pages. |
| number | Integer | The current page number. |
| size | Integer | The size of the current page. |
Example
Request example
GET /api/v2/audit/events
Response example
{
"data": {
"contents": [
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T16:00:00+08:00",
"eventInfo": "{\"param\":{\"encryptionAlgorithm\":\"aes-128\",\"name\":\"test02\"},\"tenantId\":6000016,\"id\":6000008}",
"eventType": "OB_TENANT_MANAGEMENT",
"executionType": "NEW",
"id": 8000318,
"methodSignature": "com.oceanbase.ocp.server.common.controller.TdeController.createTablespace",
"operationEvent": "CREATE_TABLESPACE",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/tenants/6000016/tablespace",
"resourceType": "OB_TENANT",
"resources": [
{
"id": 8000318,
"parentResource": "ob4252:1658110578",
"resourceId": 6000016,
"resourceName": "oracle_tenant"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T16:00:00+08:00",
"status": "SUCCESS"
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:43:39+08:00",
"eventInfo": "{\"param\":{\"encryptionAlgorithm\":\"aes-256\",\"name\":\"test01\"},\"tenantId\":6000016,\"id\":6000008}",
"eventType": "OB_TENANT_MANAGEMENT",
"executionType": "NEW",
"id": 8000317,
"methodSignature": "com.oceanbase.ocp.server.common.controller.TdeController.createTablespace",
"operationEvent": "CREATE_TABLESPACE",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/tenants/6000016/tablespace",
"resourceType": "OB_TENANT",
"resources": [
{
"id": 8000317,
"parentResource": "ob4252:1658110578",
"resourceId": 6000016,
"resourceName": "oracle_tenant"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T15:43:39+08:00",
"status": "SUCCESS"
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:23:14+08:00",
"eventInfo": "{\"param\":{\"certificateGroupId\":1},\"id\":3000005}",
"eventType": "OB_PROXY_CLUSTER_MANAGEMENT",
"executionType": "NEW",
"failedReason": "please see the log of task id '15038134'",
"id": 8000316,
"methodSignature": "com.oceanbase.ocp.server.common.controller.ObproxyController.enableSSL",
"operationEvent": "ENABLE_OBPROXY_SSL",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/obproxy/clusters/3000005/enableSSL",
"resourceType": "OB_PROXY_CLUSTER",
"resources": [
{
"id": 8000316,
"resourceId": 3000005,
"resourceName": "obproxy_cluster"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T15:23:10+08:00",
"status": "FAILED",
"taskId": 15038134
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:22:40+08:00",
"eventInfo": "{\"param\":{\"certificateGroupId\":1},\"id\":6000008}",
"eventType": "OB_CLUSTER_MANAGEMENT",
"executionType": "RETRY",
"failedReason": "please see the log of task id '15038130'",
"id": 8000315,
"methodSignature": "com.oceanbase.ocp.server.common.controller.ObClusterController.enableSSL",
"operationEvent": "ENABLE_OB__SSL",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/enableSSL",
"resourceType": "OB_CLUSTER",
"resources": [
{
"id": 8000315,
"resourceId": 6000008,
"resourceName": "ob4252:1658110578"
}
],
"startTime": "2025-04-29T15:22:40+08:00",
"status": "FAILED",
"taskId": 15038130
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:22:29+08:00",
"eventInfo": "{\"param\":{\"certificateGroupId\":1},\"id\":6000008}",
"eventType": "OB_CLUSTER_MANAGEMENT",
"executionType": "RETRY",
"failedReason": "please see the log of task id '15038130'",
"id": 8000314,
"methodSignature": "com.oceanbase.ocp.server.common.controller.ObClusterController.enableSSL",
"operationEvent": "ENABLE_OB__SSL",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/enableSSL",
"resourceType": "OB_CLUSTER",
"resources": [
{
"id": 8000314,
"resourceId": 6000008,
"resourceName": "ob4252:1658110578"
}
],
"startTime": "2025-04-29T15:22:28+08:00",
"status": "FAILED",
"taskId": 15038130
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:22:21+08:00",
"eventInfo": "{\"param\":{\"certificateGroupId\":1},\"id\":6000008}",
"eventType": "OB_CLUSTER_MANAGEMENT",
"executionType": "RETRY",
"failedReason": "please see the log of task id '15038130'",
"id": 8000313,
"methodSignature": "com.oceanbase.ocp.server.common.controller.ObClusterController.enableSSL",
"operationEvent": "ENABLE_OB__SSL",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/enableSSL",
"resourceType": "OB_CLUSTER",
"resources": [
{
"id": 8000313,
"resourceId": 6000008,
"resourceName": "ob4252:1658110578"
}
],
"startTime": "2025-04-29T15:22:20+08:00",
"status": "FAILED",
"taskId": 15038130
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:14:25+08:00",
"eventInfo": "{\"param\":{\"certificateGroupId\":1},\"id\":6000008}",
"eventType": "OB_CLUSTER_MANAGEMENT",
"executionType": "NEW",
"failedReason": "please see the log of task id '15038130'",
"id": 8000312,
"methodSignature": "com.oceanbase.ocp.server.common.controller.ObClusterController.enableSSL",
"operationEvent": "ENABLE_OB__SSL",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/ob/clusters/6000008/enableSSL",
"resourceType": "OB_CLUSTER",
"resources": [
{
"id": 8000312,
"resourceId": 6000008,
"resourceName": "ob4252:1658110578"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T15:14:23+08:00",
"status": "FAILED",
"taskId": 15038130
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T15:00:47+08:00",
"eventInfo": "{\"request\":{\"menuPermissions\":[{\"menus\":[\"*\"],\"type\":\"CREDENTIAL\"},{\"menus\":[\"HOST\",\"ALARM\",\"DASHBOARD\",\"INFORMATION\",\"PLAN\",\"INSPECTION\",\"LOG\",\"PACKAGE\",\"CREDENTIAL\",\"CERTIFICATE\",\"TAG\",\"PROPERTY\",\"TASK\"],\"type\":\"GLOBAL\"},{\"menus\":[\"*\"],\"type\":\"ALARM\"},{\"menus\":[\"*\"],\"type\":\"PROPERTY\"},{\"menus\":[\"*\"],\"type\":\"LOG\"},{\"menus\":[\"*\"],\"type\":\"TAG\"},{\"menus\":[\"*\"],\"type\":\"HOST\"},{\"menus\":[\"*\"],\"type\":\"INSPECTION\"},{\"menus\":[\"*\"],\"type\":\"TASK\"},{\"menus\":[\"*\"],\"type\":\"PLAN\"},{\"menus\":[\"*\"],\"type\":\"DASHBOARD\"},{\"menus\":[\"*\"],\"type\":\"INFORMATION\"},{\"menus\":[\"*\"],\"type\":\"PACKAGE\"},{\"menus\":[\"*\"],\"type\":\"CERTIFICATE\"}],\"organizationId\":10000000,\"permissions\":[],\"rolePermissions\":[{\"actionGroupKey\":\"ARBITRATION_READ\",\"resources\":[\"*\"]}]},\"id\":5001001}",
"eventType": "OCP_USER_MANAGEMENT",
"executionType": "NEW",
"id": 8000311,
"methodSignature": "com.oceanbase.ocp.server.common.controller.IamController.updateRole",
"operationEvent": "UPDATE_ROLE",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/iam/roles/5001001",
"resourceType": "OCP_ROLE",
"resources": [
{
"id": 8000311,
"resourceId": 5001001,
"resourceName": "test01"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T15:00:47+08:00",
"status": "SUCCESS"
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T14:51:45+08:00",
"eventInfo": "{\"request\":{\"menuPermissions\":[{\"menus\":[\"*\"],\"type\":\"CREDENTIAL\"},{\"menus\":[\"HOST\",\"ALARM\",\"DASHBOARD\",\"INFORMATION\",\"PLAN\",\"INSPECTION\",\"LOG\",\"PACKAGE\",\"CREDENTIAL\",\"CERTIFICATE\",\"TAG\",\"PROPERTY\",\"TASK\"],\"type\":\"GLOBAL\"},{\"menus\":[\"*\"],\"type\":\"ALARM\"},{\"menus\":[\"*\"],\"type\":\"PROPERTY\"},{\"menus\":[\"*\"],\"type\":\"LOG\"},{\"menus\":[\"*\"],\"type\":\"TAG\"},{\"menus\":[\"*\"],\"type\":\"HOST\"},{\"menus\":[\"*\"],\"type\":\"INSPECTION\"},{\"menus\":[\"*\"],\"type\":\"TASK\"},{\"menus\":[\"*\"],\"type\":\"PLAN\"},{\"menus\":[\"*\"],\"type\":\"DASHBOARD\"},{\"menus\":[\"*\"],\"type\":\"INFORMATION\"},{\"menus\":[\"*\"],\"type\":\"PACKAGE\"},{\"menus\":[\"*\"],\"type\":\"CERTIFICATE\"}],\"organizationId\":10000000,\"permissions\":[],\"rolePermissions\":[{\"actionGroupKey\":\"BINLOG_MANAGE\",\"resources\":[\"*\"]}]},\"id\":5001001}",
"eventType": "OCP_USER_MANAGEMENT",
"executionType": "NEW",
"id": 8000310,
"methodSignature": "com.oceanbase.ocp.server.common.controller.IamController.updateRole",
"operationEvent": "UPDATE_ROLE",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/iam/roles/5001001",
"resourceType": "OCP_ROLE",
"resources": [
{
"id": 8000310,
"resourceId": 5001001,
"resourceName": "test01"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T14:51:44+08:00",
"status": "SUCCESS"
},
{
"clientIp": "xxx.xxx.xxx.1",
"endTime": "2025-04-29T14:50:57+08:00",
"eventInfo": "{\"request\":{\"menuPermissions\":[{\"menus\":[\"*\"],\"type\":\"CREDENTIAL\"},{\"menus\":[\"HOST\",\"ALARM\",\"DASHBOARD\",\"INFORMATION\",\"PLAN\",\"INSPECTION\",\"LOG\",\"PACKAGE\",\"CREDENTIAL\",\"CERTIFICATE\",\"TAG\",\"PROPERTY\",\"TASK\"],\"type\":\"GLOBAL\"},{\"menus\":[\"*\"],\"type\":\"ALARM\"},{\"menus\":[\"*\"],\"type\":\"PROPERTY\"},{\"menus\":[\"*\"],\"type\":\"LOG\"},{\"menus\":[\"*\"],\"type\":\"TAG\"},{\"menus\":[\"*\"],\"type\":\"HOST\"},{\"menus\":[\"*\"],\"type\":\"INSPECTION\"},{\"menus\":[\"*\"],\"type\":\"TASK\"},{\"menus\":[\"*\"],\"type\":\"PLAN\"},{\"menus\":[\"*\"],\"type\":\"DASHBOARD\"},{\"menus\":[\"*\"],\"type\":\"INFORMATION\"},{\"menus\":[\"*\"],\"type\":\"PACKAGE\"},{\"menus\":[\"*\"],\"type\":\"CERTIFICATE\"}],\"organizationId\":10000000,\"permissions\":[],\"rolePermissions\":[{\"actionGroupKey\":\"HOST_MAINTAIN\",\"resources\":[\"*\"]}]},\"id\":5001001}",
"eventType": "OCP_USER_MANAGEMENT",
"executionType": "NEW",
"id": 8000309,
"methodSignature": "com.oceanbase.ocp.server.common.controller.IamController.updateRole",
"operationEvent": "UPDATE_ROLE",
"operatorId": 3001017,
"operatorName": "docs",
"requestUrl": "http://xxx.xxx.xxx.2:10550/api/v2/iam/roles/5001001",
"resourceType": "OCP_ROLE",
"resources": [
{
"id": 8000309,
"resourceId": 5001001,
"resourceName": "test01"
}
],
"serverIp": "xxx.xxx.xxx.2",
"startTime": "2025-04-29T14:50:57+08:00",
"status": "SUCCESS"
}
],
"page": {
"number": 1,
"size": 10,
"totalElements": 44,
"totalPages": 5
}
},
"duration": 22,
"server": "74f95ea2f4",
"status": 200,
"successful": true,
"timestamp": "2025-04-29T17:42:37.246+08:00",
"traceId": "05c8c34123194eb9"
}
