Feature
This view shows the historical information about backup cleanup tasks that have been executed in a tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| JOB_ID | bigint(20) | NO | The task ID, which monotonically increases. |
| INCARNATION | bigint(20) | NO | The ID of the incarnation. |
| INITIATOR_TENANT_ID | bigint(20) | NO | The ID of the tenant that initiated the JOB. |
| INITIATOR_JOB_ID | bigint(20) | NO | The ID of the JOB initiated by the tenant. |
| EXECUTOR_TENANT_ID | varchar(65536) | NO | The IDs of tenants that execute the cleanup task. |
| TYPE | varchar(64) | NO | The cleanup type, including cleanup upon expiration, cleanup for a specified backup set/round/piece, and cleanup canceling. |
| PARAMETER | varchar(1024) | NO | The parameters are as follows: |
| JOB_LEVEL | varchar(64) | NO | The task initiation level. Valid values: USER_TENANT, CLUSTER, and SYS_TENANT. |
| START_TIMESTAMP | timestamp(6) | NO | The time on the tenant when the task started. |
| END_TIMESTAMP | varchar(26) | NO | The time on the tenant when the task ended. |
| STATUS | varchar(64) | NO | The status of the task. Valid values: |
| TASK_COUNT | bigint(20) | YES | The number of backup set/piece cleanup tasks. |
| SUCCESS_TASK_COUNT | bigint(20) | YES | The number of backup set/piece cleanup tasks that are successfully executed. |
| RESULT | bigint(20) | NO | The error code. |
| COMMENT | varchar(4096) | YES | The execution description of the task. |