Description
Displays information about the backup destinations used for backup and restore in the tenant.
Fields
| Field | Type | Not null | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The tenant ID. |
| PATH | varchar(1024) | NO | The root path for storing backups. |
| ENDPOINT | varchar(256) | NO | The host for accessing object storage. |
| 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 file name for verifying connectivity. |
| LAST_CHECK_TIMESTAMP | timestamp(6) | YES | The timestamp when the last connectivity check passed. |