Feature
This view shows the historical information about backup destinations of backup and restore in a tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| PATH | varchar(1024) | NO | The root path of the backup. |
| ENDPOINT | varchar(256) | NO | The HOST information to be specified for accessing the object storage service. |
| DEST_ID | bigint(20) | YES | The ID of the backup destination. |
| DEST_TYPE | varchar(64) | YES | The type of the backup destination. |
| AUTHORIZATION | varchar(1024) | NO | The authorization information of the object storage service. |
| EXTENSION | varchar(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | varchar(256) | YES | The name of the connectivity verification file. |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | The time when the last connectivity check was passed. |