Get the rollup index capabilities
Deprecated GET
/{index}/_rollup/data Get the rollup capabilities of all jobs inside of a rollup index. A single rollup index may store the data for multiple rollup jobs and may have a variety of capabilities depending on those jobs. This API enables you to determine:
- What jobs are stored in an index (or indices specified via a pattern)?
- What target indices were rolled up, what fields were used in those rollups, and what aggregations can be performed on each job?
Required authorization
- Index privileges:
read
Parameters
path Path Parameters
| Name | Type |
|---|---|
index
required
Data stream or index to check for rollup capabilities.
Wildcard ( | type TypesIds = type TypesId = string | type TypesId = string[] |
Responses
200 application/json
{ }