Files
elasticsearch-js/docs/doc_examples/ab8de34fcfc0277901cb39618ecfc9d5.asciidoc
2024-07-29 17:10:05 -05:00

13 lines
287 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.cluster.allocationExplain({
index: "my-index-000001",
shard: 0,
primary: true,
});
console.log(response);
----