You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Kyle Flavin <ky...@citrix.com> on 2015/03/05 17:49:04 UTC

Sending Notifications Back to the User via UI

I'm using the event notification framework to handle post tasks for VM creation and deletion.  Following a VM create, I do a post task, which in the case where this post 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.  Is there a way to pass messages back into cloudstack for the user?  It looks like I can create an alert using the 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.

Re: Sending Notifications Back to the User via UI

Posted by ilya musayev <il...@gmail.com>.
Kyle

This is better suited for Dev Mailing List if you get no response

Regards
ilya

On 3/5/15 8:49 AM, Kyle Flavin wrote:
> I'm using the event notification framework to handle post tasks for VM creation and deletion.  Following a VM create, I do a post task, which in the case where this post 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.  Is there a way to pass messages back into cloudstack for the user?  It looks like I can create an alert using the 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.