List all Indexes
To get information about all the indexes, you use the cat indices API. The basic syntax is:
GET <Martello iQ Server>:9200/_cat/indices |
Using the curl tool, the basic syntax is:
curl -XGET 'localhost:9200/_cat/indices' |