获取脚本语言 API

编辑

检索支持的脚本语言及其上下文列表。

resp = client.get_script_languages()
print(resp)
response = client.get_script_languages
puts response
const response = await client.getScriptLanguages();
console.log(response);
GET _script_language

请求

编辑

GET _script_language

前提条件

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