forked from opensearch-project/opensearch-api-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat._common.yaml
92 lines (92 loc) · 2.01 KB
/
cat._common.yaml
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
openapi: 3.1.0
info:
title: Schemas of cat._common category
description: Schemas of cat._common category
version: 1.0.0
paths: {}
components:
schemas:
CatPitSegmentsRecord:
type: object
properties:
index:
type: string
shard:
type: string
prirep:
type: string
ip:
type: string
segment:
type: string
generation:
type: string
docs.count:
type: string
docs.deleted:
type: string
size:
type: string
size.memory:
type: string
committed:
type: string
searchable:
type: string
version:
type: string
compound:
type: string
CatSegmentReplicationRecord:
type: object
properties:
shardId:
type: string
target_node:
type: string
target_host:
type: string
checkpoints_behind:
type: string
bytes_behind:
type: string
current_lag:
type: string
last_completed_lag:
type: string
rejected_requests:
type: string
stage:
type: string
time:
type: string
files_fetched:
type: string
files_percent:
type: string
bytes_fetched:
type: string
bytes_percent:
type: string
start_time:
type: string
stop_time:
type: string
files:
type: string
files_total:
type: string
bytes:
type: string
bytes_total:
type: string
replicating_stage_time_taken:
type: string
get_checkpoint_info_stage_time_taken:
type: string
file_diff_stage_time_taken:
type: string
get_files_stage_time_taken:
type: string
finalize_replication_stage_time_taken:
type: string