Just wondering if this is possible/not possible? -----Original Message----- From: Kyle Flavin [mailto:kyle.fla...@citrix.com] Sent: Monday, March 09, 2015 10:56 AM To: dev@cloudstack.apache.org Subject: Sending Notifications Back to the User via UI
I sent this to the user mailing list initially, and was advised to ask it here instead. I'm using the event notification framework to handle post tasks for VM creation and deletion. Following a VM create, I do a task, which in the case where this task fails, I go back and remove the VM that was just created using the API. I'd like to be able to notify the user through the web UI that this has happened. "Your build failed because..." or something to that effect. Is there a way to pass messages back into the cloudstack web UI for the user? It looks like I can create an alert using the CloudStack API, but I'd like something that gives more obvious notice to the user that their build failed, ie: a notification that appears in their browser window under "Notifications" or a pop up window for some sort. Thanks.