スクリプト言語APIの取得

サポートされているスクリプト言語とそのコンテキストのリストを取得します。

Python

  1. resp = client.get_script_languages()
  2. print(resp)

Ruby

  1. response = client.get_script_languages
  2. puts response

Js

  1. const response = await client.getScriptLanguages();
  2. console.log(response);

コンソール

  1. GET _script_language

リクエスト

GET _script_language

前提条件

  • Elasticsearchのセキュリティ機能が有効になっている場合、このAPIを使用するには、manage クラスター権限を持っている必要があります。