DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The response of this method will be changed slightly, but will still be compatible with the old behavior (where "includeTasks=true" and "onlyFailed=false"). When these new query parameters are used with "includeTasks" and/or "onlyFailed" set to true, a successful response will be 202 ACCEPTED, signaling that the request to restart some subset of the Connector and/or Task instances was accepted and will be asynchronously performed.
200 OKwhen the named connector exists and the server has successfully stopped and begun restarting only theConnectorobject (e.g., "includeTasks=false" and "onlyFailed=false"). No response body will be returned (to align with the existing behavior).202 ACCEPTEDwhen the named connector exists and the server has successfully and durably recorded the request to stop and begin restarting at least one failed or runningConnectorobject andTaskinstances (e.g., "includeTasks=true" or "onlyFailed=true"). A response body will be returned, and it is similar to theGET /connector/{connectorName}/statusresponse except that the "state" field is set to RESTARTING for all instances that will eventually be restarted.204 NO CONTENTwhen the named connector exists and the server has successfully stopped and begun restarting only theConnectorobject (e.g., "includeTasks=false" and "onlyFailed=false"). No response body will be returned (to align with the existing behavior).404 NOT FOUNDwhen the named connector does not exist.409 CONFLICTwhen a rebalance is needed, forthcoming, or underway while restarting any of theConnectorand/orTaskobjects; the reason may mention that the Connect cluster’s leader is not known, or that the worker assigned the Connector cannot be found.500 Internal Server Errorwhen the request timed out (takes more than 90 seconds), which means the request could not be durably recorded, perhaps because the worker or cluster are shutting down or because the worker receiving the request has temporarily lost contact with the Kafka cluster.
...