Lines Matching refs:params

40 .`allocationExplain(array $params = [])`
45 $params['include_yes_decisions'] = (boolean) Return 'YES' decisions in explanation (default: false)
46 $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (default: false)
47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty means 'explain the first unassigned shard'
55 .`deleteComponentTemplate(array $params = [])`
60 $params['name'] = (string) The name of the template
61 $params['timeout'] = (time) Explicit operation timeout
62 $params['master_timeout'] = (time) Specify timeout for connection to master
70 .`deleteVotingConfigExclusions(array $params = [])`
75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
83 .`existsComponentTemplate(array $params = [])`
88 $params['name'] = (string) The name of the template
89 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
90 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
98 .`getComponentTemplate(array $params = [])`
103 $params['name'] = (list) The comma separated names of the component templates
104 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
105 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
113 .`getSettings(array $params = [])`
118 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
119 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
120 $params['timeout'] = (time) Explicit operation timeout
121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
129 .`health(array $params = [])`
134 $params['index'] = (list) Limit the information returned to a specific index
135 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
136 $params['level'] = (enum) Specify the level of detail for returned information (Options = cluster,indices,shards) (Default = cluster)
137 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
138 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
139 $params['timeout'] = (time) Explicit operation timeout
140 $params['wait_for_active_shards'] = (string) Wait until the specified number of shards is active
141 $params['wait_for_nodes'] = (string) Wait until the specified number of nodes is available
142 $params['wait_for_events'] = (enum) Wait until all currently queued events with the given priority are processed (Options = immediate,urgent,high,normal,low,languid)
143 $params['wait_for_no_relocating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster
144 $params['wait_for_no_initializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster
145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
153 .`pendingTasks(array $params = [])`
158 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
159 $params['master_timeout'] = (time) Specify timeout for connection to master
167 .`postVotingConfigExclusions(array $params = [])`
172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
180 .`putComponentTemplate(array $params = [])`
185 $params['name'] = (string) The name of the template
186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
187 $params['timeout'] = (time) Explicit operation timeout
188 $params['master_timeout'] = (time) Specify timeout for connection to master
189 $params['body'] = (array) The template definition (Required)
197 .`putSettings(array $params = [])`
202 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
203 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
204 $params['timeout'] = (time) Explicit operation timeout
205 $params['body'] = (array) The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (Required)
213 .`remoteInfo(array $params = [])`
225 .`reroute(array $params = [])`
230 $params['dry_run'] = (boolean) Simulate the operation only and return the resulting state
231 $params['explain'] = (boolean) Return an explanation of why the commands can or cannot be executed
232 $params['retry_failed'] = (boolean) Retries allocation of shards that are blocked due to too many subsequent allocation failures
233 $params['metric'] = (list) Limit the information returned to the specified metrics. Defaults to all but metadata (Options = _all,blocks,metadata,nodes,routing_table,master_node,version)
234 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
235 $params['timeout'] = (time) Explicit operation timeout
236 $params['body'] = (array) The definition of `commands` to perform (`move`, `cancel`, `allocate`)
244 .`state(array $params = [])`
249 $params['metric'] = (list) Limit the information returned to the specified metrics
250 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
251 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
252 $params['master_timeout'] = (time) Specify timeout for connection to master
253 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
254 $params['wait_for_metadata_version'] = (number) Wait for the metadata version to be equal or greater than the specified metadata version
255 $params['wait_for_timeout'] = (time) The maximum time to wait for wait_for_metadata_version before timing out
256 $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
257 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
258 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
266 .`stats(array $params = [])`
271 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
272 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
273 $params['timeout'] = (time) Explicit operation timeout