elasticsearch/docs/reference/tab-widgets/api-call-widget.asciidoc
Liam Thompson d44e05d2c2
[DOCS] Add ES quickstart (#102226)
* [DOCS] TEST restore quickstart

* Use up to date Docker instructions, minor user-friendly modifications

* Use books dataset, update verbiage, add examples

* Update verbiage

* Updated Elasticsearch 'Getting Started' docs: added SSL, Docker setup, Python resources, and expanded next steps

* minor formatting

* Collapse responses, TODO comment tests

* Add request tests

* Edit superfluities

* Apply suggestions

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>

* Update docs/reference/tab-widgets/quick-start-install.asciidoc

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>

---------

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
2023-11-24 15:27:41 +01:00

40 lines
No EOL
893 B
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Make an API call">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-api-call"
id="cloud-api-call">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-api-call"
id="self-managed-api-call"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-api-call"
aria-labelledby="cloud-api-call">
++++
include::api-call.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-api-call"
aria-labelledby="self-managed-api-call"
hidden="">
++++
include::api-call.asciidoc[tag=self-managed]
++++
</div>
</div>
++++