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
When we try to use the remove-disks endpoint and try to use a curl command with skip_hard_goal_check or verbose parameter
curl -vv -X POST "http://localhost:9090/kafkacruisecontrol/remove_disks?json=true&dryrun=true&verbose=false&skip_hard_goal_check=false&brokerid_and_logdirs=0-%2Fvar%2Flib%2Fkafka%2Fdata-0%2Fkafka-log0"
the endpoint doesn't work and return this error
{"version":1,"errorMessage":"Unrecognized endpoint parameters in REMOVE_DISKS POST request: [skip_hard_goal_check, verbose].","stackTrace":""}
The text was updated successfully, but these errors were encountered:
@mhratson Hi, I was expecting that if it doesn't support those parameter then instead of giving error shouldn't it just ignore it? Also shouldn't it be fine to support parameters like verbose?
When we try to use the
remove-disks
endpoint and try to use acurl
command withskip_hard_goal_check
orverbose
parameterthe endpoint doesn't work and return this error
The text was updated successfully, but these errors were encountered: