index
|
string | string[] - Limit the information returned to a specific index
|
level
|
'cluster' | 'indices' | 'shards' - Specify the level of detail for returned information
Default: cluster
|
local
|
boolean - Return local information, do not retrieve the state from master node (default: false)
|
master_timeout or masterTimeout
|
string - Explicit operation timeout for connection to master node
|
timeout
|
string - Explicit operation timeout
|
wait_for_active_shards or waitForActiveShards
|
string - Wait until the specified number of shards is active
|
wait_for_nodes or waitForNodes
|
string - Wait until the specified number of nodes is available
|
wait_for_events or waitForEvents
|
'immediate' | 'urgent' | 'high' | 'normal' | 'low' | 'languid' - Wait until all currently queued events with the given priority are processed
|
wait_for_no_relocating_shards or waitForNoRelocatingShards
|
boolean - Whether to wait until there are no relocating shards in the cluster
|
wait_for_no_initializing_shards or waitForNoInitializingShards
|
boolean - Whether to wait until there are no initializing shards in the cluster
|
wait_for_status or waitForStatus
|
'green' | 'yellow' | 'red' - Wait until cluster is in a specific state
|