The vCloud plug-in for vCenter Orchestrator 5 provides an action named "createEvent" whose scripting tab gives the following details:
//Auto generated script, cannot be modified !
actionResult = System.getModule("com.vmware.library.vCloud.schema.objects").createEvent(ownerArg,serviceNamespaceArg,successArg,typeFullArg,userArg) ;
There are no details on what type of enitites should be bound to each of the parameters. Any help in this will be much appreciated.