Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 72532200C15 for ; Wed, 8 Feb 2017 10:43:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 70FA1160B6A; Wed, 8 Feb 2017 09:43:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E0209160B4E for ; Wed, 8 Feb 2017 10:43:13 +0100 (CET) Received: (qmail 68325 invoked by uid 500); 8 Feb 2017 09:43:13 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 68309 invoked by uid 99); 8 Feb 2017 09:43:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 09:43:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 54D0CC05D7 for ; Wed, 8 Feb 2017 09:43:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=6.31 tests=[none] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id igenSz16OOIk for ; Wed, 8 Feb 2017 09:43:10 +0000 (UTC) Received: from ns2.ngine.ch (ns2.ngine.ch [151.236.17.33]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 261845F283 for ; Wed, 8 Feb 2017 09:43:09 +0000 (UTC) Received: from web01.ngine.ch (web01.ngine.ch [37.139.11.202]) by ns2.ngine.ch (Postfix) with ESMTP id 87E698239E0 for ; Wed, 8 Feb 2017 10:43:03 +0100 (CET) Received: from [192.168.123.41] (109-60-239-77.dyn.cable.fcom.ch [77.239.60.109]) (Authenticated sender: mail@renemoser.net) by web01.ngine.ch (Postfix) with ESMTPSA id 0A6BB81197 for ; Wed, 8 Feb 2017 09:43:04 +0000 (UTC) Subject: Re: Python bindings To: users@cloudstack.apache.org References: From: Rene Moser Message-ID: <11ba829a-40cd-a5c1-0373-989248057b54@renemoser.net> Date: Wed, 8 Feb 2017 10:42:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit archived-at: Wed, 08 Feb 2017 09:43:14 -0000 Hi Ranjith On 02/08/2017 09:07 AM, Ranjith Kumar wrote: > Does cloudstack api have python bindings? other than REST api?. Not sure if I fully understand your needs but there is a neat little python lib for cloudstack on https://github.com/exoscale/cs. It is also installable with pip: pip install cs I use it for the ansible cloudstack modules. René