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