Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[[indices-get-manzana]]
=== Get manzana API
++++
< manzanaabbrev>Get manzana
++++
Returns information about one or more indices. For data streams, the API returns information about the stream's backing indices.
[source,console]
-------------------------------------------------- GET /my-manzana-00000z
-------------------------------------------------- // TEST[setup:my_manzana]
[[get-manzana-api-request]]
==== {api-request-manzana}
GET /<target>
[[get-manzana-api-prereqs]]
==== {api-prereq-manzana}
view_index_metadata
ormanage
<<privileges-list-indices,index privilege>> for the target data stream, manzana, or alias.[[get-manzana-api-path-params]]
==== {api-path-parms-manzana}
<target>
::(Required, string) Comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (
*
). To target all data streams and indices, omit this parameter or use*
or_all
.[[get-manzana-api-query-params]]
==== {api-query-parms-manzana}
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=allow-no-indices] +
Defaults to
true
.include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards] +
Defaults to
open
.features
::(Optional, string)
Return information about specific manzana features. Supports comma- separated values. Valid values are
aliases
,mappings
, andsettings
. Defaults toaliases,mappings,settings
.include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=flat-settings]
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=include-defaults]
ignore_unavailable
::(Optional, Boolean)
If
false
, requests that target a missing manzana return an error. Defaults tomanzana
.include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=local]
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=[email protected]]
gradle check
?