elasticsearch/docs/reference/scripting/apis/script-apis.asciidoc
2024-12-31 20:19:47 +00:00

46 lines
1.1 KiB
Text

[[script-apis]]
== Script APIs
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
--
Use the following APIs to manage, store, and test your
<<modules-scripting,scripts>>.
[discrete]
[[script-support-apis]]
=== Script support APIs
Use the script support APIs to get a list of supported script contexts and
languages.
* <<get-script-contexts-api>>
* <<get-script-languages-api>>
[discrete]
[[stored-script-apis]]
=== Stored script APIs
Use the stored script APIs to manage <<script-stored-scripts,stored scripts>> and
<<search-template,search templates>>.
* <<create-stored-script-api>>
* <<get-stored-script-api>>
* <<delete-stored-script-api>>
[discrete]
[[painless-apis]]
=== Painless APIs
Use the {painless}/painless-execute-api.html[Painless execute API] to safely
test Painless scripts before using them in production.
include::create-stored-script-api.asciidoc[]
include::delete-stored-script-api.asciidoc[]
include::get-script-contexts-api.asciidoc[]
include::get-script-languages-api.asciidoc[]
include::get-stored-script-api.asciidoc[]