Manage DT Using PUT
Currently one can Start or Stop a DT Run. Sample URI: PUT /api/deployment/cluster/dt?action=start
PUT /api/deployment/cluster/dt?action=stop
Request
URI
PUT
https://{api_host}/api/deployment/cluster/dt
COPY
Query Parameters
string
action
Required
The type of action that one needs to perform - can be either "start" or "stop"
Responses
204
DT Calculation task was started or stopped successfully without any error
Operation doesn't return any data structure
500
DT Calculation task was not started successfully and there were some errors
Operation doesn't return any data structure