GET
/
api
/
elasticsearch
/
index
/
all
[
  {
    "health": "<string>",
    "status": "<string>",
    "index": "<string>",
    "docsCount": 123,
    "size": "<string>",
    "creationDate": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

includeSystemIndex
boolean
default:false
pattern
string
pageable
object
required

Response

200 - */*
OK
health
string
status
string
index
string
docsCount
integer
size
string
creationDate
string