|
1 | 1 | { |
2 | | - "indices.resolve_index": { |
3 | | - "documentation": { |
4 | | - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html", |
5 | | - "description": "Returns information about any matching indices, aliases, and data streams" |
| 2 | + "indices.resolve_index":{ |
| 3 | + "documentation":{ |
| 4 | + "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html", |
| 5 | + "description":"Returns information about any matching indices, aliases, and data streams" |
6 | 6 | }, |
7 | | - "stability": "stable", |
8 | | - "visibility": "public", |
9 | | - "headers": { |
10 | | - "accept": [ |
11 | | - "application/json" |
12 | | - ] |
| 7 | + "stability":"stable", |
| 8 | + "visibility":"public", |
| 9 | + "headers":{ |
| 10 | + "accept": [ "application/json"] |
13 | 11 | }, |
14 | | - "url": { |
15 | | - "paths": [ |
| 12 | + "url":{ |
| 13 | + "paths":[ |
16 | 14 | { |
17 | | - "path": "/_resolve/index/{name}", |
18 | | - "methods": [ |
| 15 | + "path":"/_resolve/index/{name}", |
| 16 | + "methods":[ |
19 | 17 | "GET" |
20 | 18 | ], |
21 | | - "parts": { |
22 | | - "name": { |
23 | | - "type": "list", |
24 | | - "description": "A comma-separated list of names or wildcard expressions" |
| 19 | + "parts":{ |
| 20 | + "name":{ |
| 21 | + "type":"list", |
| 22 | + "description":"A comma-separated list of names or wildcard expressions" |
25 | 23 | } |
26 | 24 | } |
27 | 25 | } |
28 | 26 | ] |
29 | 27 | }, |
30 | | - "params": { |
31 | | - "expand_wildcards": { |
32 | | - "type": "enum", |
33 | | - "options": [ |
| 28 | + "params":{ |
| 29 | + "expand_wildcards":{ |
| 30 | + "type":"enum", |
| 31 | + "options":[ |
34 | 32 | "open", |
35 | 33 | "closed", |
36 | 34 | "hidden", |
37 | 35 | "none", |
38 | 36 | "all" |
39 | 37 | ], |
40 | | - "default": "open", |
41 | | - "description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)" |
| 38 | + "default":"open", |
| 39 | + "description":"Whether wildcard expressions should get expanded to open or closed indices (default: open)" |
42 | 40 | }, |
43 | | - "ignore_unavailable": { |
44 | | - "type": "boolean", |
45 | | - "description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)", |
46 | | - "default": false |
| 41 | + "ignore_unavailable":{ |
| 42 | + "type":"boolean", |
| 43 | + "description":"Whether specified concrete indices should be ignored when unavailable (missing or closed)", |
| 44 | + "default":false |
47 | 45 | }, |
48 | | - "allow_no_indices": { |
49 | | - "type": "boolean", |
50 | | - "description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", |
51 | | - "default": true |
| 46 | + "allow_no_indices":{ |
| 47 | + "type":"boolean", |
| 48 | + "description":"Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)", |
| 49 | + "default":true |
52 | 50 | }, |
53 | 51 | "mode": { |
54 | 52 | "type": "string", |
|
57 | 55 | } |
58 | 56 | } |
59 | 57 | } |
60 | | - |
0 commit comments