Send command to connector

Send a control command (start, stop, pause, resume) to a specific connector

POST
/api/v1/connector/command/{connector_id}

Path Parameters

connector_id*string

Unique Connector ID

Request Body

application/json

command*string
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