Note
This view is available starting with V4.0.0.
Overview
Displays the historical information of backup destinations used for backup and restore operations under a tenant.
Columns
Field Name |
Type |
Whether can be NULL |
Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | Tenant ID |
| PATH | varchar(1024) | NO | Root Path of Backup |
| ENDPOINT | varchar(256) | NO | Host for object storage access |
| DEST_ID | bigint(20) | YES | Backup Destination ID |
| DEST_TYPE | varchar(64) | YES | Type of the backup destination:
|
| AUTHORIZATION | varchar(1024) | NO | Object Storage Authorization Information |
| EXTENSION | varchar(512) | NO | Other parameters of the backup destination |
| CHECK_FILE_NAME | varchar(256) | YES | Verification File Name for Connectivity |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | Time of Last Connectivity Check Pass |
