Feature description
Queries historical events of OCP. You can query historical events by specifying parameters such as event type, operation name, resource name, operator ID, event information, event status, and time range.
Call instructions
Interface constraints
The caller needs to be authenticated through OCP Application Service.
The caller needs to have the permission to view historical events (AUDIT VIEWER).
Request path
GET /api/v2/audit/events
Parameters
| Parameter | Type | Required | Example value | Description |
|---|---|---|---|---|
| eventType | StringArray | No | COMPUTE_HOST_MANAGEMENT,OB_CLUSTER_MANAGEMENT | For more information, see Event type. |
| operationEvent | StringArray | No | ADD_OB_ZONES, DELETE_OB_ZONES | For more information, see Operation Events. |
| resourceName | String | No | my_ob_cluster | The name of the resource, which is used for managing the cluster, backing up and restoring the data, and is the name of the cluster. If it is for managing the host, the name is the IP address of the host. If it is for managing the tenant, the name is cluster name:tenant name. If it is for managing the OCP user, the name is the username of the OCP user. If it is for managing the OCP cluster, the name is the name of the OCP cluster. |
| operatorId | LongArray | No | 1,2,3 | The ID of the operator, which corresponds to the OCP user ID. |
| eventInfo | String | None | {"clusterId":1} | Event information, corresponding to the request parameters when an operation event occurs. |
| status | String | N/A | SUCCESS | The current status of the event. Valid values: SUCCESS and FAILED. |
| startTime | OffsetDateTime | Required | 2021-09-07T19:04:42.768+08:00 | The start time of the time period during which the event occurred. |
| endTime | OffsetDateTime | No | 2021-09-08T19:04:42.768+08:00 | The end time of the event occurrence period. |
| page | Integer | No | 1 | The page number for pagination. |
| size | Integer | No | 10 | The number of rows per page. |
| order | String | N | startTime,desc | The parameters for sorting and pagination. |
Event Type
| Event Type | Type Description |
|---|---|
| COMPUTE_HOST_MANAGEMENT | Host Management. |
| OB_CLUSTER_MANAGEMENT | OceanBase Cluster Management. |
| ARBITRATION_SERVICE_MANAGEMENT | Arbitration service management. |
| ARBITRATION_SERVICE_GROUP_MANAGEMENT | Manage arbitration service groups. |
| OB_TENANT_MANAGEMENT | Tenant Management |
| OB_PROXY_CLUSTER_MANAGEMENT | ObProxy Cluster Management. |
| BINLOG_SERVICE_MANAGEMENT | Binlog Service Management. |
| 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. |
| MONITOR_CUSTOMIZE_MANAGEMENT | Monitor customization. |
| MONITOR_DASHBOARD_MANAGEMENT | Monitor Dashboard Management. |
| OCP_PROPERTY_MANAGEMENT | OCP parameter management. |
| TAG_MANAGEMENT | Manage labels. |
| SQL_PERF_MANAGEMENT | SQL Performance Management. |
| ORGANIZATION_MANAGEMENT | Organize management. |
| CONTINGENCY_MANAGEMENT | Contingency Management. |
| COLLECTIONS_MANAGEMENT | Information Collection Management. |
| REPORT_CENTER_MANAGEMENT | Manage Report Center. |
| CERTIFICATE_MANAGEMENT | Certificate Management. |
| AI_ASSISTANT_MODEL_MANAGEMENT | Manages AI assistant models. |
Operation Events
| Incident Description | Event Type | Description |
|---|---|---|
| ADD_HOSTS | COMPUTE_HOST_MANAGEMENT | Adds a host. |
| DELETE_HOSTS | COMPUTE_HOST_MANAGEMENT | Delete host. |
| BATCH_DELETE_HOSTS | COMPUTE_HOST_MANAGEMENT | Batch delete hosts. |
| UPDATE_HOST | COMPUTE_HOST_MANAGEMENT | Modify the information about the host. |
| INSTALL_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Installs OCP-Agent. |
| STOP_OCP_AGENT | COMPUTE_HOST_MANAGEMENT | Stop 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 batch. |
| 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 OceanBase cluster in read-only mode. |
| STOP_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Stop an OceanBase cluster. |
| RESTART_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Restart an OceanBase cluster. |
| UPGRADE_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Upgrade OceanBase cluster. |
| DELETE_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Delete an OceanBase cluster. |
| TAKE_OVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Take over OceanBase clusters. |
| MOVE_OUT_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Move out an OceanBase cluster. |
| SWITCHOVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | routine switching |
| FAILOVER_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Failover management. |
| DISCONNECT_STANDBY_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Disconnects a standby cluster. |
| UPDATE_OB_CLUSTER_PARAMETERS | OB_CLUSTER_MANAGEMENT | Modify parameters of an OceanBase cluster. |
| CHANGE_OB_CLUSTER_PASSWORD | OB_CLUSTER_MANAGEMENT | Modifies the password of an OceanBase cluster. |
| UPDATE_OB_CLUSTER_STATUS | OB_CLUSTER_MANAGEMENT | Modifies the status of OceanBase clusters. |
| ADD_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Add an OBServer. |
| BATCH_ADD_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Add OBServer in batches. |
| DELETE_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Deletes an OBServer. |
| START_OB_SERVER | OB_CLUSTER_MANAGEMENT | Start OBServer. |
| STOP_OB_SERVER | OB_CLUSTER_MANAGEMENT | Stop the OBServer. |
| RESTART_OB_SERVER | OB_CLUSTER_MANAGEMENT | Restart the OBServer. |
| BATCH_DELETE_OB_SERVERS | OB_CLUSTER_MANAGEMENT | Batch delete OBServer. |
| REPLACE_OB_SERVER | OB_CLUSTER_MANAGEMENT | Replace an OBServer node. |
| ADD_OB_ZONES | OB_CLUSTER_MANAGEMENT | Add OBZones. |
| BATCH_ADD_OB_ZONES | OB_CLUSTER_MANAGEMENT | Batch add OBZones. |
| 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 | Update cluster compaction settings. |
| ADD_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Associated arbitration service. |
| REMOVE_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Disassociates the arbitration service. |
| REPLACE_OB_ARBITRATION_SERVICE | OB_CLUSTER_MANAGEMENT | Replace the arbitration service. |
| MODIFY_TOP_SQL_SWITCH | OB_CLUSTER_MANAGEMENT | Enable or disable the Top SQL switch. |
| MODIFY_DEADLOCK_DETECTION_SWITCH | OB_CLUSTER_MANAGEMENT | Modify the deadlocks detection switch. |
| TRIGGER_OB_CLUSTER_COMPACTION | OB_CLUSTER_MANAGEMENT | Trigger OceanBase Cluster Major Compaction. |
| CLEAR_OB_CLUSTER_COMPACTION_ERROR_FLAG | OB_CLUSTER_MANAGEMENT | Clears the status of failed OceanBase compaction. |
| SWITCH_CLUSTER_CGROUP | OB_CLUSTER_MANAGEMENT | Enable/Disable the cgroup for a cluster. |
| MODIFY_ZONE_IDC | OB_CLUSTER_MANAGEMENT | Modify 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 | Delete an OBProxy cluster. |
| UPGRADE_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Upgrade OBProxy. |
| ADD_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Add OBProxy. |
| MOVE_OUT_OB_PROXY | OB_PROXY_CLUSTER_MANAGEMENT | Migrate the OBProxy cluster. |
| RESTART_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Forces a restart of the OBProxy instance. |
| START_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Start OBProxy. |
| STOP_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Stops an OBProxy. |
| HOT_RESTART_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Restart an OBProxy. |
| DELETE_OB_PROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Deletes an OBProxy instance. |
| PATCH_OB_PROXY_CLUSTER | OB_PROXY_CLUSTER_MANAGEMENT | Modify the configurations of an 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 the OBProxy cluster. |
| BATCH_ADD_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Batch Add OBLink. |
| PATCH_OB_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Modify OBLink. |
| DELETE_OB_PROXY_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Delete an OBLink. |
| CHANGE_PROXY_SYS_PASSWORD | OB_PROXY_CLUSTER_MANAGEMENT | Change the proxysys password. |
| CHANGE_PROXYRO_PASSWORD | OB_PROXY_CLUSTER_MANAGEMENT | Modify the password of proxyro. |
| CREATE_TENANT | OB_TENANT_MANAGEMENT | Create a tenant. |
| CREATE_TENANT_ASYNC | OB_TENANT_MANAGEMENT | Asynchronously create 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 | Lock 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 tenant password. |
| MODIFY_TENANT_PRIMARY_ZONE | OB_Tenant_Management | Updates the Primary Zone of 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 a replica. |
| MODIFY_REPLICA | OB_TENANT_MANAGEMENT | Modify replica. |
| DELETE_UNIT | OB_TENANT_MANAGEMENT | Delete the 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 | Create 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 | Revokes privileges granted to the user on a global scale. |
| MODIFY_GLOBAL_PRIVILEGE | OB_TENANT_MANAGEMENT | Modify user privileges. |
| GRANT_DB_PRIVILEGE | OB_TENANT_MANAGEMENT | Grants the user the DB privilege. |
| REVOKE_DB_PRIVILEGE | OB_TENANT_MANAGEMENT | Revoke Database Privileges. |
| GRANT_OBJECT_PRIVILEGE_TO_USER | OB_TENANT_MANAGEMENT | Grants object privileges on specified objects to the specified user. |
| REVOKE_OBJECT_PRIVILEGE_FROM_USER | OB_TENANT_MANAGEMENT | Revoke privileges on objects. |
| MODIFY_OBJECT_PRIVILEGE_FROM_USER | OB_TENANT_MANAGEMENT | Modify object privileges. |
| CHANGE_DB_USER_PASSWORD | OB_TENANT_MANAGEMENT | Change the password of a user. |
| LOCK_DATABASE_USER | OB_TENANT_MANAGEMENT | Locks the database user. |
| UNLOCK_DATABASE_USER | OB_TENANT_MANAGEMENT | Unlock the database user. |
| GRANT_OBJECT_PRIVILEGE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants a role privileges on an object. |
| REVOKE_OBJECT_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revoke the privilege on an object granted to a role. |
| MODIFY_OBJECT_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Modify object privileges of a 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 | Creates a standby tenant. |
| START_LOG_TRANSPORT | OB_TENANT_MANAGEMENT | Enables log transport. |
| SUSPEND_LOG_TRANSPORT | OB_TENANT_MANAGEMENT | Suspend log transport. |
| SWITCHOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Daily tenant switchover |
| BATCH_SWITCHOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Tenant batch daily switchover. |
| FAILOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Tenant disaster recovery. |
| BATCH_FAILOVER_OB_TENANT | OB_TENANT_MANAGEMENT | Batch failover of an OceanBase tenant. |
| DISCONNECT_OB_TENANT | OB_TENANT_MANAGEMENT | Disconnect a tenant. |
| START_TENANT_LOG_BACKUP | OB_TENANT_MANAGEMENT | Enable tenant log backup. |
| CREATE_SERVICE_NAME | OB_TENANT_MANAGEMENT | Specifies the name of the service to be created. |
| DELETE_SERVICE_NAME | OB_TENANT_MANAGEMENT | The name of the service to be deleted. |
| MODIFY_SERVICE_NAME | OB_TENANT_MANAGEMENT | Modify service name. |
| CREATE_SAMPLING_INSPECT_STRATEGY | BACKUP_RESTORE | Create a sampling inspection strategy. |
| CREATE_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Creates a cluster backup strategy. |
| CREATE_BACKUP_STRATEGY | BACKUP_RESTOR | Create a backup strategy. |
| START_CLUSTER_DATA_BACKUP | BACKUP_RESTORE | Initiate cluster data backup. |
| START_DATA_BACKUP | BACKUP_RESTORE | Initiate data backup. |
| START_LOG_BACKUP | BACKUP_RESTORE | Initiates a 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 | Initiates tenant-level restore. |
| START_RESTORE_TENANT | BACKUP_RESTORE | Initiate 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 | Delete 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 the 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 packages. |
| TRANSFER_STANDALONE_TO_DISTRIBUTED | OB_CLUSTER_MANAGEMENT | Transfers a single-node deployment to a distributed cluster. |
| CREATE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Creates a credential. |
| UPDATE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Update credentials. |
| DELETE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Delete credential. |
| BATCH_DELETE_CREDENTIAL | CREDENTIAL_MANAGEMENT | Batch delete credentials. |
| EXPORT_CREDENTIAL | CREDENTIAL_MANAGEMENT | Export the credential. |
| IMPORT_CREDENTIAL | CREDENTIAL_MANAGEMENT | Import credential. |
| UPDATE_OBCLUSTER_AGENT_CONFIG_PARAMETERS | OB_CLUSTER_MANAGEMENT | Modify OceanBase cluster agent parameter configuration. |
| RESET_OBCLUSTER_AGENT_CONFIG_PARAMETERS | OB_CLUSTER_MANAGEMENT | Resets OceanBase cluster agent parameter configurations. |
| UPDATE_HOST_AGENT_CONFIG_PARAMETERS | COMPUTE_HOST_MANAGEMENT | Modify the parameters of the host Agent. |
| RESET_HOST_AGENT_CONFIG_PARAMETERS | COMPUTE_HOST_MANAGEMENT | Resets the parameters of the host Agent. |
| UPDATE_CLUSTER_LOAD_TYPE | OB_CLUSTER_MANAGEMENT | Modifies the cluster load 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 | Reinstall the OCP-Agent |
| REFRESH_HOST_AGENT_CONFIGS | COMPUTE_HOST_MANAGEMENT | Refreshes the configurations of all agents. |
| PUT_MODULE_CONFIG_CHANGE | COMPUTE_HOST_MANAGEMENT | Add the definition for Agent module_config change. |
| BATCH_RESTART_AGENTS | COMPUTE_HOST_MANAGEMENT | Batch restarts the OCP-Agents on the specified host. |
| BATCH_STOP_AGENTS | COMPUTE_HOST_MANAGEMENT | To batch stop OCP-Agents. |
| DISABLE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Disable Personal Access Key. |
| DELETE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Delete the AccessKey. |
| CREATE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Create AccessKey. |
| ENABLE_MY_ACCESS_KEY | PROFILE_MANAGEMENT | Enable your AccessKey. |
| CHANGE_PASSWORD | PROFILE_MANAGEMENT | Change user password. |
| UPDATE_PROFILE | PROFILE_MANAGEMENT | Modify your personal information. |
| CREATE_ALARM | ALARM_MANAGEMENT | Generates an alarm event. |
| CREATE_ALARM_FILTER | ALARM_MANAGEMENT | Create an alarm filter. |
| CREATE_ALARM_GROUP | ALARM_MANAGEMENT | Creates an alert group. |
| CLONE_ALARM_GROUP | ALARM_MANAGEMENT | Copy an Alarm Group. |
| CREATE_NOTIFICATION | ALARM_MANAGEMENT | Sends a notification. |
| CREATE_ALARM_RULE | ALARM_MANAGEMENT | Creates an alert rule. |
| DELETE_ALARM_FILTER | ALARM_MANAGEMENT | Delete an alarm filter. |
| DELETE_ALARM_GROUP | ALARM_MANAGEMENT | Deletes an alarm group. |
| ADD_ALARM_GROUPS_ALARM_TYPES | ALARM_MANAGEMENT | Add multiple monitoring items to multiple alarm groups at a time. |
| DELETE_ALARM_RULE | ALARM_MANAGEMENT | Delete an alarm rule. |
| DELETE_ALARM_RULES | ALARM_MANAGEMENT | Batch delete an alarm rule. |
| RESOLVE_ALARM | ALARM_MANAGEMENT | Manually restore the alert. |
| CREATE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Create an alarm template. |
| UPDATE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Updates an alarm template. |
| DELETE_ALARM_TEMPLATE | ALARM_MANAGEMENT | Delete an alarm template. |
| SET_ALARM_TEMPLATE_TARGETS | ALARM_MANAGEMENT | Set the target of an alarm template. |
| SET_ALARM_TEMPLATE_STATUS | ALARM_MANAGEMENT | Set the status of an alarm 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 alert filters. |
| UPDATE_ALARM_GROUP | ALARM_MANAGEMENT | Updates an alert group. |
| UPDATE_ALARM_RULE | ALARM_MANAGEMENT | Update an alarm rule. |
| CREATE_SUBSCRIPTION | ALARM_MANAGEMENT | Configures the subscription. |
| DELETE_SUBSCRIPTION | ALARM_MANAGEMENT | Deletes a subscription configuration. |
| UPDATE_SUBSCRIPTION | ALARM_MANAGEMENT | Update the subscription configuration. |
| DELETE_ALARM_GROUPS_ALARM_TYPES | ALARM_MANAGEMENT | Batch delete the alarms in the specified alarm group. |
| MODIFY_COMPACTION_SETTING | OB_TENANT_MANAGEMENT | Modify the minor compaction and major compaction settings of a tenant. |
| SUSPEND_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Suspend tenant compactions. |
| RESUME_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Continue major compaction for tenants. |
| CLEAR_COMPACTION_ERROR | OB_TENANT_MANAGEMENT | Clears the status of a failed compaction. |
| TRIGGER_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Trigger a tenant compaction task. |
| BATCH_SUSPEND_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Batch suspend major compaction. |
| BATCH_RESUME_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Batch resume tenant compaction. |
| BATCH_MODIFY_COMPACTION_SETTINGS | OB_TENANT_MANAGEMENT | Batch modify major compaction settings. |
| BATCH_TRIGGER_TENANT_COMPACTION | OB_TENANT_MANAGEMENT | Batch Trigger Tenant Compaction |
| BATCH_CLEAR_COMPACTION_ERROR | OB_TENANT_MANAGEMENT | Batch clear failed compactions. |
| ROLLBACK_MIGRATE_UNIT | OB_CLUSTER_MANAGEMENT | Rollback unit migration. |
| MIGRATE_UNIT | OB_CLUSTER_MANAGEMENT | Triggers unit migration. |
| TRY_DELETE_UNUSED_UNIT | OB_CLUSTER_MANAGEMENT | Attempts to delete unassociated resources. |
| 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 an inspection item. |
| MODIFY_INSPECTION_SCHEDULE_RULE | INSPECTION_MANAGEMENT | Modify inspection schedule rules. |
| SWITCH_INSPECTION_ITEM | INSPECTION_MANAGEMENT | Set the inspection switch. |
| DELETE_INSPECTION_REPORT | INSPECTION_MANAGEMENT | Delete inspection report. |
| REFRESH_POLICY | OCP_USER_MANAGEMENT | Refresh control policy |
| MODIFY_OB_CLUSTER_CONFIG_PARAMETERS_SWITCH | OB_CLUSTER_MANAGEMENT | Modify the type switch of the cluster configuration parameters. |
| BATCH_MODIFY_OCP_MONITOR_PASSWORD | OB_TENANT_MANAGEMENT | Change the passwords of ocp_monitor in all clusters. |
| TAG_RESOURCE_BY_KEY_VALUE | TAG_MANAGEMENT | The resources to which the tags are bound. |
| BATCH_CREATE_TAGS | TAG_MANAGEMENT | Create tags in batches. |
| UPDATE_TAG | TAG_MANAGEMENT | Modify the tag information. |
| DELETE_TAG | TAG_MANAGEMENT | Delete a specified tag. |
| TAG_RESOURCES | TAG_MANAGEMENT | Bind or unbind resources to tags. |
| CREATE_TAG | TAG_MANAGEMENT | Create a tag. |
| UPDATE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Updates a monitor dashboard. |
| DELETE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Delete a monitoring dashboard. |
| CREATE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Create Monitor Dashboard |
| MOVE_MONITOR_DASHBOARDS | MONITOR_DASHBOARD_MANAGEMENT | Move Monitor Dashboards |
| UPDATE_PROPERTY | OCP_PROPERTY_MANAGEMENT | Modify the configuration. |
| REFRESH_PROPERTIES | OCP_PROPERTY_MANAGEMENT | Refreshes all the configuration information. |
| CLOUD_CLOSE_TENANT_SESSION | OB_TENANT_MANAGEMENT | Close current sessions for tenants in multi-cloud mode. |
| CLOSE_TENANT_SESSION | OB_TENANT_MANAGEMENT | Close the current session, supports batch operation. |
| DISABLE_SESSION_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Disable session-level end-to-end tracing. |
| SET_SESSION_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Modify the end-to-end session trace configuration. |
| CLOSE_TENANT_QUERY | OB_TENANT_MANAGEMENT | Close the current query, which supports batch operations. |
| OPEN_LOG_BACKUP_PIECE_SWITCH | BACKUP_RESTORE | Specifies whether to switch log backup files. |
| DELETE_DATA_BACKUP | BACKUP_RESTORE | Deletes data backup files. |
| SET_BACKUP_DESTINATION | BACKUP_RESTORE | Sets the backup path for the cluster. |
| START_CLUSTER_RESTORE_PREVIEW | BACKUP_RESTORE | Initiates a cluster restore preview. |
| UPDATE_OB_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Modifies the cluster backup strategy. |
| REMOVE_OB_CLUSTER_BACKUP_STRATEGY | BACKUP_RESTORE | Deletes a backup strategy for a cluster. |
| START_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Start the cluster backup schedule. |
| STOP_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Stops the backup scheduling of the cluster. |
| UPLOAD_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Upload software package. |
| CREATE_PACKAGE | SOFTWARE_PACKAGE_MANAGEMENT | Creates a software package. |
| CREATE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Create a monitoring metric item. |
| UPDATE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Modify the monitoring metric item. |
| DELETE_MONITOR_METRIC_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete a monitoring metric. |
| CREATE_MONITOR_COLLECT_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Creates an SQL-type monitored item. |
| DELETE_MONITOR_COLLECT_ITEMS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete a monitor collection item. |
| CREATE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Create monitoring charts. |
| UPDATE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Update a monitor visualization. |
| DELETE_MONITOR_VISUALIZATIONS | MONITOR_CUSTOMIZE_MANAGEMENT | Delete monitoring chart. |
| MODIFY_CLUSTER_RESOURCE_SETTINGS | OB_CLUSTER_MANAGEMENT | Modify cluster resource management parameters. |
| STOP_HOST_AGENT_PROCESS | COMPUTE_HOST_MANAGEMENT | Stops an agent process. |
| RESTART_HOST_AGENT_PROCESS | COMPUTE_HOST_MANAGEMENT | Restart the host agent process. |
| DELETE_LB_INSTANCE | OB_PROXY_CLUSTER_MANAGEMENT | Delete an LB instance. |
| ADD_LB_INSTANCE | OB_PROXY_CLUSTER_MANAGEMENT | Add an LB instance. |
| BATCH_SWITCH_OBPROXY_BIND_CORE_STATE | OB_PROXY_CLUSTER_MANAGEMENT | Enables you to batch enable or disable the binding of OBProxy nodes to their associated Kubernetes clusters. |
| 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 | Export the information of the lb instance of the cluster. |
| 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 | Deletes an OBProxy server. |
| UPGRADE_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Upgrade OBProxy Server. |
| BATCH_DELETE_OB_LINK | OB_PROXY_CLUSTER_MANAGEMENT | Delete associations between an OceanBase cluster and multiple OBProxies. |
| ONLINE_OBPROXY_SERVERS | OB_PROXY_CLUSTER_MANAGEMENT | Start OBProxy server. |
| START_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Start the OBProxy server. |
| OFFLINE_OBPROXY_SERVERS | OB_PROXY_CLUSTER_MANAGEMENT | Offline OBProxy server. |
| RESTART_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Restart the OBProxy server. |
| ONLINE_OBPROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Online OBProxies. |
| OFFLINE_OBPROXIES | OB_PROXY_CLUSTER_MANAGEMENT | Offline OBProxy. |
| STOP_OBPROXY_SERVER | OB_PROXY_CLUSTER_MANAGEMENT | Stops the 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 | Refreshes the parameters of OBProxy. |
| PARSE_LB_INSTANCE_CONFIG_FILE | OB_PROXY_CLUSTER_MANAGEMENT | Parses a file to obtain the information about LB instances. |
| CREATE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Specifies the load balancing application configuration of an OBProxy cluster. |
| UPDATE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Modifies the load balancing application configuration for the OBProxy cluster. |
| DELETE_OBPROXY_LOAD_BALANCE_APP | OB_PROXY_CLUSTER_MANAGEMENT | Deletes the load balancing application configuration of an OBProxy cluster. |
| CREATE_OB_PROXY_CPU_CORE_BIND_CONFIG | OB_PROXY_CLUSTER_MANAGEMENT | Add OBProxy core bind configurations. |
| MODIFY_OB_PROXY_CPU_CORE_BIND_CONFIG | OB_PROXY_CLUSTER_MANAGEMENT | Modify the CPU core bind configuration of an OBProxy. |
| UPDATE_ALARM_CHANNEL | ALARM_MANAGEMENT | Update the channel. |
| DELETE_ALARM_CHANNEL | ALARM_MANAGEMENT | Deletes an alarm 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 | Disable end-to-end trace configuration. |
| SET_TRACE_CONFIG | OB_TENANT_MANAGEMENT | Modifies end-to-end tracing configuration. |
| TAG_OB_TENANT | OB_TENANT_MANAGEMENT | Bind/Unbind Tenant Tag |
| DELETE_UNIT_GROUP | OB_TENANT_MANAGEMENT | Delete a specified unit group. |
| MODIFY_TENANT_DESCRIPTION | OB_TENANT_MANAGEMENT | Modify tenant notes. |
| IMPORT_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Import a cluster. |
| MARK_META_CLUSTER | OB_CLUSTER_MANAGEMENT | Specify the meta cluster. |
| SYNC_CLUSTER | OB_CLUSTER_MANAGEMENT | Synchronize cluster information. |
| BATCH_SWITCH_OB_BIND_CORE_STATE | OB_CLUSTER_MANAGEMENT | Batch enable/disable OceanBase bind core. |
| TAG_OB_CLUSTER | OB_CLUSTER_MANAGEMENT | Bind/Unbind Cluster Tag. |
| CREATE_OB_CPU_CORE_BIND_CONFIG | OB_CLUSTER_MANAGEMENT | Add an OceanBase bind core configuration. |
| MODIFY_OB_CPU_CORE_BIND_CONFIG | OB_CLUSTER_MANAGEMENT | Modify the OceanBase bind core configuration. |
| CREATE_CONSUMER_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 resource management plans. |
| 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 | Create a resource management plan. |
| DELETE_RESOURCE_PLAN | OB_TENANT_MANAGEMENT | Deletes a resource management plan. |
| DELETE_CONSUMER_GROUP | OB_TENANT_MANAGEMENT | Deletes a consumer 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 for data unloader. |
| ADD_BACKUP_RESTORE_MACHINES | BACKUP_RESTORE | To add a backup restore service. |
| ADD_RESTORE_SOURCE | BACKUP_RESTORE | Specifies the path to restore the data. |
| CANCEL_RESTORE_TASK | BACKUP_RESTORE | Cancel a restore task. |
| START_RESTORE_PREVIEW | BACKUP_RESTORE | Initiate 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 component service. |
| UPGRADE_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Upgrades the service version. |
| UPDATE_BACKUP_RESTORE_SERVICE_CONFIG | BACKUP_RESTORE | Update service configuration. |
| DELETE_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Delete Backup Restore Service. |
| START_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Start a service on a server. |
| UNINSTALL_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Uninstall the service on the specified machine. |
| RESTART_BACKUP_RESTORE_SERVICE | BACKUP_RESTORE | Restart the service. |
| CREATE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Creates a tenant parameter template. |
| UPDATE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Modifies the tenant parameter template. |
| DELETE_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Delete a tenant parameter template. |
| EXPORT_TENANT_PARAMETER_TEMPLATE | OB_TENANT_MANAGEMENT | Allows you to export a tenant parameter template. |
| PARSE_TENANT_PARAMETER_TEMPLATE_FILE | OB_TENANT_MANAGEMENT | Parses the tenant parameter template YAML file. |
| LOCK_USER | OCP_USER_MANAGEMENT | Locks a specified user account. |
| DELETE_ACCESS_KEY | OCP_USER_MANAGEMENT | Delete an AccessKey. |
| CREATE_ACCESS_KEY | OCP_USER_MANAGEMENT | Create AccessKey. |
| ENABLE_ACCESS_KEY | OCP_USER_MANAGEMENT | Enable AccessKey. |
| DISABLE_ACCESS_KEY | OCP_USER_MANAGEMENT | Disables an AccessKey. |
| DELETE_LOGIN_RECORD | OCP_USER_MANAGEMENT | Delete user login information. |
| UN_LOCK_USER | OCP_USER_MANAGEMENT | Unlock a specified user account. |
| CREATE_ALARM_METRIC_META | ALARM_MANAGEMENT | Creates an alert metric rule. |
| START_DIAGNOSIS | SQL_PERF_MANAGEMENT | Initiates a diagnostic task. |
| BATCH_CLOSE_TRANSACTION | SQL_PERF_MANAGEMENT | Batch close transactions. |
| BATCH_DROP_SQL_OUTLINE | SQL_PERF_MANAGEMENT | Batch drop outline. |
| CREATE_OUTLINE | SQL_PERF_MANAGEMENT | Binds an Outline to an SQL statement. |
| BATCH_CREATE_OUTLINE | SQL_PERF_MANAGEMENT | Bind Outline to SQL |
| DELETE_OUTLINE | SQL_PERF_MANAGEMENT | Deletes the outline of the specified SQL query. |
| GENERATE_ASH_REPORT_V2 | SQL_PERF_MANAGEMENT | Generate an ASH performance report. |
| GENERATE_ASH_REPORT | SQL_PERF_MANAGEMENT | Generate an ASH performance report. |
| GENERATE_WORKLOAD_REPORT | SQL_PERF_MANAGEMENT | Generate workload report. |
| GENERATE_SNAPSHOT | SQL_PERF_MANAGEMENT | Generate a snapshot. |
| MC_CREATE_OUTLINE | SQL_PERF_MANAGEMENT | SQL Bind Outline (MultiCloud) |
| DROP_OUTLINE | SQL_PERF_MANAGEMENT | Drops the outline. |
| CREATE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Creates a cluster parameter template. |
| UPDATE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Modify a cluster parameter template. |
| DELETE_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Deletes a cluster parameter template. |
| EXPORT_CLUSTER_PARAMETER_TEMPLATE | OB_CLUSTER_MANAGEMENT | Export Cluster Parameter Template. |
| PARSE_CLUSTER_PARAMETER_TEMPLATE_FILE | OB_CLUSTER_MANAGEMENT | Parses a YAML file that contains a cluster parameter template. |
| STOP_HOST | COMPUTE_HOST_MANAGEMENT | Stop Host |
| CREATE_REGION | COMPUTE_HOST_MANAGEMENT | Add Region. |
| TAG_COMPUTE_HOST | COMPUTE_HOST_MANAGEMENT | Bind/Unbind Host Tag. |
| IGNORE_SYSTEM_INFO_CHECK | COMPUTE_HOST_MANAGEMENT | Ignore check installation. |
| CREATE_VPC | COMPUTE_HOST_MANAGEMENT | Add a new VPC. |
| UPDATE_VPC | COMPUTE_HOST_MANAGEMENT | Updates the VPC information. |
| REPAIR_SYSTEM_INFO | COMPUTE_HOST_MANAGEMENT | Repairs the installation status of the remote host. |
| AUTO_RE_INSTALL_HOST_AGENT | COMPUTE_HOST_MANAGEMENT | Upgrade the host agent to the latest version. |
| CHECK_AND_REPAIR_SYSTEM_INFO | COMPUTE_HOST_MANAGEMENT | Check and repair the installed software. |
| DELETE_VPC_BY_ID | COMPUTE_HOST_MANAGEMENT | Deletes the specified VPC by ID. |
| START_HOST | COMPUTE_HOST_MANAGEMENT | Start the host. |
| DELETE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Delete a host type. |
| DELETE_REGION | COMPUTE_HOST_MANAGEMENT | Delete a region. |
| DELETE_IDC | COMPUTE_HOST_MANAGEMENT | Delete an IDC. |
| CREATE_IDC | COMPUTE_HOST_MANAGEMENT | Add an IDC. |
| CREATE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Adds a host type. |
| IMPORT_HOST | COMPUTE_HOST_MANAGEMENT | Import a new host. |
| CREATE_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Specifies the specifications for creating a resource unit. |
| MODIFY_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Modifies the specifications of a resource unit. |
| DELETE_UNIT_SPEC | OB_CLUSTER_MANAGEMENT | Deletes a unit specification. |
| ADD_MONITOR_TARGET | COMPUTE_HOST_MANAGEMENT | Add a monitored object to the host. |
| REMOVE_MONITOR_TARGET | COMPUTE_HOST_MANAGEMENT | Removes a monitoring target from the host. |
| DISABLE_AUTO_STATS_GATHER | OB_TENANT_MANAGEMENT | Disables auto-statistics collection. |
| ENABLE_AUTO_STATS_GATHER | OB_TENANT_MANAGEMENT | Specifies whether automatic statistics collection is enabled. |
| 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 an automatic statistics information collection task. |
| CANCEL_AUTO_STATS_GATHER_ATTRIBUTES | OB_TENANT_MANAGEMENT | Cancel an automatic statistics task. This API is available only in OceanBase Database 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 | Update tenant backup strategy. |
| DELETE_OB_TENANT_BACKUP_STRATEGY | BACKUP_RESTORE | Delete tenant backup strategy. |
| START_TENANT_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Start Tenant Backup Scheduling |
| STOP_TENANT_BACKUP_STRATEGY_SCHEDULE | BACKUP_RESTORE | Stop tenant backup schedule. |
| RESTART_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Restart Binlog cluster. |
| STOP_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Stop the Binlog cluster. |
| DELETE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Delete a Binlog cluster. |
| DELETE_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Delete a Binlog Server. |
| CREATE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Create a Binlog cluster. |
| RESTART_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Restart a Binlog Instance. |
| START_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Start Binlog Cluster. |
| STOP_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Stop the Binlog server. |
| ADD_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Add a Binlog Server. |
| START_BINLOG_SERVER | BINLOG_SERVICE_MANAGEMENT | Start the Binlog Server. |
| STOP_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Stop a Binlog instance. |
| START_BINLOG_INSTANCE | BINLOG_SERVICE_MANAGEMENT | Start the 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 | Disconnect the Binlog instance subscription. |
| CONFIGURE_BINLOG_INSTANCE_THROTTLE | BINLOG_SERVICE_MANAGEMENT | Configure throttling for Binlog instances. |
| MODIFY_BINLOG_INSTANCE_PARAMETER | BINLOG_SERVICE_MANAGEMENT | Modify a Binlog instance parameter. |
| MODIFY_BINLOG_CLUSTER_PARAMETER | BINLOG_SERVICE_MANAGEMENT | Modify a binlog cluster parameter. |
| UPGRADE_BINLOG_CLUSTER | BINLOG_SERVICE_MANAGEMENT | Upgrade a Binlog cluster. |
| ACTIVATE_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Enable tenant binlog service. |
| DEACTIVATE_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Deactivates the Binlog service for a tenant. |
| MODIFY_TENANT_BINLOG_SERVICE | OB_TENANT_MANAGEMENT | Modify Binlog service for the tenant. |
| IMPORT_DASHBOARD_JSON | MONITOR_DASHBOARD_MANAGEMENT | Import monitoring dashboard. |
| ADD_USER | ORGANIZATION_MANAGEMENT | Add User. |
| ADD_RESOURCES | ORGANIZATION_MANAGEMENT | Batch add organization resources. |
| UPDATE_ORGANIZATION | ORGANIZATION_MANAGEMENT | Modify organization information. |
| 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 | Remove a user from an organization. |
| ADD_USER_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Add user. |
| DELETE_ORGANIZATION | ORGANIZATION_MANAGEMENT | Delete an organization. |
| REMOVE_RESOURCES | ORGANIZATION_MANAGEMENT | Removes the specified type of resources. |
| CREATE_ORGANIZATIONS | ORGANIZATION_MANAGEMENT | Create organizations in batches. |
| REMOVE_RESOURCES_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Removes the specified resources of the specified type. |
| DELETE_ORGANIZATION_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Delete an organization. |
| UPDATE_ORGANIZATION_BY_EXTERNAL_ID | ORGANIZATION_MANAGEMENT | Modify organization information. |
| SHARE_RESOURCES | ORGANIZATION_MANAGEMENT | Share organization resources. |
| CREATE_BINLOG_CLUSTER_PARAMETER_TEMPLATE | BINLOG_SERVICE_MANAGEMENT | Create a binlog cluster parameter template. |
| UPDATE_BINLOG_CLUSTER_PARAMETER_TEMPLATE | BINLOG_SERVICE_MANAGEMENT | Modifies a Binlog cluster parameter template. |
| DELETE_BINLOG_CLUSTER_PARAMETER_TEMPLATE | BINLOG_SERVICE_MANAGEMENT | Deletes a Binlog cluster parameter template. |
| EXPORT_BINLOG_CLUSTER_PARAMETER_TEMPLATE | BINLOG_SERVICE_MANAGEMENT | Exports the Binlog cluster parameter template. |
| PARSE_BINLOG_CLUSTER_PARAMETER_TEMPLATE_FILE | BINLOG_SERVICE_MANAGEMENT | Parses the YAML file of the cluster parameter template for Binlogs. |
| CREATE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Creates an OBProxy cluster parameter template. |
| UPDATE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Modifies a parameter template for an OBProxy cluster. |
| DELETE_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Delete OBProxy cluster parameter templates. |
| EXPORT_OBPROXY_PARAMETER_TEMPLATE | OB_PROXY_CLUSTER_MANAGEMENT | Export the OBProxy cluster parameter template. |
| PARSE_OBPROXY_PARAMETER_TEMPLATE_FILE | OB_PROXY_CLUSTER_MANAGEMENT | Parses the Yaml file of the OBProxy cluster parameter template. |
| UPDATE_AGENT_RESOURCE_CONFIG | COMPUTE_HOST_MANAGEMENT | Modify parameters of resource configuration for the host Agent. |
| UPDATE_OB_CLUSTER_AGENT_RESOURCE_CONFIG | OB_CLUSTER_MANAGEMENT | Modify the Agent resource configuration parameters of the OceanBase cluster. |
| BATCH_REMOVE_ARBITRATION | OB_CLUSTER_MANAGEMENT | Batch remove arbitration service. |
| BATCH_REPLACE_ARBITRATION | OB_CLUSTER_MANAGEMENT | Batch replace arbitration service. |
| REMOVE_ARBITRATION_ASYNC | OB_CLUSTER_MANAGEMENT | Asynchronously remove the arbitration service. |
| BATCH_ADD_ARBITRATION | OB_CLUSTER_MANAGEMENT | Add an arbitration service to the cluster. |
| ADD_ARBITRATION_ASYNC | OB_CLUSTER_MANAGEMENT | Asynchronously add an arbitration service. |
| CREATE_TABLESPACE | OB_TENANT_MANAGEMENT | Creates a tablespace. |
| ENABLE_TDE | OB_TENANT_MANAGEMENT | Enables tenant TDE. |
| BATCH_LOCK_DB_USER | OB_TENANT_MANAGEMENT | Batch lock a database user. |
| BATCH_UN_LOCK_DB_USER | OB_TENANT_MANAGEMENT | Batch Unlock Database User. |
| CREATE_REPORT | OB_CLUSTER_MANAGEMENT | Create a report. |
| DELETE_REPORT | OB_CLUSTER_MANAGEMENT | Delete report. |
| DOWNLOAD_REPORT | OB_CLUSTER_MANAGEMENT | Download report. |
| CREATE_CERTIFICATE_GROUP | CERTIFICATE_MANAGEMENT | Creates a certificate group. |
| DELETE_CERTIFICATE_GROUP | CERTIFICATE_MANAGEMENT | Deletes a certificate group. |
| ENABLE_OBPROXY_SSL | OB_PROXY_CLUSTER_MANAGEMENT | Enables SSL authentication for the OBProxy cluster. |
| UPDATE_OBPROXY_SSL_CERTIFICATES | OB_PROXY_CLUSTER_MANAGEMENT | Update the SSL certificate of OBProxy clusters. |
| DISABLE_OBPROXY_SSL | OB_PROXY_CLUSTER_MANAGEMENT | Disables the SSL verification for OBProxy clusters. |
| ENABLE_OB__SSL | OB_CLUSTER_MANAGEMENT | Enables SSL authentication for the OceanBase cluster. |
| UPDATE_OB_SSL_CERTIFICATES | OB_CLUSTER_MANAGEMENT | Updates OceanBase Cluster SSL Certificates. |
| DISABLE_OB_SSL | OB_CLUSTER_MANAGEMENT | Disable OceanBase cluster SSL authentication. |
| UPDATE_REGION | COMPUTE_HOST_MANAGEMENT | Modify the region. |
| UPDATE_IDC | COMPUTE_HOST_MANAGEMENT | Update IDC. |
| UPDATE_HOST_TYPE | COMPUTE_HOST_MANAGEMENT | Update 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 role. |
| CREATE_DATABASE_ROLE | OB_TENANT_MANAGEMENT | Create a database role. |
| DELETE_DATABASE_ROLE | OB_TENANT_MANAGEMENT | Deletes a database role. |
| GRANT_GLOBAL_PRIVILEGE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants global privileges to a role. |
| REVOKE_GLOBAL_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revokes a global privilege from a role. |
| MODIFY_GLOBAL_PRIVILEGE_FROM_ROLE | OB_TENANT_MANAGEMENT | Modifies the global privileges of a role. |
| GRANT_ROLE_TO_ROLE | OB_TENANT_MANAGEMENT | Grants a role to another role. |
| REVOKE_ROLE_FROM_ROLE | OB_TENANT_MANAGEMENT | Revoke a role from a role. |
| MODIFY_ROLE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Modifies an Oracle role. |
| REGISTER_FOLLOWER_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Register a follower OCP cluster. |
| DELETE_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Delete an OCP cluster. |
| LEAVE_FOLLOWER_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Disassociate the OCP Cluster. |
| FAILOVER_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | OCP cluster disaster recovery. |
| SWITCHOVER_MC_OCP_CLUSTER | OCP_CLUSTER_MANAGEMENT | Daily switching for OCP clusters |
| CREATE_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Creates an arbitration service. |
| STOP_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Stop the arbitration service. |
| START_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Starts 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 an arbitration service. |
| MOVE_OUT_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Move out an arbitration service. |
| TAG_ARBITRATION_SERVICE | ARBITRATION_SERVICE_MANAGEMENT | Binds/Unbinds a Tag to an Arbitration Service. |
| UPDATE_OCP_CLUSTER_CONFIG | OCP_CLUSTER_MANAGEMENT | Update OCP cluster configuration. |
| REVOKE_ROLE_FROM_ORACLE_USER | OB_TENANT_MANAGEMENT | Revoke 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 a role from an 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 an Oracle role to a role. |
| DELETE_DB_ROLE | OB_TENANT_MANAGEMENT | Deletes 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 on an Oracle role. |
| REVOKE_GLOBAL_PRIVILEGE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Revoke global privileges from an Oracle role. |
| MODIFY_GLOBAL_PRIVILEGE_FROM_ORACLE_ROLE | OB_TENANT_MANAGEMENT | Modify system privileges of an Oracle role. |
| UPDATE_ORACLE_AUDIT_CONFIG | OB_TENANT_MANAGEMENT | Update an Oracle audit configuration. |
| ENABLE_ORACLE_AUDIT | OB_TENANT_MANAGEMENT | Enable Oracle audit. |
| DISABLE_ORACLE_AUDIT | OB_TENANT_MANAGEMENT | Disable Oracle audit. |
| CREATE_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | Create a contingency plan. |
| CONFIRM_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | Verify the contingency plan. |
| RETRY_CONTINGENCY_PLAN | CONTINGENCY_MANAGEMENT | The plan that is used to handle failures and take over when a failover happens. |
| DELETE_CONTINGENCY_PLAN_CONFIG | CONTINGENCY_MANAGEMENT | Deletes a contingency plan configuration. |
| ENABLE_CONTINGENCY_PLAN_CONFIG | CONTINGENCY_MANAGEMENT | Enable the contingency plan configuration. |
| RUN_CONTINGENCY_OPERATION | CONTINGENCY_MANAGEMENT | Execute contingency operations. |
| SAVE_PLAN_CONFIGS | CONTINGENCY_MANAGEMENT | Save plan configurations. |
| DOWNLOAD_COLLECTIONS_REPORT | COLLECTIONS_MANAGEMENT | Download an information collection report. |
| CANCEL_COLLECTION | COLLECTIONS_MANAGEMENT | Cancel information collection. |
| SET_COLLECTION_SOURCE_STATUS | COLLECTIONS_MANAGEMENT | Set the switch for the event source. |
| DOWNLOAD_COLLECTION_REPORT_FILE | COLLECTIONS_MANAGEMENT | Download a collection report file. |
| CREATE_COLLECTION | COLLECTIONS_MANAGEMENT | Create information collection. |
| 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 | Deletes an arbitration service group. |
| UPGRADE_ARBITRATION_SERVICE_GROUP | ARBITRATION_SERVICE_GROUP_MANAGEMENT | Upgrade arbitration service group. |
| DELETE_LARGE_MODEL | AI_ASSISTANT_MODEL_MANAGEMENT | Delete a model. |
| SET_SYSTEM_MODELS | AI_ASSISTANT_MODEL_MANAGEMENT | Set system models. |
| MODIFY_LARGE_MODEL_PROVIDER | AI_ASSISTANT_MODEL_MANAGEMENT | Modify the model vendor. |
| CREATE_LARGE_MODEL | AI_ASSISTANT_MODEL_MANAGEMENT | Add Model. |
Returned result
| Parameter | Type | Description |
|---|---|---|
| data | Object | The requested data. |
| ├─ contents | Array | For more information, see the data structure of AuditEventHistory. |
| ├─ page | Object | For more information, see page parameter details. |
| successful | Boolean | Indicates whether the request is successful. |
| timestamp | Datetime | The timestamp when the server finishes the request. |
| 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 status code standard. |
| traceId | String | The Trace ID of the request, which is used to troubleshoot issues. |
| server | String | The address of the application service that responds to the request. |
Data structure of AuditEventHistory
| Parameter | Type | Description |
|---|---|---|
| id | Long | The ID of the history event. |
| operationEvent | String | The operation type. For more information, see the Operation Events section in the preceding table. |
| eventType | String | The event type. For more information, see the Event Type section in the preceding table. |
| resourceType | String | The resource type. Valid values: COMPUTE_HOST (host), OB_TENANT (tenant), OB_CLUSTER (OceanBase cluster), OB_PROXY_CLUSTER (OBProxy cluster), OCP_USER (OCP user), OCP_ROLE (OCP role), and OCP_CLUSTER (OCP cluster). |
| resourceId | Long | The ID of the resource, such as the host ID, OceanBase cluster ID, OBProxy ID, and tenant ID. |
| resourceName | String | The name of the resource, such as the OceanBase cluster name, host IP address, and tenant name. |
| parentResource | String | The name of the parent resource. If a parent resource exists, this field indicates the name of the parent resource. Example: The parent resource of a tenant is the cluster. When resourceName indicates the name of the tenant, parentResource indicates the name of the cluster. |
| operatorName | String | The name of the operator, that is, the OCP username. |
| operatorId | Long | The ID of the operator, that is, the OCP user ID. |
| status | String | The event status. Valid values: SUCCESS and FAILED. |
| taskId | Long | The task ID. 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 is performed. |
| clientIp | String | The IP address of the client that performs 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. |
| totalPages | 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"
}