mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add bytes parameter to cat shards (#38079)
As described in Elasticsearch documentation - https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-shards.html#cat-shards-query-params
This commit is contained in:
committed by
Ron Buckton
parent
d57f1b9a13
commit
ae863e389d
Vendored
+2
@@ -9,6 +9,7 @@
|
||||
// Simon Schick <https://github.com/SimonSchick>
|
||||
// Paul Brabban <https://github.com/brabster>
|
||||
// Budi Irawan <https://github.com/deerawan>
|
||||
// Yonatan Kiron <https://github.com/YonatanKiron>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
@@ -899,6 +900,7 @@ export interface CatSegmentsParams extends GenericParams {
|
||||
|
||||
export interface CatShardsParams extends CatCommonParams {
|
||||
index?: NameList;
|
||||
bytes?: CatBytes;
|
||||
}
|
||||
|
||||
export interface CatSnapshotsParams extends GenericParams {
|
||||
|
||||
Reference in New Issue
Block a user