Commit Graph

7 Commits

Author SHA1 Message Date
Lukáš Vlček 98c7dd29a6 Fixing Nodes APIs issues
1. Fixing all reported dead links.
2. Changing `title` value in index.md back to plural form, i.e. "Nodes APIs".

The second change fixed missing child pages. I am not saying I insist on use of plural form but if we want to change it to a singular form then we also have to change `parent` fields in all child pages to correctly refer to valid parent, otherwise all child pages and content is missing.

As for the debate of use APIs vs API (plural vs singular) I just want to point out that right now there are many other parent pages using plural form. If we want to change that then I suggest doing it in separate PR and include other relevant parent pages too.

Closes: #591
Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
2022-05-20 11:36:23 +02:00
Naarcha-AWS e437eaacfd
Merge branch 'main' into lukas-vlcek-add_node_APIs 2022-05-19 10:25:13 -05:00
Naarcha-AWS 6ad4d00060 Add editorial review
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-19 10:23:12 -05:00
alicejw 6b9a22cc79 for feedback comments
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-26 13:00:35 -07:00
Lukáš Vlček 2df0f8450b Introduce Nodes APIs
In this commit we are introducing a new section in REST API Reference for Nodes APIs.

We are adding documentation for "Nodes hot threads" and "Nodes info". Because Nodes APIs share common request parameters we also add more detailed section into parent index page (notice that the nodes-filter parameter was moved from "Cluster stats" page and was improved, and relevant links were updated).

There are more Nodes APIs that still need to be documented, this is just a good start.

We updated nav_order parameter for some pages as well.

Relevant ticket: #424

Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
2022-04-22 18:40:11 +02:00
alicejw 309f79df7f for terminology change from 'master' to 'cluster_manager' per issue #450 https://github.com/opensearch-project/documentation-website/issues/450
Signed-off-by: alicejw <alicejw@amazon.com>
2022-04-18 14:30:56 -07:00
keithhc2 6f4542b3a4 Added clusters stats API
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-11 14:38:12 -08:00