Skip to content

Commit

Permalink
Add tests for ex on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bzil committed Jul 5, 2024
1 parent 03249ce commit 2152886
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/_core/nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,22 @@ chapters:
parameters:
metric:
- _cluster_manager
response:
status: 200
- synopsis: Nodes _cluster_manager metric with a json response.
path: /_nodes/{metric}/stats
method: GET
parameters:
metric:
- data:true
response:
status: 200
- synopsis: Nodes _cluster_manager metric with a json response.
path: /_nodes/{metric}/stats
method: GET
parameters:
metric:
- _all
- cluster_manager:false
response:
status: 200

0 comments on commit 2152886

Please sign in to comment.