Note
This view is available starting with V4.0.0.
Purpose
This view displays information about backup destinations used for backup and restore operations in a tenant.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| PATH | varchar(1024) | NO | The root path for backup. |
| ENDPOINT | varchar(256) | NO | The HOST value to be set for object storage access. |
| DEST_ID | bigint(20) | YES | The ID of the backup destination. |
| DEST_TYPE | varchar(64) | YES | The type of the backup destination. Valid values:
|
| AUTHORIZATION | varchar(1024) | NO | The authorization information for object storage. |
| EXTENSION | varchar(512) | NO | Other parameters of the backup destination. |
| CHECK_FILE_NAME | varchar(256) | YES | The name of the file for checking connectivity. |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | The time when the last connectivity check was successful. |