Returns the existing search applications Beta
GET /_application/search_application
curl \
-X GET http://api.example.com/_application/search_application
Response examples (200)
{
"count": 42.0,
"results": [
{
"indices": [
"string"
],
"analytics_collection_name": "string",
"template": {
"script": {
"source": "string",
"id": "string",
"params": {},
"options": {}
}
},
"name": "string",
"": 42.0
}
]
}