Skip to content

Commit

Permalink
Adding that comma seperated lists of indices are supported. (#8040) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Aug 19, 2024
1 parent 5eadb48 commit 93a79ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _api-reference/cluster-api/cluster-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ GET _cluster/health
GET _cluster/health/<index>
```

## Path parameters

The following table lists the available path parameters. All path parameters are optional.

Parameter | Data type | Description
:--- | :--- | :---
&lt;index-name&gt; | 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.
Expand Down

0 comments on commit 93a79ac

Please sign in to comment.