Goal : This action reports some statistics on a catalog resource requests. By now, it counts only requests by month during the last 12 months. It could be modified to do much more.
Sample : Package : fr.numaneo.library Action : getMonthlyReportForCatalogResource Input Parameters : - catalogResourceName (string) : Name of the catalog resource in vRA - businessGroupName (string) : Name of the business group the catalog resource belongs to Output Parameters : void Pre-requisite : Use of lodash Library (https://code.vmware.com/samples/4088/use-lodash.js-library-in-workflow-script?h=Sample) Script in Workflow use: System.getModule("fr.numaneo.library").getMonthlyReportForCatalogResource("My Xaas Catalog", "BG");