Send command to connector
Send a control command (start, stop, pause, resume) to a specific connector
Path Parameters
connector_idstring
Unique Connector ID
commandstring
Value in
"Start" | "Stop" | "Restart" | "ReIntialize" | "Delete"Response Body
curl -X POST "https://loading/api/v1/connector/command/string" \
-H "Content-Type: application/json" \
-d '{
"command": "Start"
}'Empty
Empty
NaN