SHOW-REPOSITORIES
Last Updated:2021-04-13
SHOW REPOSITORIES
Description
This statement is used to view the repositories created.
SHOW REPOSITORIES;
Description of return results:
RepoId: 385148
RepoName: bos_repo
CreateTime: 2020-09-28 19:46:00
IsReadOnly: false
Location: bos://my_bucket/palo_backup
Broker: bos
ErrMsg: NULL
RepoId
:Unique ID of each repository.RepoName
:name of repository.CreateTime
:The time when the respository was first created.IsReadOnly
:Whether it is a read-only respository.Location
:Root directory in the respository for backing up data.Broker
:Name of Broker service relied on.ErrMsg
:Palo will regularly check the connectivity of repositories, and if there is any problem found, an error message will be displayed here.
Example
-
View the repositories created:
SHOW REPOSITORIES;
Keywords
SHOW, REPOSITORY, REPOSITORIES