Manage DT Using PUT

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}/suite-api/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"


Authentication
This operation uses the following authentication methods.
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