I have written a script which can be called using command line, and i want it can be called when triggering vSphere scheduled task.
The API to create scheduled task is "createScheduledTask" method of ScheduledTaskManager object, but i don't know which action i can use to call my own script, "MethodAction" seems impossible, how is the "RunScriptAction"? Can anyone help me?
thank you very very much.