opensearch-client 0.3.2

Strongly typed OpenSearch Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
/*
 * opensearch-client
 *
 * Rust Client for OpenSearch
 *
 * The version of the OpenAPI document: 3.1.0
 * Contact: alberto.paro@gmail.com
 * Generated by Paro OpenAPI Generator
 */

use serde::{Deserialize, Serialize};

#[derive(Clone, Default, Debug, PartialEq, Serialize, Deserialize)]
pub struct NodesRecord {
    /// The completed scroll contexts.
    #[serde(
        rename = "search.scroll_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_scroll_total: Option<String>,
    #[serde(
        rename = "heap.percent",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub heap_percent: Option<String>,
    /// The time spent in deletions.
    #[serde(
        rename = "indexing.delete_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_delete_time: Option<String>,
    /// The time spend in suggest.
    #[serde(
        rename = "suggest.time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub suggest_time: Option<String>,
    /// The used file descriptors.
    #[serde(
        rename = "file_desc.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub file_desc_current: Option<String>,
    /// The OpenSearch distribution flavor.
    #[serde(rename = "flavor", default, skip_serializing_if = "Option::is_none")]
    pub flavor: Option<String>,
    /// The time spent in successful gets.
    #[serde(
        rename = "get.exists_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub get_exists_time: Option<String>,
    #[serde(rename = "disk.used", default, skip_serializing_if = "Option::is_none")]
    pub disk_used: Option<String>,
    /// The bound transport port.
    #[serde(rename = "port", default, skip_serializing_if = "Option::is_none")]
    pub port: Option<String>,
    /// The average size in bytes of shard bulk.
    #[serde(
        rename = "bulk.avg_size_in_bytes",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub bulk_avg_size_in_bytes: Option<String>,
    /// The time spent in query phase.
    #[serde(
        rename = "search.query_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_query_time: Option<String>,
    #[serde(
        rename = "search.concurrent_query_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_concurrent_query_current: Option<String>,
    /// The number of current suggest operations.
    #[serde(
        rename = "suggest.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub suggest_current: Option<String>,
    /// The number of pending refresh listeners.
    #[serde(
        rename = "refresh.listeners",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub refresh_listeners: Option<String>,
    /// The total script compilations.
    #[serde(
        rename = "script.compilations",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub script_compilations: Option<String>,
    /// The number of completed merge operations.
    #[serde(
        rename = "merges.total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_total: Option<String>,
    /// The number of segments.
    #[serde(
        rename = "segments.count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub segments_count: Option<String>,
    /// The number of failed gets.
    #[serde(
        rename = "get.missing_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub get_missing_total: Option<String>,
    /// The number of bulk shard operations.
    #[serde(
        rename = "bulk.total_operations",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub bulk_total_operations: Option<String>,
    /// The time spent in failed gets.
    #[serde(
        rename = "get.missing_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub get_missing_time: Option<String>,
    /// The maximum configured heap.
    #[serde(rename = "heap.max", default, skip_serializing_if = "Option::is_none")]
    pub heap_max: Option<String>,
    /// The number of indexing operations.
    #[serde(
        rename = "indexing.index_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_index_total: Option<String>,
    /// A comma-separated list of the roles of the node.
    /// Returned values may include but are not limited to: `data`, `ingest`, `master`, `cluster_manager`, `remote_cluster_client`, `search`, and `-`(coordinating node only).
    #[serde(
        rename = "node.roles",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub node_roles: Option<String>,
    #[serde(
        rename = "search.point_in_time_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_point_in_time_time: Option<String>,
    #[serde(
        rename = "file_desc.percent",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub file_desc_percent: Option<String>,
    /// The memory used by the version map.
    #[serde(
        rename = "segments.version_map_memory",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub segments_version_map_memory: Option<String>,
    /// The number of successful get operations.
    #[serde(
        rename = "get.exists_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub get_exists_total: Option<String>,
    /// The time spent in get.
    #[serde(rename = "get.time", default, skip_serializing_if = "Option::is_none")]
    pub get_time: Option<String>,
    #[serde(
        rename = "disk.total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub disk_total: Option<String>,
    /// The maximum number of file descriptors.
    #[serde(
        rename = "file_desc.max",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub file_desc_max: Option<String>,
    /// The time spent in flush.
    #[serde(
        rename = "flush.total_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub flush_total_time: Option<String>,
    /// The number of current merges.
    #[serde(
        rename = "merges.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_current: Option<String>,
    /// The number of current merging docs.
    #[serde(
        rename = "merges.current_docs",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_current_docs: Option<String>,
    /// The number of delete operations.
    #[serde(
        rename = "indexing.delete_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_delete_total: Option<String>,
    /// The size of current merges.
    #[serde(
        rename = "merges.current_size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_current_size: Option<String>,
    /// The total refreshes.
    #[serde(
        rename = "refresh.total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub refresh_total: Option<String>,
    /// The request cache hit counts.
    #[serde(
        rename = "request_cache.hit_count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub request_cache_hit_count: Option<String>,
    /// The total machine memory.
    #[serde(rename = "ram.max", default, skip_serializing_if = "Option::is_none")]
    pub ram_max: Option<String>,
    /// The total external refreshes.
    #[serde(
        rename = "refresh.external_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub refresh_external_total: Option<String>,
    /// The query cache evictions.
    #[serde(
        rename = "query_cache.evictions",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub query_cache_evictions: Option<String>,
    /// The total compiled scripts evicted from the cache.
    #[serde(
        rename = "script.cache_evictions",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub script_cache_evictions: Option<String>,
    /// The open scroll contexts.
    #[serde(
        rename = "search.scroll_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_scroll_current: Option<String>,
    /// The request cache evictions.
    #[serde(
        rename = "request_cache.evictions",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub request_cache_evictions: Option<String>,
    /// The time spend in shard bulk.
    #[serde(
        rename = "bulk.total_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub bulk_total_time: Option<String>,
    /// The memory used by fixed bit sets for nested object field types and export type filters for types referred in `_parent` fields.
    #[serde(
        rename = "segments.fixed_bitset_memory",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub segments_fixed_bitset_memory: Option<String>,
    /// The number of current indexing operations.
    #[serde(
        rename = "indexing.index_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_index_current: Option<String>,
    /// The total fetch operations.
    #[serde(
        rename = "search.fetch_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_fetch_total: Option<String>,
    #[serde(
        rename = "search.point_in_time_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_point_in_time_current: Option<String>,
    #[serde(
        rename = "ram.percent",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub ram_percent: Option<String>,
    /// The number of current get ops.
    #[serde(
        rename = "get.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub get_current: Option<String>,
    #[serde(rename = "name", default, skip_serializing_if = "Option::is_none")]
    pub name: Option<String>,
    /// The memory used by segments.
    #[serde(
        rename = "segments.memory",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub segments_memory: Option<String>,
    /// The time spent in refreshes.
    #[serde(
        rename = "refresh.time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub refresh_time: Option<String>,
    /// The Java version.
    #[serde(rename = "jdk", default, skip_serializing_if = "Option::is_none")]
    pub jdk: Option<String>,
    /// The query cache miss counts.
    #[serde(
        rename = "query_cache.miss_count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub query_cache_miss_count: Option<String>,
    /// The time spent in fetch phase.
    #[serde(
        rename = "search.fetch_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_fetch_time: Option<String>,
    /// The time scroll contexts held open.
    #[serde(
        rename = "search.scroll_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_scroll_time: Option<String>,
    #[serde(
        rename = "search.concurrent_query_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_concurrent_query_time: Option<String>,
    /// The time spent in merges.
    #[serde(
        rename = "merges.total_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_total_time: Option<String>,
    /// The OpenSearch distribution type.
    #[serde(rename = "type", default, skip_serializing_if = "Option::is_none")]
    pub r#type: Option<String>,
    /// The IP address.
    #[serde(rename = "ip", default, skip_serializing_if = "Option::is_none")]
    pub ip: Option<String>,
    /// The number of failed indexing operations.
    #[serde(
        rename = "indexing.index_failed",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_index_failed: Option<String>,
    #[serde(
        rename = "search.concurrent_query_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_concurrent_query_total: Option<String>,
    #[serde(rename = "id", default, skip_serializing_if = "Option::is_none")]
    pub id: Option<String>,
    /// The used request cache.
    #[serde(
        rename = "request_cache.memory_size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub request_cache_memory_size: Option<String>,
    /// The size of completion.
    #[serde(
        rename = "completion.size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub completion_size: Option<String>,
    #[serde(rename = "version", default, skip_serializing_if = "Option::is_none")]
    pub version: Option<String>,
    #[serde(
        rename = "disk.avail",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub disk_avail: Option<String>,
    /// The memory used by the index writer.
    #[serde(
        rename = "segments.index_writer_memory",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub segments_index_writer_memory: Option<String>,
    /// The used field data cache.
    #[serde(
        rename = "fielddata.memory_size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub fielddata_memory_size: Option<String>,
    /// The query cache hit counts.
    #[serde(
        rename = "query_cache.hit_count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub query_cache_hit_count: Option<String>,
    /// The current fetch phase operations.
    #[serde(
        rename = "search.fetch_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_fetch_current: Option<String>,
    /// The total size in bytes of shard bulk.
    #[serde(
        rename = "bulk.total_size_in_bytes",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub bulk_total_size_in_bytes: Option<String>,
    /// The bound HTTP address.
    #[serde(
        rename = "http_address",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub http_address: Option<String>,
    /// The OpenSearch build hash.
    #[serde(rename = "build", default, skip_serializing_if = "Option::is_none")]
    pub build: Option<String>,
    /// The recent system CPU usage as a percentage.
    #[serde(rename = "cpu", default, skip_serializing_if = "Option::is_none")]
    pub cpu: Option<String>,
    #[serde(
        rename = "disk.used_percent",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub disk_used_percent: Option<String>,
    /// The load average for the most recent minute.
    #[serde(rename = "load_1m", default, skip_serializing_if = "Option::is_none")]
    pub load_1_m: Option<String>,
    /// The used query cache.
    #[serde(
        rename = "query_cache.memory_size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub query_cache_memory_size: Option<String>,
    /// The request cache miss counts.
    #[serde(
        rename = "request_cache.miss_count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub request_cache_miss_count: Option<String>,
    /// The script cache compilation limit triggered.
    #[serde(
        rename = "script.compilation_limit_triggered",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub script_compilation_limit_triggered: Option<String>,
    #[serde(
        rename = "search.concurrent_avg_slice_count",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_concurrent_avg_slice_count: Option<String>,
    /// The average time spend in shard bulk.
    #[serde(
        rename = "bulk.avg_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub bulk_avg_time: Option<String>,
    /// The total query phase operations.
    #[serde(
        rename = "search.query_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_query_total: Option<String>,
    /// The open search contexts.
    #[serde(
        rename = "search.open_contexts",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_open_contexts: Option<String>,
    /// The load average for the last five minutes.
    #[serde(rename = "load_5m", default, skip_serializing_if = "Option::is_none")]
    pub load_5_m: Option<String>,
    /// The used heap.
    #[serde(
        rename = "heap.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub heap_current: Option<String>,
    /// The size merged.
    #[serde(
        rename = "merges.total_size",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_total_size: Option<String>,
    /// The number of suggest operations.
    #[serde(
        rename = "suggest.total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub suggest_total: Option<String>,
    /// Indicates whether the node is the elected cluster-manager node.
    /// Returned values include `*`(elected cluster manager) and `-`(not elected cluster manager).
    #[serde(rename = "master", default, skip_serializing_if = "Option::is_none")]
    pub master: Option<String>,
    /// The node uptime.
    #[serde(rename = "uptime", default, skip_serializing_if = "Option::is_none")]
    pub uptime: Option<String>,
    /// The current query phase operations.
    #[serde(
        rename = "search.query_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_query_current: Option<String>,
    /// The field data evictions.
    #[serde(
        rename = "fielddata.evictions",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub fielddata_evictions: Option<String>,
    /// The time spent in external refreshes.
    #[serde(
        rename = "refresh.external_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub refresh_external_time: Option<String>,
    /// The time spent in indexing.
    #[serde(
        rename = "indexing.index_time",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_index_time: Option<String>,
    /// The load average for the last fifteen minutes.
    #[serde(rename = "load_15m", default, skip_serializing_if = "Option::is_none")]
    pub load_15_m: Option<String>,
    /// The number of get ops.
    #[serde(rename = "get.total", default, skip_serializing_if = "Option::is_none")]
    pub get_total: Option<String>,
    /// The process identifier.
    #[serde(rename = "pid", default, skip_serializing_if = "Option::is_none")]
    pub pid: Option<String>,
    /// Indicates whether the node is the elected cluster-manager node.
    /// Returned values include `*`(elected cluster-manager) and `-`(not elected cluster-manager).
    #[serde(
        rename = "cluster_manager",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub cluster_manager: Option<String>,
    /// The number of current deletions.
    #[serde(
        rename = "indexing.delete_current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub indexing_delete_current: Option<String>,
    /// The roles of the node.
    /// Returned values include `c`(cold node), `d`(data node), `f`(frozen node), `h`(hot node), `i`(ingest node), `l`(machine learning node), `m` (cluster-manager eligible node), `r`(remote cluster client node), `s`(content node), `t`(transform node), `v`(voting-only node), `w`(warm node),and `-`(coordinating node only).
    #[serde(rename = "node.role", default, skip_serializing_if = "Option::is_none")]
    pub node_role: Option<String>,
    /// The docs merged.
    #[serde(
        rename = "merges.total_docs",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub merges_total_docs: Option<String>,
    /// The used machine memory.
    #[serde(
        rename = "ram.current",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub ram_current: Option<String>,
    /// The number of flushes.
    #[serde(
        rename = "flush.total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub flush_total: Option<String>,
    #[serde(
        rename = "search.point_in_time_total",
        default,
        skip_serializing_if = "Option::is_none"
    )]
    pub search_point_in_time_total: Option<String>,
}

