OpenSearch/docs/reference/transform/apis/index.asciidoc

29 lines
606 B
Plaintext
Raw Normal View History

[role="xpack"]
[testenv="basic"]
[[transform-apis]]
== {transform-cap} APIs
* <<put-transform>>
* <<delete-transform>>
* <<get-transform>>
* <<get-transform-stats>>
* <<preview-transform>>
* <<start-transform>>
* <<stop-transform>>
* <<update-transform>>
//CREATE
include::put-transform.asciidoc[]
//DELETE
include::delete-transform.asciidoc[]
//GET
include::get-transform.asciidoc[]
include::get-transform-stats.asciidoc[]
//PREVIEW
include::preview-transform.asciidoc[]
//START
include::start-transform.asciidoc[]
//STOP
include::stop-transform.asciidoc[]
//UPDATE
include::update-transform.asciidoc[]