PUT /connectors/(string:name)/resume
Resumes a paused connector or do nothing if the connector is not paused.
Syntax
http://<host>:8083/connectors/<string_name>/resume
NOTE
This call is asynchronous and the tasks will not transition to RUNNING state at the same time.Request Example
PUT /connectors/hdfs-sink-connector/resume HTTP/1.1
Host: connect.example.com
Response Example
HTTP/1.1 202 Accepted