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
Deployment Operations
POST
Add License Key To Product Using POST
DELETE
Delete License For Product Using DELETE
GET
Get Global Setting Metadata Using GET
GET
Get Global Settings Using GET
GET
Get Global Setting Value Using GET
GET
Get License Groups Using GET
GET
Get License Keys For Product Using GET
GET
Get Node Status Using GET
GET
Get Service Info Using GET
GET
Get Services Info Using GET
PUT
Manage DT Using PUT
PUT
Update Global Setting Value Using PUT