Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB441EC58 for ; Tue, 12 Feb 2013 23:13:37 +0000 (UTC) Received: (qmail 84616 invoked by uid 500); 12 Feb 2013 23:13:37 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 84449 invoked by uid 500); 12 Feb 2013 23:13:37 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 84441 invoked by uid 99); 12 Feb 2013 23:13:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 23:13:37 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of mike.tutkowski@solidfire.com does not designate 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 23:13:31 +0000 Received: by mail-ob0-f182.google.com with SMTP id va7so668894obc.13 for ; Tue, 12 Feb 2013 15:13:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=zjq2nDgLGsySR/RKrRVuKaMTVKbomMHm2yi4qm5XpPM=; b=mH6uba9Vd0bAAIqSubWoYZ8vCn9aMuPsPfDmWJQc0E+2CSDVgouE6iYXNr9uvqssUt yzaHofT1TnDQR36MeLLH9IJ+g8Kxfnn1or+LyOhVJnISNV388VcPt5K9SzK2vnxpwRBv 6gkHBFe5FMAxK0vXUGoSzHAVhWn3vqFPdfvzh8qea62n6TkQBmqX4uTo6ev26c9qrWUy yJA1uGPPkhpVyDu/3s5sExxrhGkVP2huEa8KtrAlfV2AEcMTlGgMuZQmJ3v3FT74yFxW YY0iVHQJusbqtF7kDQr8RCxgthAkRtkrFYDbS6+y36RVwfe2Im/VdO5IYSG/cCWV6FAh xI6A== MIME-Version: 1.0 X-Received: by 10.60.7.167 with SMTP id k7mr15362629oea.20.1360710789732; Tue, 12 Feb 2013 15:13:09 -0800 (PST) Received: by 10.182.49.202 with HTTP; Tue, 12 Feb 2013 15:13:09 -0800 (PST) In-Reply-To: References: <20130212193753.GL72518@USLT-205755.sungardas.corp> Date: Tue, 12 Feb 2013 16:13:09 -0700 Message-ID: Subject: Re: CloudStack API Question From: Mike Tutkowski To: "cloudstack-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=e89a8ff1c6864399c104d58f2ba3 X-Gm-Message-State: ALoCoQmoodZBND9fW//a6q6hvyUddO2FqLuxohfFm0RFlq7OldpqodskUFyaBFpvuSBOA38bCPro X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff1c6864399c104d58f2ba3 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Sounds good...and these do not expire? Is that accurate to day? On Tue, Feb 12, 2013 at 4:03 PM, Will Stevens wrote= : > Every role uses the same procedure. They all need an api key and secret > key. > > > On Tue, Feb 12, 2013 at 5:54 PM, Mike Tutkowski < > mike.tutkowski@solidfire.com> wrote: > > > Thanks for the info. > > > > So, I see we have three roles in CloudStack: Root Admin, Domain Admin, > and > > User. > > > > When submitting API commands, does the submitter - regardless of role - > > have to provide an API Key and Secret Key (or is that something, say, t= he > > Root Admin doesn't have to do)? > > > > Thanks! > > > > > > On Tue, Feb 12, 2013 at 3:33 PM, David Nalley wrote: > > > > > On Tue, Feb 12, 2013 at 5:27 PM, Mike Tutkowski > > > wrote: > > > > So, I'm looking at these comments now: > > > > > > > > 2.3. Getting Started > > > > To get started using the CloudStack API, you should have the > following: > > > > > > > > - URL of the CloudStack server you wish to integrate with. > > > > - Both the API Key and Secret Key for an account. This should ha= ve > > > been > > > > generated by the administrator of the cloud instance and given t= o > > you. > > > > - Familiarity with HTTP GET/POST and query strings. > > > > - Knowledge of either XML or JSON. > > > > - Knowledge of a programming language that can generate HTTP > > requests; > > > > for example, Java or PHP. > > > > > > > > > > > > I'm not sure how to generate the API Key and Secret Key for an > account. > > > > Can someone point me to instructions for this? > > > > > > > > Thanks! > > > > > > > > > > > > > > > > http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/root_admin/= registerUserKeys.html > > > Please file a bug for the DevGuide documentation not being clear on > this > > > issue > > > > > > -David > > > > > > > > > > > -- > > *Mike Tutkowski* > > *Senior CloudStack Developer, SolidFire Inc.* > > e: mike.tutkowski@solidfire.com > > o: 303.746.7302 > > Advancing the way the world uses the > > cloud > > *=99* > > > --=20 *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkowski@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud *=99* --e89a8ff1c6864399c104d58f2ba3--