impl NodesRecord {
    pub fn new() -> NodesRecord {
        NodesRecord {
            search_scroll_total: None,
            heap_percent: None,
            indexing_delete_time: None,
            suggest_time: None,
            file_desc_current: None,
            flavor: None,
            get_exists_time: None,
            disk_used: None,
            port: None,
            bulk_avg_size_in_bytes: None,
            search_query_time: None,
            search_concurrent_query_current: None,
            suggest_current: None,
            refresh_listeners: None,
            script_compilations: None,
            merges_total: None,
            segments_count: None,
            get_missing_total: None,
            bulk_total_operations: None,
            get_missing_time: None,
            heap_max: None,
            indexing_index_total: None,
            node_roles: None,
            search_point_in_time_time: None,
            file_desc_percent: None,
            segments_version_map_memory: None,
            get_exists_total: None,
            get_time: None,
            disk_total: None,
            file_desc_max: None,
            flush_total_time: None,
            merges_current: None,
            merges_current_docs: None,
            indexing_delete_total: None,
            merges_current_size: None,
            refresh_total: None,
            request_cache_hit_count: None,
            ram_max: None,
            refresh_external_total: None,
            query_cache_evictions: None,
            script_cache_evictions: None,
            search_scroll_current: None,
            request_cache_evictions: None,
            bulk_total_time: None,
            segments_fixed_bitset_memory: None,
            indexing_index_current: None,
            search_fetch_total: None,
            search_point_in_time_current: None,
            ram_percent: None,
            get_current: None,
            name: None,
            segments_memory: None,
            refresh_time: None,
            jdk: None,
            query_cache_miss_count: None,
            search_fetch_time: None,
            search_scroll_time: None,
            search_concurrent_query_time: None,
            merges_total_time: None,
            r#type: None,
            ip: None,
            indexing_index_failed: None,
            search_concurrent_query_total: None,
            id: None,
            request_cache_memory_size: None,
            completion_size: None,
            version: None,
            disk_avail: None,
            segments_index_writer_memory: None,
            fielddata_memory_size: None,
            query_cache_hit_count: None,
            search_fetch_current: None,
            bulk_total_size_in_bytes: None,
            http_address: None,
            build: None,
            cpu: None,
            disk_used_percent: None,
            load_1_m: None,
            query_cache_memory_size: None,
            request_cache_miss_count: None,
            script_compilation_limit_triggered: None,
            search_concurrent_avg_slice_count: None,
            bulk_avg_time: None,
            search_query_total: None,
            search_open_contexts: None,
            load_5_m: None,
            heap_current: None,
            merges_total_size: None,
            suggest_total: None,
            master: None,
            uptime: None,
            search_query_current: None,
            fielddata_evictions: None,
            refresh_external_time: None,
            indexing_index_time: None,
            load_15_m: None,
            get_total: None,
            pid: None,
            cluster_manager: None,
            indexing_delete_current: None,
            node_role: None,
            merges_total_docs: None,
            ram_current: None,
            flush_total: None,
            search_point_in_time_total: None,
        }
    }
}