You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current GET API call to get the decommission state is - curl -X GET "localhost:9202/_cluster/decommission/awareness/_status?pretty"
Describe the bug
The current GET API call to get the decommission state is -
curl -X GET "localhost:9202/_cluster/decommission/awareness/_status?pretty"
Here, since
awareness
is already mentioned in GET path, theawareness
field in GET response looks redundant.To Reproduce
Steps to reproduce the behavior:
curl -X PUT "localhost:9201/_cluster/decommission/awareness/zone/zone-2?pretty"
curl -X GET "localhost:9201/_cluster/decommission/awareness/_status?pretty"
Expected behavior
We can simplify the response to just have attribute name and status as field. Something like -
The text was updated successfully, but these errors were encountered: