Movatterモバイル変換


[0]ホーム

URL:


mobile-nav#toggleMenu">
Show more

Use to navigate results,ENTER to select one,ESC to close

Type in any word to easily find the endpoint, property or group of operations you are looking for.

Elasticsearch API logoElasticsearch API logo dark
GET /_script_context

Get a list of supported script contexts and their methods.

Required authorization

  • Cluster privileges:manage

Responses

  • 200application/json
    Hide response attributeShow response attributeobject
    • contextsarray[object]Required
      Hide contexts attributesShow contexts attributesobject
      • methodsarray[object]Required
        Hide methods attributesShow methods attributesobject
        • namestringRequired
        • return_typestringRequired
        • paramsarray[object]Required
      • namestringRequired
GET/_script_context
GET _script_context
resp = client.get_script_context()
const response = await client.getScriptContext();
response = client.get_script_context
$resp = $client->getScriptContext();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_script_context"
client.getScriptContext();

[8]ページ先頭

©2009-2026 Movatter.jp