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

14 lines
370 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.sql.getAsync({
id: "FmdMX2pIang3UWhLRU5QS0lqdlppYncaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQToxOTI=",
keep_alive: "5d",
wait_for_completion_timeout: "2s",
format: "json",
});
console.log(response);
----