View Source

{kb-improvement}
The ability to run Policies and re-run tasks from Task History has been added to the CDP Server SOAP API.

The following methods have been added:

{code}
com.r1soft.backup.server.apiV2.policy.PolicyService.runPolicy(...)

com.r1soft.backup.server.apiV2.policy.PolicyService.runPolicyByID(...)

com.r1soft.backup.server.api.taskhistory.TaskHistoryService.runTaskByTaskExecutionContextID(...)
{code}


See the API documentation on your CDP Server for additional details.
{kb-related-articles}