スクリプトコンテキストAPI

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

Python

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

Ruby

  1. response = client.get_script_context
  2. puts response

Js

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

コンソール

  1. GET _script_context

リクエスト

GET _script_context

前提条件

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