Get indexes order
GET {{baseUrl}}/api/v1/logs/config/index-order
Get the current order of your log indexes. This endpoint takes no JSON arguments.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"index_names":["main","payments","web"]}