获取脚本上下文 API

编辑

检索支持的脚本上下文及其方法的列表。

resp = client.get_script_context()
print(resp)
response = client.get_script_context
puts response
const response = await client.getScriptContext();
console.log(response);
GET _script_context

请求

编辑

GET _script_context

先决条件

编辑
  • 如果启用了 Elasticsearch 安全功能,您必须拥有 manage 集群权限才能使用此 API。