In the master inventory sheet, we have a column CiDuty CLI # of Actions Taken this column should show how many times TWC has taken action on a set machine.
For now the only action that we can do is automated reboot, but in the future we are looking at ways to implement automated re-image also.
Workflow:
Get List of Machines
Get current CiDuty CLI # of Actions Taken
Take action
If action succesfull, update int(CiDuty CLI # of Actions Taken) + 1
In the master inventory sheet, we have a column CiDuty CLI # of Actions Taken this column should show how many times TWC has taken action on a set machine.
For now the only action that we can do is automated reboot, but in the future we are looking at ways to implement automated re-image also.
Workflow: