From 93a79acc907cc25f5edcdd513a97b016861f7f71 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:01:07 +0000 Subject: [PATCH] Adding that comma seperated lists of indices are supported. (#8040) (#8050) --- _api-reference/cluster-api/cluster-health.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_api-reference/cluster-api/cluster-health.md b/_api-reference/cluster-api/cluster-health.md index 7081a1a587..0fd5662d91 100644 --- a/_api-reference/cluster-api/cluster-health.md +++ b/_api-reference/cluster-api/cluster-health.md @@ -25,6 +25,14 @@ GET _cluster/health GET _cluster/health/ ``` +## Path parameters + +The following table lists the available path parameters. All path parameters are optional. + +Parameter | Data type | Description +:--- | :--- | :--- +<index-name> | String | Limits health reporting to a specific index. Can be a single index or a comma-separated list of index names. + ## Query parameters The following table lists the available query parameters. All query parameters are optional.