UNSOLVED

dp_automator

updated

4 years ago

D

dp_automator

1 Rookie

4 Posts

0

578

September 12th, 2022 08:00

Programmatically restart workflows in Networker

Hi All,

I have an interesting issue. 

Background

    The networker workflows are setup such as 19_00_backup, 20_00_Backup etc. And then the clients are added to these workflows all the way till 1 AM. 

I have built a code that at 2 AM will fetch all the failed clients and the workflow name from DPA. It will then identify the unique workflows.

Then I want to restart those workflows to ONLY retry the failed clients. However, I'm unable to find the rest api command to be able to restart the workflow itself. I know the command to restart client by client individually. But, I want to restart the workflow as a whole.

Reference used - https://www.delltechnologies.com/asset/en-us/products/data-protection/technical-support/docu96475.pdf

And the JSON imported in to Postman.

 

If any one has any idea, please please me know