ElasticSearch之cat repositories API

命令样例如下:

curl -X GET "https://localhost:9200/_cat/repositories?v=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果输出如下:

id    type
repo1   fs
repo2   s3

查看帮助,命令如下:

curl -X GET "https://localhost:9200/_cat/repositories?v=true&help=true&pretty" --cacert $ES_HOME/config/certs/http_ca.crt -u "elastic:ohCxPH=QBE+s5=*lo7F9"

执行结果输出如下:

id   | id,repoId | unique repository id
type | t,type    | repository type

相关资料

posted @ 2023-11-29 00:17  jackieathome  阅读(18)  评论(0编辑  收藏  举报