Search-Elasticsearch-Client-7_0
view release on metacpan or search on metacpan
lib/Search/Elasticsearch/Client/7_0/Role/API.pm view on Meta::CPAN
paths => [ [ { name => 1 }, "_component_template", "{name}" ] ],
qs => {
error_trace => "boolean",
filter_path => "list",
human => "boolean",
local => "boolean",
master_timeout => "time",
},
},
'cluster.get_component_template' => {
doc => "indices-component-template",
parts => { name => { multi => 1 } },
paths => [
[ { name => 1 }, "_component_template", "{name}" ],
[ {}, "_component_template" ],
],
qs => {
error_trace => "boolean",
filter_path => "list",
human => "boolean",
local => "boolean",
master_timeout => "time",
},
},
'cluster.get_settings' => {
doc => "cluster-update-settings",
parts => {},
paths => [ [ {}, "_cluster", "settings" ] ],
qs => {
error_trace => "boolean",
filter_path => "list",
flat_settings => "boolean",
human => "boolean",
include_defaults => "boolean",
master_timeout => "time",
timeout => "time",
},
},
'cluster.health' => {
doc => "cluster-health",
parts => { index => { multi => 1 } },
paths => [
[ { index => 2 }, "_cluster", "health", "{index}" ],
[ {}, "_cluster", "health" ],
],
qs => {
error_trace => "boolean",
expand_wildcards => "enum",
filter_path => "list",
human => "boolean",
level => "enum",
local => "boolean",
master_timeout => "time",
timeout => "time",
wait_for_active_shards => "string",
wait_for_events => "enum",
wait_for_no_initializing_shards => "boolean",
wait_for_no_relocating_shards => "boolean",
wait_for_nodes => "string",
wait_for_status => "enum",
},
},
'cluster.pending_tasks' => {
doc => "cluster-pending",
parts => {},
paths => [ [ {}, "_cluster", "pending_tasks" ] ],
qs => {
error_trace => "boolean",
filter_path => "list",
human => "boolean",
local => "boolean",
master_timeout => "time",
},
},
'cluster.post_voting_config_exclusions' => {
doc => "voting-config-exclusions",
method => "POST",
parts => {},
paths => [ [ {}, "_cluster", "voting_config_exclusions" ] ],
qs => {
error_trace => "boolean",
filter_path => "list",
human => "boolean",
node_ids => "string",
node_names => "string",
timeout => "time",
},
},
'cluster.put_component_template' => {
body => { required => 1 },
doc => "indices-component-template",
method => "PUT",
parts => { name => {} },
paths => [ [ { name => 1 }, "_component_template", "{name}" ] ],
qs => {
create => "boolean",
error_trace => "boolean",
filter_path => "list",
human => "boolean",
master_timeout => "time",
timeout => "time",
},
},
'cluster.put_settings' => {
body => { required => 1 },
doc => "cluster-update-settings",
method => "PUT",
parts => {},
paths => [ [ {}, "_cluster", "settings" ] ],
qs => {
error_trace => "boolean",
filter_path => "list",
flat_settings => "boolean",
human => "boolean",
( run in 0.468 second using v1.01-cache-2.11-cpan-5511b514fd6 )