mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
ca75b7b6ce
Closes #14247 Closes #13919
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
[[cat-repositories]]
|
|
== cat repositories
|
|
|
|
The `repositories` command shows the snapshot repositories registered in the cluster.
|
|
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
% curl 'localhost:9200/_cat/repositories?v'
|
|
id type
|
|
repo1 fs
|
|
repo2 s3
|
|
--------------------------------------------------
|
|
|
|
We can quickly see which repositories are registered and their type.
|