Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D928B10103 for ; Mon, 6 May 2013 20:25:43 +0000 (UTC) Received: (qmail 72312 invoked by uid 500); 6 May 2013 20:25:43 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 72274 invoked by uid 500); 6 May 2013 20:25:43 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 72266 invoked by uid 99); 6 May 2013 20:25:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 20:25:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of garciaj.uk@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 20:25:38 +0000 Received: by mail-lb0-f175.google.com with SMTP id w20so3822155lbh.34 for ; Mon, 06 May 2013 13:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=jsrxebPd4TQjEY+A8Idbz5tiA3IY/Cco4ol5W7/JlOI=; b=EO+i5OudYG8NaIWSmbUp3HPnVnMVB5lboREGcPx8t3xw98LkLoUt2sdvhVgC23/1Nc zh6K4KotMoRZsLY24l8gMxmNdYRO8bCWvzEyUGPvb8pZ3YoZQWYs7ARYol2/IDBLDcXU 5ZqwwGhh93EK9Lcx+NOHz/gtmkfraAE2mC0Gj2BR+6wOVcylN9O35/rpZWbjPnQS5ara 8tAg8hRRFTS/c3HH39VGUt38DqgBjBo8zRNCaiBtegDuOGIaXapyQmM3VFfqZIXAnZ7H +rG18tbwQiCbshwm3Gvk9Rlg77VAuejRXgb0+GthrKNLScDCm2I13K/uxy4Hsc8r7zNQ 0olA== MIME-Version: 1.0 X-Received: by 10.152.8.231 with SMTP id u7mr8725965laa.27.1367871917286; Mon, 06 May 2013 13:25:17 -0700 (PDT) Received: by 10.114.13.2 with HTTP; Mon, 6 May 2013 13:25:17 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 May 2013 15:25:17 -0500 Message-ID: Subject: Re: Callbacks and Events. From: Jeronimo Garcia To: dev@cloudstack.apache.org Content-Type: multipart/alternative; boundary=089e0158ad74ba6b4c04dc127f7a X-Virus-Checked: Checked by ClamAV on apache.org --089e0158ad74ba6b4c04dc127f7a Content-Type: text/plain; charset=ISO-8859-1 the Events api call looks interesting ... but i'd need VM name and Ipaddress ... so it forces me to do one call after a given event. Thanks On Mon, May 6, 2013 at 3:20 PM, Jeronimo Garcia wrote: > Hi List. > > Is there anyway to specify callbacks on api events , or maybe a real time > debug port/url ? > > I need to trigger certain actions on VM creation and so far I've thought > of these ones: > > > - Mysql Triggers on a given table > - Virtual Router Modifications (edithosts.sh script) > - Code modifications , specifically the bit of code that SSH into the > Vrouter > > Thanks a lot for you help. > --089e0158ad74ba6b4c04dc127f7a--