Skip to content

Commit

Permalink
Consider new API calls in static response example (#1267)
Browse files Browse the repository at this point in the history
With this commit we amend the example response file in our documentation
to also include a static response for the cluster settings API. This is
needed because Rally issues this call to determine the value of
`action.destructive_requires_name` prior to issuing a delete index
request.

Relates #1243

Co-authored-by: Rick Boyd <[email protected]>
  • Loading branch information
danielmitterdorfer and DJRickyB authored May 25, 2021
1 parent 660f2d2 commit 0acd50e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/command_line_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,14 @@ Here we define the necessary responses for a track that bulk-indexes data::
},
"body-encoding": "json"
},
{
"path": "/_cluster/settings",
"body": {
"persistent": {},
"transient": {}
},
"body-encoding": "json"
},
{
"path": "/_all/_stats/_all",
"body": {
Expand Down

0 comments on commit 0acd50e

Please sign in to comment.