Management Of Connector Lifecycle
DescriptionAPI to start, stop, and restart a connector instance start - connector will start transfering data based on its configuration stop - connector will stop transfering data restart - is usuful if connector is not working as expected
Request
URLURL
Path Parameters
Path Parameters
Instance id of the connector
connector-name example
"demo-connector"
Query Parameters
Query Parameters
action to be performed start/stop/restart
Possible values are: start , stop , restart
action example
"start"
Authentication
Response
Response BodyResponse Body
200 OK
Success In Restarting Connector
{
"id": "testconnector1",
"status": "STARTED"
}
Instance id of the connector object
Status of the object after restart operation
Errors
Invalid Request sent by the user
User authentication failed
Access to the requested resource/operation is forbidden
Cannot find requested resource
Internal server error