script-apis.asciidoc 774 B

1234567891011121314151617181920212223242526272829303132333435
  1. [[script-apis]]
  2. == Script APIs
  3. NOTE: This list of script APIs is incomplete. We're working on adding more.
  4. Use following APIs to manage, store, and test your
  5. <<modules-scripting,scripts>>.
  6. [discrete]
  7. [[stored-script-apis]]
  8. === Stored script APIs
  9. Use stored script APIs to manage <<script-stored-scripts,stored scripts>> and
  10. <<search-template,search templates>>.
  11. * <<create-stored-script-api>>
  12. ////
  13. TODO: See https://github.com/elastic/elasticsearch/issues/71376
  14. [discrete]
  15. [[script-support-apis]]
  16. === Script support API
  17. Use the script support APIs to get a list of supported script languages and
  18. contexts.
  19. [discrete]
  20. [[painless-apis]]
  21. === Painless APIs
  22. Use the execute script API to safely test Painless scripts.
  23. ////
  24. include::create-stored-script-api.asciidoc[]