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 D0832EC59 for ; Tue, 12 Feb 2013 23:13:54 +0000 (UTC) Received: (qmail 85540 invoked by uid 500); 12 Feb 2013 23:13:54 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 85443 invoked by uid 500); 12 Feb 2013 23:13:54 -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 85435 invoked by uid 99); 12 Feb 2013 23:13:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 23:13:54 +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 (athena.apache.org: transitioning domain of mike.tutkowski@solidfire.com does not designate 209.85.214.178 as permitted sender) Received: from [209.85.214.178] (HELO mail-ob0-f178.google.com) (209.85.214.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 23:13:49 +0000 Received: by mail-ob0-f178.google.com with SMTP id wd20so652048obb.23 for ; Tue, 12 Feb 2013 15:13:28 -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=arwX/z9Tt2zV9nw3GXCrmbV/MJRdgv9gmG0Fd/D6iOk=; b=YsL6OL3t3VmGSW5YtTxYy+JatkIKZPPCwmUCZcGu0eu1KJy/xCNyLvk7AF77goGUAF ab6ZTi2Mqzl/AQ/PAjSiYnFwdJvNs2g0hS15NyE+NH7e0q6uNe6BsbCj/hS+uBz/nF+3 Sufm2uZk293bBQzjlLGLbbIa7LW9C86t3V7aZ/4Eua/ikgAALZzcKdLrNJvOYCl52GFK Tcp1tO2DLpUvE2PZHcU/I9A4Dpq2ukmoy1P1k1ZOvlxgorECtkfq9nteGPypUbWzZjG3 bsSa7ObreYLHPb+VPiXR3FBbhaQ2N2FmYAoTnViCpJXFwkU8zAsGSujeRl6cYW9RadmS sf0w== MIME-Version: 1.0 X-Received: by 10.60.172.80 with SMTP id ba16mr15226871oec.116.1360710808543; Tue, 12 Feb 2013 15:13:28 -0800 (PST) Received: by 10.182.49.202 with HTTP; Tue, 12 Feb 2013 15:13:28 -0800 (PST) In-Reply-To: References: <20130212193753.GL72518@USLT-205755.sungardas.corp> Date: Tue, 12 Feb 2013 16:13:28 -0700 Message-ID: Subject: Re: CloudStack API Question From: Mike Tutkowski To: "cloudstack-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=bcaec5523bb662a07a04d58f2cfb X-Gm-Message-State: ALoCoQlyIBH6HtL7+NUm8JUJPYG0rEvKD7Bu8MP+fytBsW/QbWlC4mrsNRZ8FziIhqEaFsYwlJQF X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5523bb662a07a04d58f2cfb Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable to "say" (I mean) :) On Tue, Feb 12, 2013 at 4:13 PM, Mike Tutkowski < mike.tutkowski@solidfire.com> wrote: > Sounds good...and these do not expire? Is that accurate to day? > > > On Tue, Feb 12, 2013 at 4:03 PM, Will Stevens wrot= e: > >> 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, >> the >> > 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 >> have >> > > been >> > > > generated by the administrator of the cloud instance and given = to >> > 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* >> > >> > > > > -- > *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* --bcaec5523bb662a07a04d58f2cfb--