Still testing
This commit is contained in:
@ -53,7 +53,7 @@ interface ClusterAllocationExplainRequest extends <<RequestBase>> {
|
||||
current_node?: string
|
||||
index?: <<IndexName>>
|
||||
primary?: boolean
|
||||
shard?: number
|
||||
shard?: <<_integer, integer>>
|
||||
}
|
||||
|
||||
[pass]
|
||||
@ -90,7 +90,7 @@ interface ClusterAllocationExplainResponse {
|
||||
rebalance_explanation?: string
|
||||
remaining_delay?: <<Duration>>
|
||||
remaining_delay_in_millis?: <<DurationValue>><<<UnitMillis>>>
|
||||
shard: number
|
||||
shard: <<_integer, integer>>
|
||||
unassigned_info?: ClusterAllocationExplainUnassignedInformation
|
||||
note?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user