スクリプト言語APIの取得
サポートされているスクリプト言語とそのコンテキストのリストを取得します。
Python
resp = client.get_script_languages()
print(resp)
Ruby
response = client.get_script_languages
puts response
Js
const response = await client.getScriptLanguages();
console.log(response);
コンソール
GET _script_language
リクエスト
GET _script_language
前提条件
- Elasticsearchのセキュリティ機能が有効になっている場合、このAPIを使用するには、
manage
クラスター権限を持っている必要があります。