[
{
"health": "<string>",
"status": "<string>",
"index": "<string>",
"docsCount": 123,
"size": "<string>",
"creationDate": "<string>"
}
]
[
{
"health": "<string>",
"status": "<string>",
"index": "<string>",
"docsCount": 123,
"size": "<string>",
"creationDate": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.